Uses of Interface
net.officefloor.gef.editor.ChangeExecutor
-
Packages that use ChangeExecutor Package Description net.officefloor.gef.editor net.officefloor.gef.editor.internal.models net.officefloor.gef.editor.internal.parts net.officefloor.gef.ide.editor -
-
Uses of ChangeExecutor in net.officefloor.gef.editor
Methods in net.officefloor.gef.editor that return ChangeExecutor Modifier and Type Method Description ChangeExecutor
AdaptedRootBuilder. getChangeExecutor()
Obtains theChangeExecutor
.ChangeExecutor
ModelActionContext. getChangeExecutor()
Obtains theChangeExecutor
. -
Uses of ChangeExecutor in net.officefloor.gef.editor.internal.models
Classes in net.officefloor.gef.editor.internal.models that implement ChangeExecutor Modifier and Type Class Description class
ChangeExecutorImpl
Change
executor.Methods in net.officefloor.gef.editor.internal.models that return ChangeExecutor Modifier and Type Method Description ChangeExecutor
AbstractAdaptedFactory.AbstractAdaptedModel. getChangeExecutor()
Obtains theChangeExecutor
. -
Uses of ChangeExecutor in net.officefloor.gef.editor.internal.parts
Methods in net.officefloor.gef.editor.internal.parts that return ChangeExecutor Modifier and Type Method Description ChangeExecutor
OfficeFloorContentPartFactory. getChangeExecutor()
Methods in net.officefloor.gef.editor.internal.parts with parameters of type ChangeExecutor 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 ChangeExecutor in net.officefloor.gef.ide.editor
Methods in net.officefloor.gef.ide.editor that return ChangeExecutor Modifier and Type Method Description ChangeExecutor
AbstractItem.ConfigurableContext. getChangeExecutor()
Obtains theChangeExecutor
.
-