Uses of Interface
net.officefloor.eclipse.configurer.TextBuilder
-
Packages that use TextBuilder Package Description net.officefloor.eclipse.configurer net.officefloor.eclipse.configurer.internal net.officefloor.eclipse.configurer.internal.inputs -
-
Uses of TextBuilder in net.officefloor.eclipse.configurer
Methods in net.officefloor.eclipse.configurer that return TextBuilder Modifier and Type Method Description TextBuilder<M>
ItemBuilder. text(java.lang.String label)
Adds text property to be configured. -
Uses of TextBuilder in net.officefloor.eclipse.configurer.internal
Methods in net.officefloor.eclipse.configurer.internal that return TextBuilder Modifier and Type Method Description TextBuilder<M>
AbstractConfigurationBuilder. text(java.lang.String label)
-
Uses of TextBuilder in net.officefloor.eclipse.configurer.internal.inputs
Classes in net.officefloor.eclipse.configurer.internal.inputs that implement TextBuilder Modifier and Type Class Description class
TextBuilderImpl<M>
TextBuilder
implementation.Methods in net.officefloor.eclipse.configurer.internal.inputs that return TextBuilder Modifier and Type Method Description TextBuilder<I>
ListBuilderImpl. text(java.lang.String label)
TextBuilder<V>
MultipleBuilderImpl. text(java.lang.String label)
-