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 theChildrenGroupinstances. -
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 classChildrenGroupFactory.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.ChildrenGroupImplfor 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.PaneAdaptedChildPart. getChildrenGroupPane(ChildrenGroup<?,?> childrenGroup)Obtains thePanefor theChildrenGroupFactory.ChildrenGroupImpl.
-