Package net.officefloor.gef.editor
Interface AdaptedModelStyler
-
- All Known Implementing Classes:
AbstractAdaptedConnectablePart,AdaptedAreaPart,AdaptedChildPart,AdaptedParentPart
public interface AdaptedModelStylerStyler of theAdaptedModel.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelgetModel()Obtains theModel.javafx.beans.property.Property<java.lang.String>style()Obtains thePropertyto style theAdaptedModel.
-
-
-
Method Detail
-
style
javafx.beans.property.Property<java.lang.String> style()
Obtains thePropertyto style theAdaptedModel.- Returns:
Propertyto style theAdaptedModel.
-
-