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