Uses of Interface
net.officefloor.gef.editor.AdaptedErrorHandler
-
-
Uses of AdaptedErrorHandler in net.officefloor.gef.editor
Methods in net.officefloor.gef.editor that return AdaptedErrorHandler Modifier and Type Method Description AdaptedErrorHandler
AdaptedConnectable. getErrorHandler()
Obtains theAdaptedErrorHandler
.AdaptedErrorHandler
AdaptedModel. getErrorHandler()
Obtains theAdaptedErrorHandler
.AdaptedErrorHandler
AdaptedRootBuilder. getErrorHandler()
Obtains theAdaptedErrorHandler
. -
Uses of AdaptedErrorHandler in net.officefloor.gef.editor.internal.models
Methods in net.officefloor.gef.editor.internal.models that return AdaptedErrorHandler Modifier and Type Method Description AdaptedErrorHandler
AbstractAdaptedFactory.AbstractAdaptedModel. getErrorHandler()
AdaptedErrorHandler
ProxyAdaptedConnection. getErrorHandler()
Constructors in net.officefloor.gef.editor.internal.models with parameters of type AdaptedErrorHandler Constructor Description AdaptedAction(ModelAction<R,O,M> action, ModelActionContext<R,O,M> actionContext, AdaptedActionVisualFactory visualFactory, AdaptedErrorHandler errorHandler)
Instantiate. -
Uses of AdaptedErrorHandler in net.officefloor.gef.editor.internal.parts
Methods in net.officefloor.gef.editor.internal.parts that return AdaptedErrorHandler Modifier and Type Method Description AdaptedErrorHandler
AbstractAdaptedConnectablePart. getErrorHandler()
Obtains theAdaptedErrorHandler
.AdaptedErrorHandler
OfficeFloorContentPartFactory. getErrorHandler()
Methods in net.officefloor.gef.editor.internal.parts with parameters of type AdaptedErrorHandler 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 AdaptedErrorHandler in net.officefloor.gef.editor.internal.views
Classes in net.officefloor.gef.editor.internal.views that implement AdaptedErrorHandler Modifier and Type Class Description class
ViewersComposite
Composite of the viewers.
-