Uses of Interface
net.officefloor.eclipse.configurer.ItemBuilder
-
-
Uses of ItemBuilder in net.officefloor.eclipse.configurer
Subinterfaces of ItemBuilder in net.officefloor.eclipse.configurer Modifier and Type Interface Description interface
ConfigurationBuilder<M>
Builds the configuration.interface
InputBuilder<M>
Builder of the inputs.interface
ListBuilder<M,I>
Builder of a list of models.interface
MultipleBuilder<M,I>
Builder of multiple models.Classes in net.officefloor.eclipse.configurer that implement ItemBuilder Modifier and Type Class Description class
Configurer<M>
OfficeFloor
configurer that uses JavaFx. -
Uses of ItemBuilder in net.officefloor.eclipse.configurer.dialog
Classes in net.officefloor.eclipse.configurer.dialog that implement ItemBuilder Modifier and Type Class Description class
ConfigurerDialog<M>
Dialog for aConfigurer
. -
Uses of ItemBuilder in net.officefloor.eclipse.configurer.internal
Classes in net.officefloor.eclipse.configurer.internal that implement ItemBuilder Modifier and Type Class Description class
AbstractConfigurationBuilder<M>
AbstractConfigurationBuilder
. -
Uses of ItemBuilder in net.officefloor.eclipse.configurer.internal.inputs
Classes in net.officefloor.eclipse.configurer.internal.inputs that implement ItemBuilder Modifier and Type Class Description class
ListBuilderImpl<M,I>
ListBuilder
implementation.class
MultipleBuilderImpl<M,V>
MultipleBuilder
implementation.
-