- scroll(ScrollEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXPanOrZoomOnScrollPolicy
-
- scroll(ScrollEvent) - Method in interface org.eclipse.gef4.mvc.fx.policies.IFXOnScrollPolicy
-
This callback method is invoked when the user performs mouse scrolling
over the host.
- scrollAborted() - Method in class org.eclipse.gef4.mvc.fx.policies.FXPanOrZoomOnScrollPolicy
-
- scrollAborted() - Method in interface org.eclipse.gef4.mvc.fx.policies.IFXOnScrollPolicy
-
This callback method is invoked when a scroll gesture ends unexpectedly.
- scrollAbsolute(double, double) - Method in class org.eclipse.gef4.mvc.fx.policies.FXChangeViewportPolicy
-
Advances the viewport's original horizontal and vertical scroll offsets
by the given values.
- scrollFinished() - Method in class org.eclipse.gef4.mvc.fx.policies.FXPanOrZoomOnScrollPolicy
-
- scrollFinished() - Method in interface org.eclipse.gef4.mvc.fx.policies.IFXOnScrollPolicy
-
This callback method is invoked when the user stopped to perform mouse
scrolling over the host.
- scrollRelative(double, double) - Method in class org.eclipse.gef4.mvc.fx.policies.FXChangeViewportPolicy
-
Advances the viewport transformation by the given translation values.
- scrollStarted(ScrollEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXPanOrZoomOnScrollPolicy
-
- scrollStarted(ScrollEvent) - Method in interface org.eclipse.gef4.mvc.fx.policies.IFXOnScrollPolicy
-
This callback method is invoked when the user starts to perform mouse
scrolling over the host.
- SECONDARY_SELECTION_FEEDBACK_COLOR_PROVIDER - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXDefaultSelectionFeedbackPartFactory
-
The binding name for the secondary selection color.
- SEGMENT_CREATE_HANDLE_MINIMUM_SEGMENT_LENGTH - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXDefaultSelectionHandlePartFactory
-
The minimum segment length for creation of segment create handles
- SEGMENT_MOVE_HANDLE_MINIMUM_SEGMENT_LENGTH - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXDefaultSelectionHandlePartFactory
-
The minimum segment length for the creation of segment bend handles.
- select(int) - Method in class org.eclipse.gef4.mvc.fx.policies.FXBendConnectionPolicy
-
Selects the point specified by the given segment index and parameter for
manipulation.
- SELECTION_FEEDBACK_GEOMETRY_PROVIDER - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXDefaultSelectionFeedbackPartFactory
-
The role name for the Provider<IGeometry>
that will be
used to generate selection feedback.
- SELECTION_FEEDBACK_PART_FACTORY - Static variable in class org.eclipse.gef4.mvc.behaviors.SelectionBehavior
-
- SELECTION_HANDLE_PART_FACTORY - Static variable in class org.eclipse.gef4.mvc.behaviors.SelectionBehavior
-
- SELECTION_HANDLES_GEOMETRY_PROVIDER - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXDefaultSelectionHandlePartFactory
-
The role name for the Provider<IGeometry>
that will be
used to generate selection handles.
- SELECTION_LINK_FEEDBACK_GEOMETRY_PROVIDER - Static variable in class org.eclipse.gef4.mvc.fx.parts.FXDefaultSelectionFeedbackPartFactory
-
The role name for the Provider<IGeometry>
that will be
used to generate selection link feedback.
- SELECTION_PROPERTY - Static variable in class org.eclipse.gef4.mvc.models.SelectionModel
-
- SelectionBehavior<VR> - Class in org.eclipse.gef4.mvc.behaviors
-
The default selection behavior is responsible for creating and removing
selection feedback and handles.
- SelectionBehavior() - Constructor for class org.eclipse.gef4.mvc.behaviors.SelectionBehavior
-
- SelectionModel<VR> - Class in org.eclipse.gef4.mvc.models
-
- SelectionModel() - Constructor for class org.eclipse.gef4.mvc.models.SelectionModel
-
- selectionUnmodifiableProperty() - Method in class org.eclipse.gef4.mvc.models.SelectionModel
-
Returns an unmodifiable read-only list property that represents the
current selection.
- SelectOperation<VR> - Class in org.eclipse.gef4.mvc.operations
-
- SelectOperation(IViewer<VR>, List<? extends IContentPart<VR, ? extends VR>>) - Constructor for class org.eclipse.gef4.mvc.operations.SelectOperation
-
Creates a new
SelectOperation
to change the selection within the
given
IViewer
to prepend the given content parts.
- SelectOperation(String, IViewer<VR>, List<? extends IContentPart<VR, ? extends VR>>) - Constructor for class org.eclipse.gef4.mvc.operations.SelectOperation
-
* Creates a new
SelectOperation
to change the selection within
the given
IViewer
to prepend the given content parts.
- selectSegment(int) - Method in class org.eclipse.gef4.mvc.fx.policies.FXBendConnectionPolicy
-
Selects the end points of the connection segment specified by the given
index.
- setActionBars(IActionBars) - Method in class org.eclipse.gef4.mvc.ui.properties.UndoablePropertySheetPage
-
- setActiveEditor(IEditorPart) - Method in class org.eclipse.gef4.mvc.fx.ui.parts.FXEditorActionBarContributor
-
- setActivePolicies(IViewer<VR>, Collection<? extends IPolicy<VR>>) - Method in class org.eclipse.gef4.mvc.tools.AbstractTool
-
Set the active policies of this tool to the given policies.
- setAdaptable(IVisualPart<VR, ? extends VR>) - Method in class org.eclipse.gef4.mvc.behaviors.AbstractBehavior
-
Sets the value of the property adaptable.
- setAdaptable(IViewer<Node>) - Method in class org.eclipse.gef4.mvc.fx.parts.AbstractFXRootPart
-
- setAdaptable(IViewer<VR>) - Method in class org.eclipse.gef4.mvc.parts.AbstractRootPart
-
Sets the value of the property adaptable.
- setAdaptable(IVisualPart<VR, ? extends VR>) - Method in class org.eclipse.gef4.mvc.policies.AbstractPolicy
-
Sets the value of the property adaptable.
- setAdaptable(IVisualPart<VR, ? extends VR>) - Method in class org.eclipse.gef4.mvc.policies.ContentPolicy
-
- setAdaptable(IDomain<VR>) - Method in class org.eclipse.gef4.mvc.tools.AbstractTool
-
Sets the value of the property adaptable.
- setAdaptable(IDomain<VR>) - Method in class org.eclipse.gef4.mvc.viewer.AbstractViewer
-
Sets the value of the property adaptable.
- setAdapter(T) - Method in class org.eclipse.gef4.mvc.domain.AbstractDomain
-
- setAdapter(T, String) - Method in class org.eclipse.gef4.mvc.domain.AbstractDomain
-
- setAdapter(TypeToken<T>, T) - Method in class org.eclipse.gef4.mvc.domain.AbstractDomain
-
- setAdapter(TypeToken<T>, T, String) - Method in class org.eclipse.gef4.mvc.domain.AbstractDomain
-
- setAdapter(T) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
-
- setAdapter(T, String) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
-
- setAdapter(TypeToken<T>, T) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
-
- setAdapter(TypeToken<T>, T, String) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
-
- setAdapter(T) - Method in class org.eclipse.gef4.mvc.viewer.AbstractViewer
-
- setAdapter(T, String) - Method in class org.eclipse.gef4.mvc.viewer.AbstractViewer
-
- setAdapter(TypeToken<T>, T) - Method in class org.eclipse.gef4.mvc.viewer.AbstractViewer
-
- setAdapter(TypeToken<T>, T, String) - Method in class org.eclipse.gef4.mvc.viewer.AbstractViewer
-
- setContent(Object) - Method in class org.eclipse.gef4.mvc.parts.AbstractContentPart
-
Set the primary content object that this EditPart represents.
- setContent(Object) - Method in interface org.eclipse.gef4.mvc.parts.IContentPart
-
Sets this part's content to the given value
.
- setCursor(Cursor) - Method in class org.eclipse.gef4.mvc.fx.policies.CursorSupport
-
Sets the given Cursor
as the mouse cursor for the Scene
of the host visual.
- setDh(double) - Method in class org.eclipse.gef4.mvc.fx.operations.FXResizeOperation
-
Sets the delta height that will be applied when executing this operation
to the given value.
- setDirty(boolean) - Method in class org.eclipse.gef4.mvc.fx.ui.parts.AbstractFXEditor
-
Sets the dirty flag of this editor to the given value.
- setDw(double) - Method in class org.eclipse.gef4.mvc.fx.operations.FXResizeOperation
-
Sets the delta width that will be applied when executing this operation
to the given value.
- setFinalDelta(AffineTransform) - Method in class org.eclipse.gef4.mvc.operations.TransformContentOperation
-
- setFocus() - Method in class org.eclipse.gef4.mvc.fx.ui.parts.AbstractFXEditor
-
- setFocus() - Method in class org.eclipse.gef4.mvc.fx.ui.parts.AbstractFXView
-
- setFocus(IContentPart<VR, ? extends VR>) - Method in class org.eclipse.gef4.mvc.models.FocusModel
-
Selects the given IContentPart as the focus part.
- setGeometryProvider(Provider<? extends IGeometry>) - Method in class org.eclipse.gef4.mvc.fx.parts.FXFocusFeedbackPart
-
Sets the Provider<IGeometry>
of this part to the given
value.
- setGeometryProvider(Provider<? extends IGeometry>) - Method in class org.eclipse.gef4.mvc.fx.parts.FXHoverFeedbackPart
-
Sets the Provider<IGeometry>
of this part to the given
value.
- setGeometryProvider(Provider<? extends IGeometry>) - Method in class org.eclipse.gef4.mvc.fx.parts.FXSelectionFeedbackPart
-
Sets the feedback geometry provider (
Provider<IGeometry>
) of this part to the given value.
- setGridCellHeight(double) - Method in class org.eclipse.gef4.mvc.models.GridModel
-
Sets the grid cell height to the given value.
- setGridCellWidth(double) - Method in class org.eclipse.gef4.mvc.models.GridModel
-
Sets the grid cell width to the given value.
- setHover(IVisualPart<VR, ? extends VR>) - Method in class org.eclipse.gef4.mvc.models.HoverModel
-
- setInitialMouseLocationInScene(Point) - Method in class org.eclipse.gef4.mvc.fx.policies.FXTranslateSelectedOnDragPolicy
-
Sets the initial mouse location to the given value.
- setNewAnchors(List<IAnchor>) - Method in class org.eclipse.gef4.mvc.fx.operations.FXBendConnectionOperation
-
Sets the list of
IAnchor
s which will replace the connection's
anchors upon execution.
- setNewContents(List<? extends Object>) - Method in class org.eclipse.gef4.mvc.operations.ChangeContentsOperation
-
Sets the final contents to the given list.
- setNewContentTransform(AffineTransform) - Method in class org.eclipse.gef4.mvc.fx.operations.FXChangeViewportOperation
-
Sets the contents transformation that will be applied when executing this
operation to the given value.
- setNewFocused(IContentPart<VR, ? extends VR>) - Method in class org.eclipse.gef4.mvc.operations.ChangeFocusOperation
-
Sets the new focussed part to the given one.
- setNewHeight(double) - Method in class org.eclipse.gef4.mvc.fx.operations.FXChangeViewportOperation
-
Sets the viewport height that will be applied when executing this
operation to the given value.
- setNewHints(Point, Point) - Method in class org.eclipse.gef4.mvc.fx.operations.FXUpdateAnchorHintsOperation
-
Sets the new hints.
- setNewHorizontalScrollOffset(double) - Method in class org.eclipse.gef4.mvc.fx.operations.FXChangeViewportOperation
-
Sets the horizontal translation that will be applied when executing this
operation to the given value.
- setNewTransform(Affine) - Method in class org.eclipse.gef4.mvc.fx.operations.FXTransformOperation
-
Sets the Affine
that will be applied to the nodeTransform
upon execution of this operation to the given value.
- setNewVerticalScrollOffset(double) - Method in class org.eclipse.gef4.mvc.fx.operations.FXChangeViewportOperation
-
Sets the vertical translation that will be applied when executing this
operation to the given value.
- setNewWidth(double) - Method in class org.eclipse.gef4.mvc.fx.operations.FXChangeViewportOperation
-
Sets the viewport width that will be applied when executing this
operation to the given value.
- setOperationHistory(IOperationHistory) - Method in class org.eclipse.gef4.mvc.domain.AbstractDomain
-
- setParent(IVisualPart<VR, ? extends VR>) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
-
- setParent(IVisualPart<VR, ? extends VR>) - Method in interface org.eclipse.gef4.mvc.parts.IVisualPart
-
Used by a parent
IVisualPart
to establish/unestablish a
parent-child relationship with this child
IVisualPart
.
- setPart(IVisualPart<Node, ? extends Node>) - Method in class org.eclipse.gef4.mvc.fx.operations.FXRevealOperation
-
Sets the part that is to be revealed.
- setPostRotate(int, Angle) - Method in class org.eclipse.gef4.mvc.policies.AbstractTransformPolicy
-
Sets the specified post-transform to a rotation by the given angle.
- setPostScale(int, double, double) - Method in class org.eclipse.gef4.mvc.policies.AbstractTransformPolicy
-
Sets the specified post-transform to a scaling by the given factors.
- setPostTransform(int, AffineTransform) - Method in class org.eclipse.gef4.mvc.policies.AbstractTransformPolicy
-
- setPostTranslate(int, double, double) - Method in class org.eclipse.gef4.mvc.policies.AbstractTransformPolicy
-
Sets the specified post-transform to a translation by the given offsets.
- setPreRotate(int, Angle) - Method in class org.eclipse.gef4.mvc.policies.AbstractTransformPolicy
-
Sets the specified pre-transform to a rotation by the given angle.
- setPreScale(int, double, double) - Method in class org.eclipse.gef4.mvc.policies.AbstractTransformPolicy
-
Sets the specified pre-transform to a scaling by the given factors.
- setPreTransform(int, AffineTransform) - Method in class org.eclipse.gef4.mvc.policies.AbstractTransformPolicy
-
- setPreTranslate(int, double, double) - Method in class org.eclipse.gef4.mvc.policies.AbstractTransformPolicy
-
Sets the specified pre-transform to a translation by the given offsets.
- SetPropertyValueCommand_Label - Static variable in class org.eclipse.gef4.mvc.ui.Messages
-
Stores the value of the "SetPropertyValueCommand_Label"
message key.
- SetPropertyValueOperation - Class in org.eclipse.gef4.mvc.ui.properties
-
- SetPropertyValueOperation(String, IPropertySource, Object, Object) - Constructor for class org.eclipse.gef4.mvc.ui.properties.SetPropertyValueOperation
-
- setRefreshVisual(boolean) - Method in class org.eclipse.gef4.mvc.parts.AbstractVisualPart
-
Sets the value of the property refreshVisual.
- setRefreshVisual(boolean) - Method in interface org.eclipse.gef4.mvc.parts.IVisualPart
-
- SetRefreshVisualOperation<VR> - Class in org.eclipse.gef4.mvc.operations
-
- SetRefreshVisualOperation(IVisualPart<VR, ? extends VR>, boolean, boolean) - Constructor for class org.eclipse.gef4.mvc.operations.SetRefreshVisualOperation
-
- setSegmentIndex(int) - Method in class org.eclipse.gef4.mvc.fx.parts.AbstractFXSegmentHandlePart
-
Sets the segment index and refreshes the visual.
- setSegmentParameter(double) - Method in class org.eclipse.gef4.mvc.fx.parts.AbstractFXSegmentHandlePart
-
Sets the segment parameter and refreshes the visual.
- setSegmentsProvider(Provider<BezierCurve[]>) - Method in class org.eclipse.gef4.mvc.fx.parts.AbstractFXSegmentHandlePart
-
Sets the Provider<BezierCurve[]>
for this part to the
given value.
- setSelection(IContentPart<VR, ? extends VR>) - Method in class org.eclipse.gef4.mvc.models.SelectionModel
-
- setSelection(List<? extends IContentPart<VR, ? extends VR>>) - Method in class org.eclipse.gef4.mvc.models.SelectionModel
-
Replaces the current selection with the given list of
IContentPart
s.
- setShowGrid(boolean) - Method in class org.eclipse.gef4.mvc.models.GridModel
-
Shows/Hides the grid depending on the given value.
- setSnapToGrid(boolean) - Method in class org.eclipse.gef4.mvc.models.GridModel
-
Enables/Disables snap to grid depending on the given value.
- setStopped(boolean) - Method in class org.eclipse.gef4.mvc.fx.policies.FXPanOrZoomOnScrollPolicy
-
Sets the stopped flag to the given value.
- setTargetPart(IVisualPart<Node, ? extends Node>) - Method in class org.eclipse.gef4.mvc.fx.policies.FXResizeTranslateFirstAnchorageOnHandleDragPolicy
-
Sets the target part (i.e. the part that is resized and translated) of
this policy to the given value.
- setTransform(AffineTransform) - Method in class org.eclipse.gef4.mvc.policies.AbstractTransformPolicy
-
- setUndoContext(IUndoContext) - Method in class org.eclipse.gef4.mvc.domain.AbstractDomain
-
- setViewportPolicy(FXChangeViewportPolicy) - Method in class org.eclipse.gef4.mvc.fx.policies.FXPanOrZoomOnScrollPolicy
-
Sets the
FXChangeViewportPolicy
that is used to manipulate the
viewport for the current scroll gesture to the given value.
- setZoomGrid(boolean) - Method in class org.eclipse.gef4.mvc.models.GridModel
-
Enables/Disables grid zooming depending on the given value.
- SHOW_GRID_PROPERTY - Static variable in class org.eclipse.gef4.mvc.models.GridModel
-
Name of the "show grid" property.
- showGridProperty() - Method in class org.eclipse.gef4.mvc.models.GridModel
-
Returns a boolean property whose value indicates whether grid is to be
shown.
- showIndicationCursor(KeyEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXBendFirstAnchorageOnSegmentHandleDragPolicy
-
- showIndicationCursor(MouseEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXBendFirstAnchorageOnSegmentHandleDragPolicy
-
- showIndicationCursor(KeyEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXBendOnSegmentDragPolicy
-
- showIndicationCursor(MouseEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXBendOnSegmentDragPolicy
-
- showIndicationCursor(KeyEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXMarqueeOnDragPolicy
-
- showIndicationCursor(MouseEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXMarqueeOnDragPolicy
-
- showIndicationCursor(KeyEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXNormalizeConnectedOnDragPolicy
-
- showIndicationCursor(MouseEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXNormalizeConnectedOnDragPolicy
-
- showIndicationCursor(KeyEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXResizeTransformSelectedOnHandleDragPolicy
-
- showIndicationCursor(MouseEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXResizeTransformSelectedOnHandleDragPolicy
-
- showIndicationCursor(KeyEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXResizeTranslateFirstAnchorageOnHandleDragPolicy
-
- showIndicationCursor(MouseEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXResizeTranslateFirstAnchorageOnHandleDragPolicy
-
- showIndicationCursor(boolean) - Method in class org.eclipse.gef4.mvc.fx.policies.FXRotateSelectedOnHandleDragPolicy
-
If the given flag isControlDown is true
, then the
mouse cursor is changed to a rotate cursor.
- showIndicationCursor(KeyEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXRotateSelectedOnHandleDragPolicy
-
- showIndicationCursor(MouseEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXRotateSelectedOnHandleDragPolicy
-
- showIndicationCursor(KeyEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXTranslateSelectedOnDragPolicy
-
- showIndicationCursor(MouseEvent) - Method in class org.eclipse.gef4.mvc.fx.policies.FXTranslateSelectedOnDragPolicy
-
- showIndicationCursor(KeyEvent) - Method in interface org.eclipse.gef4.mvc.fx.policies.IFXOnDragPolicy
-
Changes the mouse cursor depending on the given KeyEvent
to
indicate the action that is performed by this policy.
- showIndicationCursor(MouseEvent) - Method in interface org.eclipse.gef4.mvc.fx.policies.IFXOnDragPolicy
-
Changes the mouse cursor depending on the given MouseEvent
to
indicate the action that is performed by this policy.
- SNAP_TO_GRID_PROPERTY - Static variable in class org.eclipse.gef4.mvc.models.GridModel
-
Name of the "snap to grid" property.
- snapToGridProperty() - Method in class org.eclipse.gef4.mvc.models.GridModel
-
Returns a boolean property whose value indicates whether snap-to-grid is
enabled.
- start(BundleContext) - Method in class org.eclipse.gef4.mvc.fx.MvcFxBundle
-
- start(BundleContext) - Method in class org.eclipse.gef4.mvc.fx.ui.MvcFxUiBundle
-
- start(BundleContext) - Method in class org.eclipse.gef4.mvc.MvcBundle
-
- start(BundleContext) - Method in class org.eclipse.gef4.mvc.ui.MvcUiBundle
-
- startHandleCreationDelay() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXHoverBehavior
-
Starts the handle creation delay.
- startHandleRemovalDelay() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXHoverBehavior
-
Starts the handle removal delay.
- stop(BundleContext) - Method in class org.eclipse.gef4.mvc.fx.MvcFxBundle
-
- stop(BundleContext) - Method in class org.eclipse.gef4.mvc.fx.ui.MvcFxUiBundle
-
- stop(BundleContext) - Method in class org.eclipse.gef4.mvc.MvcBundle
-
- stop(BundleContext) - Method in class org.eclipse.gef4.mvc.ui.MvcUiBundle
-
- stopAtContentBounds(Dimension) - Method in class org.eclipse.gef4.mvc.fx.policies.FXPanOrZoomOnScrollPolicy
-
Determines if the given panning
Dimension
would result in panning
past the contents.
- stopCreationDelay() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXHoverBehavior
-
Stops the handle creation delay.
- stopRemovalDelay() - Method in class org.eclipse.gef4.mvc.fx.behaviors.FXHoverBehavior
-
Stops the handle removal delay.
- storeAndDisableRefreshVisuals(IVisualPart<VR, ? extends VR>) - Method in class org.eclipse.gef4.mvc.policies.AbstractInteractionPolicy
-
- storeAndReplaceCursor(Cursor) - Method in class org.eclipse.gef4.mvc.fx.policies.CursorSupport
-
Changes the mouse Cursor
to the given value if necessary.
- switchAdaptableScopes() - Method in class org.eclipse.gef4.mvc.behaviors.AbstractBehavior
-
Adjusts the relevant adaptable scopes to refer to the host of this
behavior, it's viewer, and it's domain, respectively.
- synchronizeContentAnchorages(SetMultimap<? extends Object, ? extends String>) - Method in class org.eclipse.gef4.mvc.behaviors.ContentBehavior
-
- synchronizeContentChildren(List<? extends Object>) - Method in class org.eclipse.gef4.mvc.behaviors.ContentBehavior
-