Package net.officefloor.gef.editor.style
Interface StyleRegistry
-
- All Known Implementing Classes:
AbstractStyleRegistry
,DefaultStyleRegistry
,SystemStyleRegistry
public interface StyleRegistry
Registry of styles forIVisualPart
instances of theAdaptedChild
instances.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javafx.beans.property.ReadOnlyProperty<java.net.URL>
registerStyle(java.lang.String configurationPath, javafx.beans.property.ReadOnlyProperty<java.lang.String> stylesheetContent)
Registers the style for theAdaptedChild
.
-
-
-
Method Detail
-
registerStyle
javafx.beans.property.ReadOnlyProperty<java.net.URL> registerStyle(java.lang.String configurationPath, javafx.beans.property.ReadOnlyProperty<java.lang.String> stylesheetContent)
Registers the style for theAdaptedChild
.- Parameters:
configurationPath
- Configuration path to the style.stylesheetContent
- Style sheet content for theIVisualPart
of the configuration item.- Returns:
ReadOnlyProperty
to theURL
String
of the style.
-
-