Uses of Interface
net.officefloor.eclipse.editor.SelectOnly
-
-
Uses of SelectOnly in net.officefloor.eclipse.editor
Methods in net.officefloor.eclipse.editor that return SelectOnly Modifier and Type Method Description SelectOnly
AdaptedConnectable. getSelectOnly()
Obtains whetherSelectOnly
.Methods in net.officefloor.eclipse.editor with parameters of type SelectOnly Modifier and Type Method Description protected void
AbstractEditorApplication. setSelectOnly(SelectOnly selectOnly)
Allows specifying thatSelectOnly
.void
AdaptedEditorModule. setSelectOnly(SelectOnly selectOnly)
Flags that the editor is select only. -
Uses of SelectOnly in net.officefloor.eclipse.editor.internal.models
Methods in net.officefloor.eclipse.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.eclipse.editor.internal.parts
Methods in net.officefloor.eclipse.editor.internal.parts that return SelectOnly Modifier and Type Method Description SelectOnly
OfficeFloorContentPartFactory. getSelectOnly()
Obtains theSelectOnly
.Methods in net.officefloor.eclipse.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, SelectOnly selectOnly)
Initialises. -
Uses of SelectOnly in net.officefloor.eclipse.editor.internal.views
Constructors in net.officefloor.eclipse.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.eclipse.ide.editor
Methods in net.officefloor.eclipse.ide.editor with parameters of type SelectOnly Modifier and Type Method Description void
AbstractIdeEclipseEditor. setSelectOnly(SelectOnly selectOnly)
Instantiate.
-