Package zombie.debug.options
Class OptionGroup
java.lang.Object
zombie.debug.options.OptionGroup
- All Implemented Interfaces:
- IDebugOption,- IDebugOptionGroup
- Direct Known Subclasses:
- Animation,- Animation.AnimLayerOG,- Animation.SharedSkelesOG,- Character,- Character.DebugOG,- Character.DebugOG.AnimateOG,- Character.DebugOG.RenderOG,- DebugOptions.Checks,- IsoSprite,- Network,- Network.Client,- Network.PublicServerUtil,- Network.Server,- OffscreenBuffer,- Terrain,- Terrain.RenderTiles,- Terrain.RenderTiles.IsoGridSquare,- Terrain.RenderTiles.IsoGridSquare.Floor,- Terrain.RenderTiles.IsoGridSquare.Walls,- Weather
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionOptionGroup(String string) OptionGroup(IDebugOptionGroup iDebugOptionGroup, String string) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddChild(IDebugOption iDebugOption) getName()static BooleanDebugOptionnewDebugOnlyOption(String string, boolean boolean1) static BooleanDebugOptionnewDebugOnlyOption(IDebugOptionGroup iDebugOptionGroup, String string, boolean boolean1) static BooleanDebugOptionstatic BooleanDebugOptionnewOption(IDebugOptionGroup iDebugOptionGroup, String string, boolean boolean1) voidonChildAdded(IDebugOption iDebugOption) voidonDescendantAdded(IDebugOption iDebugOption) voidsetParent(IDebugOptionGroup iDebugOptionGroup) 
- 
Field Details- 
Group
 
- 
- 
Constructor Details- 
OptionGroup
- 
OptionGroup
 
- 
- 
Method Details- 
getName- Specified by:
- getNamein interface- IDebugOption
 
- 
getParent- Specified by:
- getParentin interface- IDebugOption
 
- 
setParent- Specified by:
- setParentin interface- IDebugOption
 
- 
getChildren- Specified by:
- getChildrenin interface- IDebugOptionGroup
 
- 
addChild- Specified by:
- addChildin interface- IDebugOptionGroup
 
- 
onChildAdded- Specified by:
- onChildAddedin interface- IDebugOptionGroup
 
- 
onDescendantAdded- Specified by:
- onDescendantAddedin interface- IDebugOptionGroup
 
- 
newOption
- 
newDebugOnlyOption
- 
newOptionpublic static BooleanDebugOption newOption(IDebugOptionGroup iDebugOptionGroup, String string, boolean boolean1) 
- 
newDebugOnlyOptionpublic static BooleanDebugOption newDebugOnlyOption(IDebugOptionGroup iDebugOptionGroup, String string, boolean boolean1) 
 
-