Package net.officefloor.gef.editor
Interface PaletteStyler
-
- All Known Implementing Classes:
OfficeFloorContentPartFactory
public interface PaletteStyler
Styler of the palette.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javafx.scene.Node
getPalette()
Obtains the palette.javafx.beans.property.Property<java.lang.String>
paletteStyle()
Obtains theProperty
to style of the palette.
-
-
-
Method Detail
-
getPalette
javafx.scene.Node getPalette()
Obtains the palette.
This allows for interrogating the structure of the palette.
- Returns:
- Palette.
-
paletteStyle
javafx.beans.property.Property<java.lang.String> paletteStyle()
Obtains theProperty
to style of the palette.- Returns:
Property
to style of the palette.
-
-