Package net.officefloor.gef.editor.style
Interface StyleRegistry
-
- All Known Implementing Classes:
AbstractStyleRegistry,DefaultStyleRegistry,SystemStyleRegistry
public interface StyleRegistryRegistry of styles forIVisualPartinstances of theAdaptedChildinstances.- 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 theIVisualPartof the configuration item.- Returns:
ReadOnlyPropertyto theURLStringof the style.
-
-