Package net.officefloor.gef.configurer
Interface PropertiesBuilder<M>
-
- All Superinterfaces:
Builder<M,PropertyList,PropertiesBuilder<M>>
- All Known Implementing Classes:
PropertiesBuilderImpl
public interface PropertiesBuilder<M> extends Builder<M,PropertyList,PropertiesBuilder<M>>
Builder for configuring aPropertyList.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertiesBuilder<M>specification(javafx.beans.property.Property<PropertyList> specification)Configures listening on the specificationPropertyList.
-
-
-
Method Detail
-
specification
PropertiesBuilder<M> specification(javafx.beans.property.Property<PropertyList> specification)
Configures listening on the specificationPropertyList.- Parameters:
specification- SpecificationPropertyList.- Returns:
this.
-
-