Uses of Interface
net.officefloor.gef.editor.AdaptedChildVisualFactory
-
Packages that use AdaptedChildVisualFactory Package Description net.officefloor.gef.editor net.officefloor.gef.editor.internal.models net.officefloor.gef.editor.internal.parts net.officefloor.gef.editor.preview -
-
Uses of AdaptedChildVisualFactory in net.officefloor.gef.editor
Methods in net.officefloor.gef.editor with parameters of type AdaptedChildVisualFactory Modifier and Type Method Description <M extends Model,E extends java.lang.Enum<E>>
AdaptedChildBuilder<R,O,M,E>ChildrenGroupBuilder. addChild(M modelPrototype, AdaptedChildVisualFactory<M> viewFactory)
Adds a childModel
.<M extends Model,E extends java.lang.Enum<E>,RE extends java.lang.Enum<RE>>
AdaptedParentBuilder<R,O,M,E>AdaptedRootBuilder. parent(M modelPrototype, java.util.function.Function<R,java.util.List<M>> getParents, AdaptedChildVisualFactory<M> viewFactory, RE... changeParentEvents)
Adds anAdaptedParent
. -
Uses of AdaptedChildVisualFactory in net.officefloor.gef.editor.internal.models
Methods in net.officefloor.gef.editor.internal.models with parameters of type AdaptedChildVisualFactory Modifier and Type Method Description <CM extends Model,CE extends java.lang.Enum<CE>>
AdaptedChildBuilder<R,O,CM,CE>ChildrenGroupFactory. addChild(CM modelPrototype, AdaptedChildVisualFactory<CM> viewFactory)
Constructors in net.officefloor.gef.editor.internal.models with parameters of type AdaptedChildVisualFactory Constructor Description AdaptedChildFactory(java.lang.String configurationPathPrefix, M modelPrototype, java.util.function.Supplier<A> newAdaptedModel, AdaptedChildVisualFactory<M> viewFactory, OfficeFloorContentPartFactory<R,O> contentPartFactory)
AllowAdaptedParentBuilder
inheritance.AdaptedChildFactory(java.lang.String configurationPathPrefix, M modelPrototype, AdaptedChildVisualFactory<M> viewFactory, AbstractAdaptedFactory<R,O,?,?,?> parentAdaptedModel)
Instantiate asAdaptedChild
.AdaptedParentFactory(java.lang.String configurationPathPrefix, M modelPrototype, AdaptedChildVisualFactory<M> viewFactory, OfficeFloorContentPartFactory<R,O> contentFactory)
Instantiate. -
Uses of AdaptedChildVisualFactory in net.officefloor.gef.editor.internal.parts
Methods in net.officefloor.gef.editor.internal.parts with parameters of type AdaptedChildVisualFactory Modifier and Type Method Description <M extends Model,E extends java.lang.Enum<E>,RE extends java.lang.Enum<RE>>
AdaptedParentBuilder<R,O,M,E>OfficeFloorContentPartFactory. parent(M modelPrototype, java.util.function.Function<R,java.util.List<M>> getParents, AdaptedChildVisualFactory<M> viewFactory, RE... changeParentEvents)
-
Uses of AdaptedChildVisualFactory in net.officefloor.gef.editor.preview
Constructors in net.officefloor.gef.editor.preview with parameters of type AdaptedChildVisualFactory Constructor Description AdaptedEditorPreview(M model, java.lang.String label, boolean isParent, AdaptedChildVisualFactory<M> visualFactory)
Instantiate.
-