Uses of Class
net.officefloor.gef.ide.editor.AbstractItem.IdeChildrenGroup
-
Packages that use AbstractItem.IdeChildrenGroup Package Description net.officefloor.gef.ide.editor net.officefloor.gef.item net.officefloor.gef.section net.officefloor.gef.woof -
-
Uses of AbstractItem.IdeChildrenGroup in net.officefloor.gef.ide.editor
Methods in net.officefloor.gef.ide.editor that return AbstractItem.IdeChildrenGroup Modifier and Type Method Description AbstractItem.IdeChildrenGroup[]AbstractItem. getChildrenGroups()Obtains theAbstractItem.IdeChildrenGroupinstances.Method parameters in net.officefloor.gef.ide.editor with type arguments of type AbstractItem.IdeChildrenGroup Modifier and Type Method Description protected voidAbstractItem. children(java.util.List<AbstractItem.IdeChildrenGroup> childGroups)Loads theAbstractItem.IdeChildrenGroupinstances. -
Uses of AbstractItem.IdeChildrenGroup in net.officefloor.gef.item
Method parameters in net.officefloor.gef.item with type arguments of type AbstractItem.IdeChildrenGroup Modifier and Type Method Description protected voidAbstractProcedureItem. children(java.util.List<AbstractItem.IdeChildrenGroup> childGroups)protected voidAbstractSectionItem. children(java.util.List<AbstractItem.IdeChildrenGroup> childGroups) -
Uses of AbstractItem.IdeChildrenGroup in net.officefloor.gef.section
Method parameters in net.officefloor.gef.section with type arguments of type AbstractItem.IdeChildrenGroup Modifier and Type Method Description protected voidFunctionItem. children(java.util.List<AbstractItem.IdeChildrenGroup> childGroups)protected voidFunctionNamespaceItem. children(java.util.List<AbstractItem.IdeChildrenGroup> children)protected voidManagedFunctionItem. children(java.util.List<AbstractItem.IdeChildrenGroup> children)protected voidManagedObjectItem. children(java.util.List<AbstractItem.IdeChildrenGroup> childGroups)protected voidSubSectionItem. children(java.util.List<AbstractItem.IdeChildrenGroup> childGroups) -
Uses of AbstractItem.IdeChildrenGroup in net.officefloor.gef.woof
Method parameters in net.officefloor.gef.woof with type arguments of type AbstractItem.IdeChildrenGroup Modifier and Type Method Description protected voidWoofSecurityItem. children(java.util.List<AbstractItem.IdeChildrenGroup> childGroups)protected voidWoofTemplateItem. children(java.util.List<AbstractItem.IdeChildrenGroup> childGroups)
-