Uses of Interface
net.officefloor.gef.editor.style.StyleRegistry
-
Packages that use StyleRegistry Package Description net.officefloor.gef.editor net.officefloor.gef.editor.internal.parts net.officefloor.gef.editor.style -
-
Uses of StyleRegistry in net.officefloor.gef.editor
Methods in net.officefloor.gef.editor that return StyleRegistry Modifier and Type Method Description static StyleRegistry
AdaptedEditorPlugin. createStyleRegistry()
Creates a newStyleRegistry
. -
Uses of StyleRegistry in net.officefloor.gef.editor.internal.parts
Methods in net.officefloor.gef.editor.internal.parts that return StyleRegistry Modifier and Type Method Description StyleRegistry
OfficeFloorContentPartFactory. getStyleRegistry()
Obtains theStyleRegistry
.Methods in net.officefloor.gef.editor.internal.parts with parameters of type StyleRegistry Modifier and Type Method Description void
OfficeFloorContentPartFactory. init(com.google.inject.Injector injector, javafx.scene.layout.Pane editorPane, org.eclipse.gef.mvc.fx.viewer.IViewer content, javafx.scene.layout.Pane paletteIndicator, org.eclipse.gef.mvc.fx.viewer.IViewer palette, AdaptedErrorHandler errorHandler, ChangeExecutor changeExecutor, StyleRegistry styleRegistry, int dragLatency, SelectOnly selectOnly)
Initialises. -
Uses of StyleRegistry in net.officefloor.gef.editor.style
Classes in net.officefloor.gef.editor.style that implement StyleRegistry Modifier and Type Class Description class
AbstractStyleRegistry
AbstractStyleRegistry
.class
DefaultStyleRegistry
DefaultStyleRegistry
.class
SystemStyleRegistry
System basedStyleRegistry
.
-