Uses of Class
net.officefloor.eclipse.ide.editor.AbstractConfigurableItem
-
Packages that use AbstractConfigurableItem Package Description net.officefloor.eclipse.ide.editor net.officefloor.eclipse.section net.officefloor.eclipse.woof -
-
Uses of AbstractConfigurableItem in net.officefloor.eclipse.ide.editor
Methods in net.officefloor.eclipse.ide.editor that return AbstractConfigurableItem Modifier and Type Method Description AbstractConfigurableItem<R,RE,O,?,?,?>[]
AbstractIdeEclipseEditor. getParents()
Obtains theAbstractConfigurableItem
instances.Method parameters in net.officefloor.eclipse.ide.editor with type arguments of type AbstractConfigurableItem Modifier and Type Method Description protected abstract void
AbstractIdeEclipseEditor. loadParents(java.util.List<AbstractConfigurableItem<R,RE,O,?,?,?>> parents)
Loads theAbstractConfigurableItem
instances. -
Uses of AbstractConfigurableItem in net.officefloor.eclipse.section
Subclasses of AbstractConfigurableItem in net.officefloor.eclipse.section Modifier and Type Class Description class
ExternalFlowItem
Configuration forExternalFlowModel
.class
ExternalManagedObjectItem
Configuration forExternalManagedObjectModel
.class
FunctionItem
Configuration for theFunctionModel
.class
FunctionNamespaceItem
Configuration forFunctionNamespaceModel
.class
ManagedObjectItem
Configuration for theSectionManagedObjectModel
.class
ManagedObjectSourceItem
Configuration for theSectionManagedObjectSourceModel
.class
SubSectionItem
Configuration for theSubSectionModel
.Methods in net.officefloor.eclipse.section with parameters of type AbstractConfigurableItem Modifier and Type Method Description static <M extends Model,E extends java.lang.Enum<E>,I>
voidSectionEditor. launchConfigurer(AbstractConfigurableItem<SectionModel,SectionModel.SectionEvent,SectionChanges,M,E,I> configurableItem, java.util.function.Consumer<M> prototypeDecorator)
Convenience method to launchAbstractConfigurableItem
outside workbench.Method parameters in net.officefloor.eclipse.section with type arguments of type AbstractConfigurableItem Modifier and Type Method Description protected void
SectionEditor. loadParents(java.util.List<AbstractConfigurableItem<SectionModel,SectionModel.SectionEvent,SectionChanges,?,?,?>> parents)
-
Uses of AbstractConfigurableItem in net.officefloor.eclipse.woof
Subclasses of AbstractConfigurableItem in net.officefloor.eclipse.woof Modifier and Type Class Description class
WoofExceptionItem
Configuration for theWoofExceptionModel
.class
WoofGovernanceItem
Configuration for theWoofGovernanceModel
.class
WoofHttpContinuationItem
Configuration for theWoofHttpContinuationModel
.class
WoofHttpInputItem
Configuration for theWoofHttpInputModel
.class
WoofResourceItem
Configuration for theWoofResourceModel
.class
WoofSectionItem
Configuration for theWoofSectionModel
.class
WoofSecurityItem
Configuration for theWoofSecurityModel
.class
WoofStartItem
Configuration for theWoofStartModel
.class
WoofTemplateItem
Configuration for theWoofTemplateModel
.Methods in net.officefloor.eclipse.woof with parameters of type AbstractConfigurableItem Modifier and Type Method Description static <M extends Model,E extends java.lang.Enum<E>,I>
voidWoofEditor. launchConfigurer(AbstractConfigurableItem<WoofModel,WoofModel.WoofEvent,WoofChanges,M,E,I> configurableItem, java.util.function.Consumer<M> prototypeDecorator)
Convenience method to launchAbstractConfigurableItem
outsideIWorkbench
.Method parameters in net.officefloor.eclipse.woof with type arguments of type AbstractConfigurableItem Modifier and Type Method Description protected void
WoofEditor. loadParents(java.util.List<AbstractConfigurableItem<WoofModel,WoofModel.WoofEvent,WoofChanges,?,?,?>> parents)
-