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 interfaceAdaptedParent<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 theAdaptedChildinstances. -
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 classAdaptedChildFactory<R extends Model,O,M extends Model,E extends java.lang.Enum<E>,A extends AdaptedChild<M>>Factory for anAdaptedChild.protected static classAdaptedChildFactory.AdaptedChildImpl<R extends Model,O,M extends Model,E extends java.lang.Enum<E>,A extends AdaptedChild<M>>AdaptedChildimplementation.Classes in net.officefloor.gef.editor.internal.models that implement AdaptedChild Modifier and Type Class Description protected static classAdaptedChildFactory.AdaptedChildImpl<R extends Model,O,M extends Model,E extends java.lang.Enum<E>,A extends AdaptedChild<M>>AdaptedChildimplementation.static classAdaptedParentFactory.AdaptedParentImpl<R extends Model,O,M extends Model,E extends java.lang.Enum<E>>AdaptedParentimplementation.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.ChildrenGroupImplfor 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 classAdaptedChildPart<M extends Model,A extends AdaptedChild<M>>IContentPartfor theAdaptedChild.
-