Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- reactivate() - Method in class org.eclipse.gef.tools.AbstractTool
- 
Callsdeactivate()and thenactivate().
- ReconnectRequest - Class in org.eclipse.gef.requests
- 
A Request to reconnect a connection.
- ReconnectRequest() - Constructor for class org.eclipse.gef.requests.ReconnectRequest
- 
Default constructor.
- ReconnectRequest(Object) - Constructor for class org.eclipse.gef.requests.ReconnectRequest
- 
Creates a ReconnectRequest with the given type.
- redo() - Method in class org.eclipse.gef.commands.Command
- 
Re-executes the Command.
- redo() - Method in class org.eclipse.gef.commands.CommandStack
- 
Calls redo on the Command at the top of the redo stack, and pushes that Command onto the undo stack.
- redo() - Method in class org.eclipse.gef.commands.CompoundCommand
- redo() - Method in class org.eclipse.gef.ui.properties.SetPropertyValueCommand
- RedoAction - Class in org.eclipse.gef.ui.actions
- 
An action to redo the last command.
- RedoAction(IEditorPart) - Constructor for class org.eclipse.gef.ui.actions.RedoAction
- 
Creates aRedoActionand associates it with the given editor.
- RedoAction(IWorkbenchPart) - Constructor for class org.eclipse.gef.ui.actions.RedoAction
- 
Creates aRedoActionand associates it with the given workbech part.
- RedoRetargetAction - Class in org.eclipse.gef.ui.actions
- RedoRetargetAction() - Constructor for class org.eclipse.gef.ui.actions.RedoRetargetAction
- 
Constructs a new RedoRetargetAction with the default ID, label and image.
- refresh() - Method in interface org.eclipse.gef.EditPart
- 
Called to force a refresh of this EditPart.
- refresh() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
- 
Extended here to also refresh the ConnectionAnchors.
- refresh() - Method in class org.eclipse.gef.editparts.AbstractEditPart
- 
Refreshes all properties visually displayed by this EditPart.
- refresh() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
- 
ExtendsAbstractEditPart.refresh()to refresh two additional structural features: source and target connections.
- refresh() - Method in class org.eclipse.gef.ui.actions.RedoAction
- 
Refreshes this action's text to use the last undone command's label.
- refresh() - Method in class org.eclipse.gef.ui.actions.UndoAction
- 
Refreshes this action's text to use the last executed command's label.
- refresh() - Method in class org.eclipse.gef.ui.actions.WorkbenchPartAction
- 
Refreshes the properties of this action.
- refreshChildren() - Method in class org.eclipse.gef.editparts.AbstractEditPart
- 
Updates the set of children EditParts so that it is in sync with the model children.
- refreshChildren() - Method in class org.eclipse.gef.editparts.GraphicalRootEditPart
- 
Deprecated.Overridden to do nothing since the child is explicitly set.
- refreshChildren() - Method in class org.eclipse.gef.editparts.RootTreeEditPart
- 
Overridden to do nothing since the child is explicitly set.
- refreshChildren() - Method in class org.eclipse.gef.editparts.SimpleRootEditPart
- 
Overridden to do nothing, child is set using setContents(EditPart)
- refreshCursor() - Method in class org.eclipse.gef.tools.AbstractTool
- 
Sets the cursor being displayed to the appropriate cursor.
- refreshCursor() - Method in class org.eclipse.gef.tools.SelectionTool
- 
If there is a drag tracker, this method does nothing so that the drag tracker can take care of the cursor.
- refreshDragSourceAdapter() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
- 
Creates or disposes a DragSource as needed, and sets the supported transfer types.
- refreshDropTargetAdapter() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
- 
Creates or disposes a DropTarget as needed, and sets the supported transfer types.
- refreshGridLayer() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
- 
Updates thegridbased on properties set on thegraphical viewer:SnapToGrid.PROPERTY_GRID_VISIBLE,SnapToGrid.PROPERTY_GRID_SPACING, andSnapToGrid.PROPERTY_GRID_ORIGIN.
- refreshGridLayer() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
- 
Updates thegridbased on properties set on thegraphical viewer:SnapToGrid.PROPERTY_GRID_VISIBLE,SnapToGrid.PROPERTY_GRID_SPACING, andSnapToGrid.PROPERTY_GRID_ORIGIN.
- refreshSourceAnchor() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
- 
Updates the source ConnectionAnchor.
- refreshSourceConnections() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
- 
Updates the set of source ConnectionEditParts so that it is in sync with the model source connections.
- refreshTargetAnchor() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
- 
Updates the target ConnectionAnchor.
- refreshTargetConnections() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
- 
Updates the set of target ConnectionEditParts so that it is in sync with the model target connections.
- refreshVisuals() - Method in class org.eclipse.gef.editparts.AbstractEditPart
- 
Refreshes this EditPart's visuals.
- refreshVisuals() - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
- 
By default, this method will apply anImageandStringto the widget if it is aTreeItem.
- register() - Method in class org.eclipse.gef.editparts.AbstractEditPart
- 
Registers itself in the viewer's various registries.
- register() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
- register() - Method in class org.eclipse.gef.editparts.ScalableFreeformRootEditPart
- register() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
- registerAccessibility() - Method in class org.eclipse.gef.editparts.AbstractEditPart
- 
Registers theAccessibleEditPartadapter.
- registerAccessibleEditPart(AccessibleEditPart) - Method in interface org.eclipse.gef.EditPartViewer
- 
Used for accessibility purposes.
- registerAccessibleEditPart(AccessibleEditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
- registerAccessibleEditPart(AccessibleEditPart) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
- 
Registers the accessible editpart with the event dispatcher.
- registerAction(IAction) - Method in class org.eclipse.gef.ui.actions.ActionRegistry
- 
Register an action with this registry.
- registerModel() - Method in class org.eclipse.gef.editparts.AbstractEditPart
- 
Registers the model in theEditPartViewer.getEditPartRegistry().
- registerVisuals() - Method in class org.eclipse.gef.editparts.AbstractEditPart
- 
Registers the visuals in theEditPartViewer.getVisualPartMap().
- registerVisuals() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
- 
Registers the EditPart's Figure in the Viewer.
- RelativeHandleLocator - Class in org.eclipse.gef.handles
- 
Similar toRelativeLocator, but adds support for theHandleBoundsinterface.
- RelativeHandleLocator(IFigure, int) - Constructor for class org.eclipse.gef.handles.RelativeHandleLocator
- 
Constructs a new locator using the given reference figure and location.
- releaseToolCapture() - Method in class org.eclipse.gef.tools.AbstractTool
- 
Releases tool capture.
- relocate(IFigure) - Method in class org.eclipse.gef.handles.MoveHandleLocator
- 
Sets the handle's bounds to that of its owner figure's bounds, expanded by the handle's Insets.
- relocate(CellEditor) - Method in interface org.eclipse.gef.tools.CellEditorLocator
- 
Relocates a CellEditor.
- remove(IFigure) - Method in class org.eclipse.gef.editparts.GuideLayer
- remove(KeyStroke) - Method in class org.eclipse.gef.KeyHandler
- 
Removed a mappedIActionfor the specifiedKeyStroke.
- remove(PaletteEntry) - Method in class org.eclipse.gef.palette.PaletteContainer
- 
Removes the given PaletteEntry from this PaletteContainer
- remove(PaletteEntry) - Method in class org.eclipse.gef.palette.PaletteStack
- removeAction(IAction) - Method in class org.eclipse.gef.ui.actions.ActionRegistry
- 
Removes an action from this registry.
- removeChild(EditPart) - Method in class org.eclipse.gef.editparts.AbstractEditPart
- 
Removes a childEditPart.
- removeChildVisual(EditPart) - Method in class org.eclipse.gef.editparts.AbstractEditPart
- 
Removes the child's visual from this EditPart's visual.
- removeChildVisual(EditPart) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
- 
Remove the child's Figure from thecontentPane.
- removeChildVisual(EditPart) - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
- 
Disposes the child'swidgetand sets it tonull.
- removeChildVisual(EditPart) - Method in class org.eclipse.gef.editparts.RootTreeEditPart
- 
This is where the child gets removed.
- removeCommandStackEventListener(CommandStackEventListener) - Method in class org.eclipse.gef.commands.CommandStack
- 
Removes the first occurrence of the specified listener.
- removeCommandStackListener(CommandStackListener) - Method in class org.eclipse.gef.commands.CommandStack
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- removeDragSourceListener(TransferDragSourceListener) - Method in class org.eclipse.gef.dnd.DelegatingDragAdapter
- 
Deprecated, for removal: This API element is subject to removal in a future version.UseDelegatingDragAdapter.removeDragSourceListener(org.eclipse.jface.util.TransferDragSourceListener)instead. This method will be removed after the 2027-03 release.
- removeDragSourceListener(TransferDragSourceListener) - Method in interface org.eclipse.gef.EditPartViewer
- 
Deprecated, for removal: This API element is subject to removal in a future version.UseEditPartViewer.removeDragSourceListener(TransferDragSourceListener)instead. This method will be removed after the 2027-03 release.
- removeDragSourceListener(TransferDragSourceListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
- 
Deprecated, for removal: This API element is subject to removal in a future version.UseAbstractEditPartViewer.removeDragSourceListener(TransferDragSourceListener)instead. This method will be removed after the 2027-03 release.
- removeDragSourceListener(TransferDragSourceListener) - Method in interface org.eclipse.gef.EditPartViewer
- 
Removes the specified drag source listener.
- removeDragSourceListener(TransferDragSourceListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
- removeDropTargetListener(TransferDropTargetListener) - Method in class org.eclipse.gef.dnd.DelegatingDropAdapter
- 
Deprecated, for removal: This API element is subject to removal in a future version.UseDelegatingDropAdapter.removeDropTargetListener(org.eclipse.jface.util.TransferDropTargetListener)instead. This method will be removed after the 2027-03 release.
- removeDropTargetListener(TransferDropTargetListener) - Method in interface org.eclipse.gef.EditPartViewer
- 
Deprecated, for removal: This API element is subject to removal in a future version.UseEditPartViewer.removeDropTargetListener(TransferDropTargetListener)instead. This method will be removed after the 2027-03 release.
- removeDropTargetListener(TransferDropTargetListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
- 
Deprecated, for removal: This API element is subject to removal in a future version.UseAbstractEditPartViewer.removeDropTargetListener(TransferDropTargetListener)instead. This method will be removed after the 2027-03 release.
- removeDropTargetListener(TransferDropTargetListener) - Method in interface org.eclipse.gef.EditPartViewer
- 
Removes the specified drop target listener.
- removeDropTargetListener(TransferDropTargetListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
- removeEditPartListener(EditPartListener) - Method in interface org.eclipse.gef.EditPart
- 
Removes the first occurance of the specified listener from the list of listeners.
- removeEditPartListener(EditPartListener) - Method in class org.eclipse.gef.editparts.AbstractEditPart
- 
No reason to override
- removeEditPolicy(Object) - Method in interface org.eclipse.gef.EditPart
- 
Removes the EditPolicy for the given role.
- removeEditPolicy(Object) - Method in class org.eclipse.gef.editparts.AbstractEditPart
- 
No reason to override
- removeFeedback(IFigure) - Method in class org.eclipse.gef.editpolicies.GraphicalEditPolicy
- 
Removes the specifiedFigurefrom theLayerConstants.FEEDBACK_LAYER.
- removeFeedback(IFigure) - Method in class org.eclipse.gef.tools.AbstractTool
- 
Convenience method to removes a figure from the feedback layer.
- removeNodeListener(NodeListener) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
- removeNodeListener(NodeListener) - Method in interface org.eclipse.gef.GraphicalEditPart
- 
Removes the first occurance of the specified listener from the list of listeners.
- removeNotify() - Method in interface org.eclipse.gef.EditPart
- 
Called when the EditPart is being permanently removed from itsEditPartViewer.
- removeNotify() - Method in class org.eclipse.gef.editparts.AbstractConnectionEditPart
- 
Extended here to remove the ConnectionEditPart's connection figure from the connection layer.
- removeNotify() - Method in class org.eclipse.gef.editparts.AbstractEditPart
- 
Removes all references from theEditPartViewerto this EditPart.
- removeNotify() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
- 
ExtendsAbstractEditPart.removeNotify()to cleanupConnectionEditParts.
- removeNotify() - Method in class org.eclipse.gef.handles.AbstractHandle
- removeNotify() - Method in class org.eclipse.gef.handles.ConnectionHandle
- 
Extended to remove a listener.
- removePaletteListener(PaletteListener) - Method in class org.eclipse.gef.ui.palette.PaletteViewer
- 
The given PaletteListener will not be notified of active tool changes in the palette.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface org.eclipse.gef.EditPartViewer
- 
removes the first instance of the specified property listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef.palette.PaletteEntry
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
- removePropertyChangeListener(PropertyChangeListener) - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
- removeRulerChangeListener(RulerChangeListener) - Method in class org.eclipse.gef.rulers.RulerProvider
- 
The given listener will not be notified of changes in the ruler anymore.
- removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
- removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
- removeSelectionHandles() - Method in class org.eclipse.gef.editpolicies.SelectionHandlesEditPolicy
- 
removes the selection handles from the selection layer.
- removeSelectionListener() - Method in class org.eclipse.gef.editpolicies.SelectionEditPolicy
- 
Removes the EditPartListener used to observe selection
- removeSourceConnection(ConnectionEditPart) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
- 
Removes the given connection for which this EditPart is the source.
- removeTargetConnection(ConnectionEditPart) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
- 
Removes the given connection for which this EditPart is the target.
- removeViewer(EditPartViewer) - Method in class org.eclipse.gef.EditDomain
- 
Removes a previously added viewer from the EditDomain.
- removeViewer(EditPartViewer) - Method in class org.eclipse.gef.ui.parts.SelectionSynchronizer
- 
Removes the viewer from the set of synchronized viewers
- removingChild(EditPart, int) - Method in interface org.eclipse.gef.EditPartListener
- 
Called before a child EditPart is removed from its parent.
- removingChild(EditPart, int) - Method in class org.eclipse.gef.EditPartListener.Stub
- removingSourceConnection(ConnectionEditPart, int) - Method in interface org.eclipse.gef.NodeListener
- 
Called prior to removing the connection from its source node.
- removingTargetConnection(ConnectionEditPart, int) - Method in interface org.eclipse.gef.NodeListener
- 
Called prior to removing the connection from its target node.
- reorderChild(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractEditPart
- 
Moves a childEditPartinto a lower index than it currently occupies.
- reorderChild(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
- 
This method is extended to preserve a LayoutManager constraint if one exists.
- reorderChild(EditPart, int) - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
- reorderSourceConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
- 
Moves a sourceConnectionEditPartinto a lower index than it currently occupies.
- reorderTargetConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
- 
Moves a targetConnectionEditPartinto a lower index than it currently occupies.
- repairStartLocation() - Method in class org.eclipse.gef.tools.DragEditPartsTracker
- 
If auto scroll (also called auto expose) is being performed, the start location moves during the scroll.
- REQ_ADD - Static variable in interface org.eclipse.gef.RequestConstants
- 
Constant used to indicate that a group of existing children are being added to the receiver of the Request.
- REQ_ALIGN - Static variable in interface org.eclipse.gef.RequestConstants
- 
Constant used to indicate that alignment is being performed.
- REQ_ALIGN_CHILDREN - Static variable in interface org.eclipse.gef.RequestConstants
- 
Constant used to indicate that a group of children are being aligned.
- REQ_CLONE - Static variable in interface org.eclipse.gef.RequestConstants
- 
Indicates that the reciever of the request should be cloned.
- REQ_CONNECTION_END - Static variable in interface org.eclipse.gef.RequestConstants
- 
Indicates the end of creation of a new connection.
- REQ_CONNECTION_START - Static variable in interface org.eclipse.gef.RequestConstants
- 
Indicates the creation of a new connection.
- REQ_CREATE - Static variable in interface org.eclipse.gef.RequestConstants
- 
Indicates that an object is to be created by the receiver of the Request.
- REQ_CREATE_BENDPOINT - Static variable in interface org.eclipse.gef.RequestConstants
- 
Indicates that a bendpoint is being inserted by the User.
- REQ_DELETE - Static variable in interface org.eclipse.gef.RequestConstants
- 
Constant used to indicate that the receiver of the Request is being deleted.
- REQ_DELETE_DEPENDANT - Static variable in interface org.eclipse.gef.RequestConstants
- 
Constant used to indicate that a child of the receiver the Request is to be deleted.
- REQ_DIRECT_EDIT - Static variable in interface org.eclipse.gef.RequestConstants
- 
Indicates that a direct edit should be performed.
- REQ_MOVE - Static variable in interface org.eclipse.gef.RequestConstants
- 
Indicates that a part (or a group of parts) is being moved within its current parent.
- REQ_MOVE_BENDPOINT - Static variable in interface org.eclipse.gef.RequestConstants
- 
Indicates that an existing bendpoint is being moved or dragged by the User.
- REQ_MOVE_CHILDREN - Static variable in interface org.eclipse.gef.RequestConstants
- 
Indicates that a group of children are being moved.
- REQ_OPEN - Static variable in interface org.eclipse.gef.RequestConstants
- 
Indicates that the user has double-clicked on the receiver.
- REQ_ORPHAN - Static variable in interface org.eclipse.gef.RequestConstants
- 
Indicates that the receiver is being removed from its current parent, to be inserted into a new parent.
- REQ_ORPHAN_CHILDREN - Static variable in interface org.eclipse.gef.RequestConstants
- 
Indicates that a group of children are being removed from the receiver of the Request.
- REQ_RECONNECT_SOURCE - Static variable in interface org.eclipse.gef.RequestConstants
- 
Constant used to indicate that the source end of an existing connection is being reconnected to a new source node EditPart.
- REQ_RECONNECT_TARGET - Static variable in interface org.eclipse.gef.RequestConstants
- 
Constant used to indicate that the target end of an existing connection is being reconnected to a new target node EditPart.
- REQ_RESIZE - Static variable in interface org.eclipse.gef.RequestConstants
- 
Indicates that a part (or a group of parts) is being resized.
- REQ_RESIZE_CHILDREN - Static variable in interface org.eclipse.gef.RequestConstants
- 
Indicates that a group of children are to be resized.
- REQ_SELECTION - Static variable in interface org.eclipse.gef.RequestConstants
- 
Indicates selection Requests.
- REQ_SELECTION_HOVER - Static variable in interface org.eclipse.gef.RequestConstants
- 
Indicates selection hover Requests.
- Request - Class in org.eclipse.gef
- 
An Object used to communicate with EditParts.
- Request() - Constructor for class org.eclipse.gef.Request
- 
Constructs an empty Request
- Request(Object) - Constructor for class org.eclipse.gef.Request
- 
Constructs a Request with the specified type
- RequestConstants - Interface in org.eclipse.gef
- 
The set of constants used to identifyRequestsby theirtype.
- resetFlags() - Method in class org.eclipse.gef.tools.AbstractTool
- 
Resets all stateful flags to their initial values.
- resetFlags() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
- resetFlags() - Method in class org.eclipse.gef.tools.TargetingTool
- 
Extended to reset the target lock flag.
- resetHover() - Method in class org.eclipse.gef.tools.TargetingTool
- 
Resets hovering to inactive.
- resetPropertyValue() - Method in class org.eclipse.gef.ui.properties.UndoablePropertySheetEntry
- ResizableEditPolicy - Class in org.eclipse.gef.editpolicies
- 
Provides support for selecting, positioning, and resizing an edit part.
- ResizableEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.ResizableEditPolicy
- ResizableHandleKit - Class in org.eclipse.gef.handles
- 
A set of utility methods to create Handles for the common locations on a figure's bounds.
- RESIZE_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
- 
The String "&Resize"
- ResizeHandle - Class in org.eclipse.gef.handles
- 
A Handle used to resize a GraphicalEditPart.
- ResizeHandle(GraphicalEditPart, int) - Constructor for class org.eclipse.gef.handles.ResizeHandle
- 
Creates a new ResizeHandle for the given GraphicalEditPart.
- ResizeHandle(GraphicalEditPart, Locator, Cursor) - Constructor for class org.eclipse.gef.handles.ResizeHandle
- 
Creates a new ResizeHandle for the given GraphicalEditPart.
- ResizeTracker - Class in org.eclipse.gef.tools
- 
A Tracker for dragging a resize handle.
- ResizeTracker(int) - Constructor for class org.eclipse.gef.tools.ResizeTracker
- 
Deprecated.use ResizeTracker(GraphicalEditPart, int) instead
- ResizeTracker(GraphicalEditPart, int) - Constructor for class org.eclipse.gef.tools.ResizeTracker
- 
Constructs a resize tracker that resizes in the specified direction.
- restoreOriginalConstraint() - Method in class org.eclipse.gef.editpolicies.BendpointEditPolicy
- 
Restores the original constraint that was saved before feedback began to show.
- restorePrintSource() - Method in class org.eclipse.gef.print.PrintGraphicalViewerOperation
- restoreSettings() - Method in class org.eclipse.gef.ui.palette.customize.PaletteSettingsDialog
- 
Restores the cached settings, thus undoing any changes made since the last caching of settings.
- restoreState(IMemento) - Method in class org.eclipse.gef.ui.palette.PaletteViewer
- 
Tries to apply the state of the given IMemento to the contents of this viewer.
- result - Variable in class org.eclipse.gef.AutoexposeHelper.Search
- reveal(EditPart) - Method in interface org.eclipse.gef.EditPartViewer
- 
Reveals the given EditPart if it is not visible.
- reveal(EditPart) - Method in class org.eclipse.gef.ui.palette.PaletteViewer
- reveal(EditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
- reveal(EditPart) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
- 
Reveals the specified editpart by usingExposeHelpers.
- reveal(EditPart) - Method in class org.eclipse.gef.ui.parts.ScrollingGraphicalViewer
- 
Extends the superclass implementation to scroll the native Canvas control after the super's implementation has completed.
- reveal(EditPart) - Method in class org.eclipse.gef.ui.parts.TreeViewer
- revertOldEditValue(DirectEditRequest) - Method in class org.eclipse.gef.editpolicies.DirectEditPolicy
- 
Helps erase feedback by reverting the original edit value.
- revertToSaved() - Method in class org.eclipse.gef.ui.palette.customize.PaletteCustomizerDialog
- 
This method is invoked when the changes made since the last save need to be cancelled.
- revertToSaved() - Method in class org.eclipse.gef.ui.palette.PaletteCustomizer
- 
Undoes the changes made to the model since the last save.
- RIGHT_LABEL - Static variable in class org.eclipse.gef.ui.palette.PaletteMessages
- 
The String "&Right"
- RootComponentEditPolicy - Class in org.eclipse.gef.editpolicies
- 
The root component cannot be removed from its parent.
- RootComponentEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.RootComponentEditPolicy
- RootEditPart - Interface in org.eclipse.gef
- 
A RootEditPart is the root of an EditPartViewer.
- RootTreeEditPart - Class in org.eclipse.gef.editparts
- 
The root editpart for aTreeViewer.
- RootTreeEditPart() - Constructor for class org.eclipse.gef.editparts.RootTreeEditPart
- rows - Variable in class org.eclipse.gef.SnapToGeometry
- 
The horizontal rows being snapped to.
- RulerChangeListener - Interface in org.eclipse.gef.rulers
- 
RulerChangeListeners can be added toRulerProviders to receive notification about changes in the ruler/guide properties.
- RulerChangeListener.Stub - Class in org.eclipse.gef.rulers
- 
Stub for the RulerChangeListener interface.
- RulerComposite - Class in org.eclipse.gef.ui.rulers
- 
A RulerComposite is used to show rulers to the north and west of the control of a givengraphical viewer.
- RulerComposite(Composite, int) - Constructor for class org.eclipse.gef.ui.rulers.RulerComposite
- 
Constructor
- RulerProvider - Class in org.eclipse.gef.rulers
- 
This class provides an interface to interact with the ruler/guide feature provided in GEF.
- RulerProvider() - Constructor for class org.eclipse.gef.rulers.RulerProvider
- run() - Method in class org.eclipse.gef.ui.actions.AlignmentAction
- run() - Method in class org.eclipse.gef.ui.actions.CopyTemplateAction
- 
Sets the defaultClipboard'scontents to be the currently selected template.
- run() - Method in class org.eclipse.gef.ui.actions.CreateGuideAction
- run() - Method in class org.eclipse.gef.ui.actions.DeleteAction
- 
Performs the delete action on the selected objects.
- run() - Method in class org.eclipse.gef.ui.actions.DirectEditAction
- run() - Method in class org.eclipse.gef.ui.actions.MatchSizeAction
- 
Executes this action, cycling through the selected EditParts in the Action's viewer, and matching the size of the selected EditPart's Figures to that of the Primary Selection's Figure.
- run() - Method in class org.eclipse.gef.ui.actions.PasteTemplateAction
- 
Executes the command returned byPasteTemplateAction.createPasteCommand().
- run() - Method in class org.eclipse.gef.ui.actions.PrintAction
- run() - Method in class org.eclipse.gef.ui.actions.RedoAction
- 
Redoes the last command.
- run() - Method in class org.eclipse.gef.ui.actions.SaveAction
- 
Saves the state of the associated editor.
- run() - Method in class org.eclipse.gef.ui.actions.SelectAllAction
- 
Selects all edit parts in the active workbench part.
- run() - Method in class org.eclipse.gef.ui.actions.SetActivePaletteToolAction
- run() - Method in class org.eclipse.gef.ui.actions.ToggleGridAction
- run() - Method in class org.eclipse.gef.ui.actions.ToggleRulerVisibilityAction
- run() - Method in class org.eclipse.gef.ui.actions.ToggleSnapToGeometryAction
- run() - Method in class org.eclipse.gef.ui.actions.UndoAction
- 
Undoes the last command.
- run() - Method in class org.eclipse.gef.ui.actions.ZoomInAction
- run() - Method in class org.eclipse.gef.ui.actions.ZoomOutAction
- run() - Method in class org.eclipse.gef.ui.palette.ChangeIconSizeAction
- 
Toggles the "Use Large Icons" option for the current layout mode.
- run() - Method in class org.eclipse.gef.ui.palette.CustomizeAction
- 
Opens the Customizer Dialog for the palette
- run() - Method in class org.eclipse.gef.ui.palette.PinDrawerAction
- 
Toggles the pinned open status of the pinnable palette editpart.
- run() - Method in class org.eclipse.gef.ui.palette.SettingsAction
- 
Opens the Settings dialog
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
CommandStackEventListenerinstead. This method will be removed after the 2027-03 release.