Uses of Interface
net.officefloor.gef.editor.SelectOnly
-
-
Uses of SelectOnly in net.officefloor.eclipse.editor.test
Methods in net.officefloor.eclipse.editor.test with parameters of type SelectOnly Modifier and Type Method Description protected void
AbstractEditorTestApplication. setSelectOnly(SelectOnly selectOnly)
Allows specifying thatSelectOnly
. -
Uses of SelectOnly in net.officefloor.gef.editor
Methods in net.officefloor.gef.editor that return SelectOnly Modifier and Type Method Description SelectOnly
AdaptedConnectable. getSelectOnly()
Obtains whetherSelectOnly
.Methods in net.officefloor.gef.editor with parameters of type SelectOnly Modifier and Type Method Description void
AdaptedEditorModule. setSelectOnly(SelectOnly selectOnly)
Flags that the editor is select only. -
Uses of SelectOnly in net.officefloor.gef.editor.internal.models
Methods in net.officefloor.gef.editor.internal.models that return SelectOnly Modifier and Type Method Description SelectOnly
AbstractAdaptedConnectableFactory.AbstractAdaptedConnectable. getSelectOnly()
SelectOnly
AdaptedChildFactory.AdaptedChildImpl. getSelectOnly()
-
Uses of SelectOnly in net.officefloor.gef.editor.internal.parts
Methods in net.officefloor.gef.editor.internal.parts that return SelectOnly Modifier and Type Method Description SelectOnly
OfficeFloorContentPartFactory. getSelectOnly()
Obtains theSelectOnly
.Methods in net.officefloor.gef.editor.internal.parts with parameters of type SelectOnly 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 SelectOnly in net.officefloor.gef.editor.internal.views
Constructors in net.officefloor.gef.editor.internal.views with parameters of type SelectOnly Constructor Description ViewersComposite(org.eclipse.gef.mvc.fx.viewer.IViewer contentViewer, org.eclipse.gef.mvc.fx.viewer.IViewer paletteViewer, SelectOnly selectOnly)
Instantiate. -
Uses of SelectOnly in net.officefloor.gef.ide.editor
Methods in net.officefloor.gef.ide.editor with parameters of type SelectOnly Modifier and Type Method Description void
AbstractAdaptedIdeEditor. setSelectOnly(SelectOnly selectOnly)
Instantiate.
-