Uses of Interface
net.officefloor.gef.configurer.PropertiesBuilder
-
Packages that use PropertiesBuilder Package Description net.officefloor.gef.configurer net.officefloor.gef.configurer.internal net.officefloor.gef.configurer.internal.inputs -
-
Uses of PropertiesBuilder in net.officefloor.gef.configurer
Methods in net.officefloor.gef.configurer that return PropertiesBuilder Modifier and Type Method Description PropertiesBuilder<M>
InputBuilder. properties(java.lang.String label)
ConfiguresPropertyList
.PropertiesBuilder<M>
PropertiesBuilder. specification(javafx.beans.property.Property<PropertyList> specification)
Configures listening on the specificationPropertyList
. -
Uses of PropertiesBuilder in net.officefloor.gef.configurer.internal
Methods in net.officefloor.gef.configurer.internal that return PropertiesBuilder Modifier and Type Method Description PropertiesBuilder<M>
AbstractConfigurationBuilder. properties(java.lang.String label)
-
Uses of PropertiesBuilder in net.officefloor.gef.configurer.internal.inputs
Classes in net.officefloor.gef.configurer.internal.inputs that implement PropertiesBuilder Modifier and Type Class Description class
PropertiesBuilderImpl<M>
PropertiesBuilder
implementation.Methods in net.officefloor.gef.configurer.internal.inputs that return PropertiesBuilder Modifier and Type Method Description PropertiesBuilder<M>
PropertiesBuilderImpl. init(java.util.function.Function<M,PropertyList> getInitialValue)
PropertiesBuilder<V>
MultipleBuilderImpl. properties(java.lang.String label)
PropertiesBuilder<M>
OptionalBuilderImpl. properties(java.lang.String label)
PropertiesBuilder<M>
PropertiesBuilderImpl. setValue(ValueLoader<M,PropertyList> valueLoader)
PropertiesBuilder<M>
PropertiesBuilderImpl. specification(javafx.beans.property.Property<PropertyList> specification)
PropertiesBuilder<M>
PropertiesBuilderImpl. validate(ValueValidator<M,PropertyList> validator)
-