Uses of Class
net.officefloor.eclipse.ide.editor.AbstractItem
-
Packages that use AbstractItem Package Description net.officefloor.eclipse.ide.editor net.officefloor.eclipse.ide.preferences net.officefloor.eclipse.section net.officefloor.eclipse.woof -
-
Uses of AbstractItem in net.officefloor.eclipse.ide.editor
Subclasses of AbstractItem in net.officefloor.eclipse.ide.editor Modifier and Type Class Description class
AbstractConfigurableItem<R extends Model,RE extends java.lang.Enum<RE>,O,M extends Model,E extends java.lang.Enum<E>,I>
AbstractConfigurableItem
.Methods in net.officefloor.eclipse.ide.editor that return AbstractItem Modifier and Type Method Description AbstractItem<R,O,M,E,?,?>[]
AbstractItem.IdeChildrenGroup. getChildren()
Obtains theAbstractItem
instances for theChildrenGroup
.Methods in net.officefloor.eclipse.ide.editor with parameters of type AbstractItem Modifier and Type Method Description static java.lang.String
AbstractIdeEclipseEditor. translateStyle(java.lang.String rawStyle, AbstractItem<?,?,?,?,?,?> item)
Translates the style with the details of the item being rendered.Constructors in net.officefloor.eclipse.ide.editor with parameters of type AbstractItem Constructor Description IdeChildrenGroup(java.lang.String groupName, AbstractItem<R,O,M,E,?,?>... children)
Instantiate for multipleAbstractItem
instances.IdeChildrenGroup(AbstractItem<R,O,M,E,?,?> child)
Instantiate for a singleAbstractItem
. -
Uses of AbstractItem in net.officefloor.eclipse.ide.preferences
Constructors in net.officefloor.eclipse.ide.preferences with parameters of type AbstractItem Constructor Description ModelPreferenceStyler(org.eclipse.swt.widgets.Shell parentShell, AbstractItem<?,?,?,?,M,?> item, M prototype, java.lang.String itemLabel, boolean isParent, javafx.beans.property.Property<java.lang.String> style, java.lang.String defaultStyle, java.util.Map<java.lang.String,java.lang.String> preferencesToChange)
Instantiate. -
Uses of AbstractItem in net.officefloor.eclipse.section
-
Uses of AbstractItem in net.officefloor.eclipse.woof
Subclasses of AbstractItem 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
WoofSectionInputItem
Configuration for theWoofSectionInputModel
.class
WoofSectionItem
Configuration for theWoofSectionModel
.class
WoofSectionOutputItem
Configuration for theWoofSectionOutputModel
.class
WoofSecurityItem
Configuration for theWoofSecurityModel
.class
WoofSecurityOutputItem
Configuration for theWoofSecurityOutputModel
.class
WoofStartItem
Configuration for theWoofStartModel
.class
WoofTemplateItem
Configuration for theWoofTemplateModel
.class
WoofTemplateOutputItem
Configuration for theWoofTemplateOutputModel
.
-