Package net.officefloor.gef.editor
Interface PaletteStyler
- 
- All Known Implementing Classes:
 OfficeFloorContentPartFactory
public interface PaletteStylerStyler of the palette.- Author:
 - Daniel Sagenschneider
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javafx.scene.NodegetPalette()Obtains the palette.javafx.beans.property.Property<java.lang.String>paletteStyle()Obtains thePropertyto 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 thePropertyto style of the palette.- Returns:
 Propertyto style of the palette.
 
 - 
 
 -