Uses of Interface
net.officefloor.gef.editor.AdaptedChild
-
Packages that use AdaptedChild Package Description net.officefloor.gef.editor net.officefloor.gef.editor.internal.models net.officefloor.gef.editor.internal.parts -
-
Uses of AdaptedChild in net.officefloor.gef.editor
Subinterfaces of AdaptedChild in net.officefloor.gef.editor Modifier and Type Interface Description interface
AdaptedParent<M extends Model>
Builder for theAdaptedParent
.Methods in net.officefloor.gef.editor that return AdaptedChild Modifier and Type Method Description AdaptedChild<M>
ChildrenGroup. getParent()
Obtains the parentAdaptedChild
.Methods in net.officefloor.gef.editor that return types with arguments of type AdaptedChild Modifier and Type Method Description javafx.collections.ObservableList<AdaptedChild<?>>
ChildrenGroup. getChildren()
Obtains theAdaptedChild
instances. -
Uses of AdaptedChild in net.officefloor.gef.editor.internal.models
Classes in net.officefloor.gef.editor.internal.models with type parameters of type AdaptedChild Modifier and Type Class Description class
AdaptedChildFactory<R extends Model,O,M extends Model,E extends java.lang.Enum<E>,A extends AdaptedChild<M>>
Factory for anAdaptedChild
.protected static class
AdaptedChildFactory.AdaptedChildImpl<R extends Model,O,M extends Model,E extends java.lang.Enum<E>,A extends AdaptedChild<M>>
AdaptedChild
implementation.Classes in net.officefloor.gef.editor.internal.models that implement AdaptedChild Modifier and Type Class Description protected static class
AdaptedChildFactory.AdaptedChildImpl<R extends Model,O,M extends Model,E extends java.lang.Enum<E>,A extends AdaptedChild<M>>
AdaptedChild
implementation.static class
AdaptedParentFactory.AdaptedParentImpl<R extends Model,O,M extends Model,E extends java.lang.Enum<E>>
AdaptedParent
implementation.Methods in net.officefloor.gef.editor.internal.models that return AdaptedChild Modifier and Type Method Description AdaptedChild<M>
ChildrenGroupFactory.ChildrenGroupImpl. getParent()
AdaptedChild<?>
ProxyAdaptedConnection. getSource()
AdaptedChild<?>
ProxyAdaptedConnection. getTarget()
Methods in net.officefloor.gef.editor.internal.models that return types with arguments of type AdaptedChild Modifier and Type Method Description javafx.collections.ObservableList<AdaptedChild<?>>
ChildrenGroupFactory.ChildrenGroupImpl. getChildren()
Methods in net.officefloor.gef.editor.internal.models with parameters of type AdaptedChild Modifier and Type Method Description ChildrenGroup<M,E>
ChildrenGroupFactory. createChildrenGroup(AdaptedChild<M> parent)
Creates theChildrenGroupFactory.ChildrenGroupImpl
for the parentAdaptedChild
. -
Uses of AdaptedChild in net.officefloor.gef.editor.internal.parts
Classes in net.officefloor.gef.editor.internal.parts with type parameters of type AdaptedChild Modifier and Type Class Description class
AdaptedChildPart<M extends Model,A extends AdaptedChild<M>>
IContentPart
for theAdaptedChild
.
-