Uses of Interface
net.officefloor.gef.editor.ChildrenGroup
-
Packages that use ChildrenGroup Package Description net.officefloor.gef.editor net.officefloor.gef.editor.internal.models net.officefloor.gef.editor.internal.parts -
-
Uses of ChildrenGroup in net.officefloor.gef.editor
Methods in net.officefloor.gef.editor that return types with arguments of type ChildrenGroup Modifier and Type Method Description java.util.List<ChildrenGroup<M,?>>
AdaptedChild. getChildrenGroups()
Obtains theChildrenGroup
instances. -
Uses of ChildrenGroup in net.officefloor.gef.editor.internal.models
Classes in net.officefloor.gef.editor.internal.models that implement ChildrenGroup Modifier and Type Class Description static class
ChildrenGroupFactory.ChildrenGroupImpl<R extends Model,O,M extends Model,E extends java.lang.Enum<E>>
Children group.Methods in net.officefloor.gef.editor.internal.models that return ChildrenGroup Modifier and Type Method Description ChildrenGroup<M,E>
ChildrenGroupFactory. createChildrenGroup(AdaptedChild<M> parent)
Creates theChildrenGroupFactory.ChildrenGroupImpl
for the parentAdaptedChild
.Methods in net.officefloor.gef.editor.internal.models that return types with arguments of type ChildrenGroup Modifier and Type Method Description java.util.List<ChildrenGroup<M,?>>
AdaptedChildFactory.AdaptedChildImpl. getChildrenGroups()
-
Uses of ChildrenGroup in net.officefloor.gef.editor.internal.parts
Methods in net.officefloor.gef.editor.internal.parts that return ChildrenGroup Modifier and Type Method Description ChildrenGroup<?,?>
ChildrenGroupPart. getContent()
Methods in net.officefloor.gef.editor.internal.parts with parameters of type ChildrenGroup Modifier and Type Method Description javafx.scene.layout.Pane
AdaptedChildPart. getChildrenGroupPane(ChildrenGroup<?,?> childrenGroup)
Obtains thePane
for theChildrenGroupFactory.ChildrenGroupImpl
.
-