Uses of Interface
net.officefloor.gef.editor.AdaptedChildBuilder
-
Packages that use AdaptedChildBuilder Package Description net.officefloor.gef.editor net.officefloor.gef.editor.internal.models net.officefloor.gef.ide.editor -
-
Uses of AdaptedChildBuilder in net.officefloor.gef.editor
Subinterfaces of AdaptedChildBuilder in net.officefloor.gef.editor Modifier and Type Interface Description interface
AdaptedParentBuilder<R extends Model,O,M extends Model,E extends java.lang.Enum<E>>
Builder of anAdaptedParent
.Methods in net.officefloor.gef.editor that return AdaptedChildBuilder 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
. -
Uses of AdaptedChildBuilder in net.officefloor.gef.editor.internal.models
Classes in net.officefloor.gef.editor.internal.models that implement AdaptedChildBuilder 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
.class
AdaptedParentFactory<R extends Model,O,M extends Model,E extends java.lang.Enum<E>>
Factory for anAdaptedParent
.Methods in net.officefloor.gef.editor.internal.models that return AdaptedChildBuilder 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)
-
Uses of AdaptedChildBuilder in net.officefloor.gef.ide.editor
Fields in net.officefloor.gef.ide.editor declared as AdaptedChildBuilder Modifier and Type Field Description protected AdaptedChildBuilder<R,O,M,E>
AbstractItem. builder
Methods in net.officefloor.gef.ide.editor that return AdaptedChildBuilder Modifier and Type Method Description AdaptedChildBuilder<R,O,M,E>
AbstractItem. createChild(ChildrenGroupBuilder<R,O> childrenGroup)
Creates theAdaptedChildBuilder
.AdaptedChildBuilder<R,O,M,E>
AbstractItem. getBuilder()
Obtains theAdaptedChildBuilder
for theAbstractItem
.Methods in net.officefloor.gef.ide.editor with parameters of type AdaptedChildBuilder Modifier and Type Method Description protected void
AbstractItem. furtherAdapt(AdaptedChildBuilder<R,O,M,E> builder)
Further adapt theAdaptedChildBuilder
.
-