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