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.IdeChildrenGroup
instances.Method parameters in net.officefloor.gef.ide.editor with type arguments of type AbstractItem.IdeChildrenGroup Modifier and Type Method Description protected void
AbstractItem. children(java.util.List<AbstractItem.IdeChildrenGroup> childGroups)
Loads theAbstractItem.IdeChildrenGroup
instances. -
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 void
AbstractProcedureItem. children(java.util.List<AbstractItem.IdeChildrenGroup> childGroups)
protected void
AbstractSectionItem. 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 void
FunctionItem. children(java.util.List<AbstractItem.IdeChildrenGroup> childGroups)
protected void
FunctionNamespaceItem. children(java.util.List<AbstractItem.IdeChildrenGroup> children)
protected void
ManagedFunctionItem. children(java.util.List<AbstractItem.IdeChildrenGroup> children)
protected void
ManagedObjectItem. children(java.util.List<AbstractItem.IdeChildrenGroup> childGroups)
protected void
SubSectionItem. 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 void
WoofSecurityItem. children(java.util.List<AbstractItem.IdeChildrenGroup> childGroups)
protected void
WoofTemplateItem. children(java.util.List<AbstractItem.IdeChildrenGroup> childGroups)
-