Eclipse GEF
2.1
A B C D E F G H I J K L M N O P R S T U V W X Z

R

reactivate() - Method in class org.eclipse.gef.tools.AbstractTool
Calls deactivate() and then activate().
ReconnectRequest - class org.eclipse.gef.requests.ReconnectRequest.
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.CompoundCommand
 
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.Command
Re-executes the Command.
RedoAction - class org.eclipse.gef.ui.actions.RedoAction.
An action to redo the last command.
RedoAction(IEditorPart) - Constructor for class org.eclipse.gef.ui.actions.RedoAction
Creates a RedoAction and associates it with the given editor.
RedoRetargetAction - class org.eclipse.gef.ui.actions.RedoRetargetAction.
 
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.AbstractGraphicalEditPart
Extends AbstractEditPart.refresh() to refresh two additional structural features: source and target connections.
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.AbstractConnectionEditPart
Extended here to also refresh the ConnectionAnchors.
refresh() - Method in class org.eclipse.gef.ui.actions.WorkbenchPartAction
Refreshes the properties of this action.
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.RedoAction
Refreshes this action's text to use the last undone command's label.
refreshChildren() - Method in class org.eclipse.gef.editparts.ScalableRootEditPart
Overridden to do nothing, child is set using setContents(EditPart)
refreshChildren() - Method in class org.eclipse.gef.editparts.GraphicalRootEditPart
Deprecated.  
refreshChildren() - Method in class org.eclipse.gef.editparts.FreeformGraphicalRootEditPart
Overridden to do nothing, child is set using setContents(EditPart)
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.
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.
refreshCursor() - Method in class org.eclipse.gef.tools.AbstractTool
Sets the cursor being displayed to the appropriate cursor.
refreshDragSourceAdapter() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Called whenever it may be appropriate to automatically create or dispose the drag source.
refreshDropTargetAdapter() - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
Called whenever it may be appropriate to automatically create or dispose the drop target.
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.AbstractTreeEditPart
By default, this method will apply an Image and String to the widget if it is a TreeItem.
refreshVisuals() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Refreshes this EditPart's visuals.
register() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Registers itself in the viewer's various registries.
registerAccessibility() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Registers the AccessibleEditPart adapter.
registerAccessibleEditPart(AccessibleEditPart) - Method in interface org.eclipse.gef.EditPartViewer
Used for accessibility purposes.
registerAccessibleEditPart(AccessibleEditPart) - Method in class org.eclipse.gef.ui.parts.GraphicalViewerImpl
Registers the accessible editpart with the event dispatcher.
registerAccessibleEditPart(AccessibleEditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
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 the EditPartViewer.getEditPartRegistry().
registerVisuals() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Registers the EditPart's Figure in the Viewer.
registerVisuals() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Registers the visuals in the EditPartViewer.getVisualPartMap().
RelativeHandleLocator - class org.eclipse.gef.handles.RelativeHandleLocator.
Similar to RelativeLocator, but adds support for the HandleBounds interface.
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(CellEditor) - Method in interface org.eclipse.gef.tools.CellEditorLocator
Relocates a CellEditor.
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.
remove(KeyStroke) - Method in class org.eclipse.gef.KeyHandler
Removed a mapped IAction for the specified KeyStroke.
remove(PaletteEntry) - Method in class org.eclipse.gef.palette.PaletteContainer
Removes the given PaletteEntry from this PaletteContainer
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 child EditPart.
removeChildVisual(EditPart) - Method in class org.eclipse.gef.editparts.RootTreeEditPart
This is where the child gets removed.
removeChildVisual(EditPart) - Method in class org.eclipse.gef.editparts.AbstractTreeEditPart
Disposes the child's widget and sets it to null.
removeChildVisual(EditPart) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Adds the child's Figure to the contentPane.
removeChildVisual(EditPart) - Method in class org.eclipse.gef.editparts.AbstractEditPart
Removes the childs visual from this EditPart's visual.
removeCommandStackListener(CommandStackListener) - Method in class org.eclipse.gef.commands.CommandStack
Removes the first occurance of the specified listener.
removeDragSourceListener(TransferDragSourceListener) - Method in interface org.eclipse.gef.EditPartViewer
Removes the specified drag source listener.
removeDragSourceListener(TransferDragSourceListener) - Method in class org.eclipse.gef.dnd.DelegatingDragAdapter
Adds the given TransferDragSourceListener.
removeDragSourceListener(TransferDragSourceListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
removeDropTargetListener(TransferDropTargetListener) - Method in interface org.eclipse.gef.EditPartViewer
Removes the specified drop target listener.
removeDropTargetListener(TransferDropTargetListener) - Method in class org.eclipse.gef.dnd.DelegatingDropAdapter
Removes the given TransferDropTargetListener.
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 specified Figure from the LayerConstants.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 interface org.eclipse.gef.GraphicalEditPart
Removes the first occurance of the specified listener from the list of listeners.
removeNodeListener(NodeListener) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
 
removeNotify() - Method in interface org.eclipse.gef.EditPart
Called when the EditPart is being permanently removed from its EditPartViewer.
removeNotify() - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Extends AbstractEditPart.removeNotify() to cleanup ConnectionEditParts.
removeNotify() - Method in class org.eclipse.gef.editparts.AbstractEditPart
Removes all references from the EditPartViewer to this EditPart.
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.handles.ConnectionHandle
Extended to remove a listener.
removeNotify() - Method in class org.eclipse.gef.handles.BendpointHandle
Removes this PropertyChangeListener from its owner figure.
removeNotify() - Method in class org.eclipse.gef.handles.AbstractHandle
 
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 class org.eclipse.gef.palette.PaletteEntry
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.eclipse.gef.ui.palette.PaletteViewerPreferences
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.gef.ui.palette.DefaultPaletteViewerPreferences
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.gef.ui.parts.ContentOutlinePage
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
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 synchronzied viewers
removeZoomListener(ZoomListener) - Method in class org.eclipse.gef.editparts.ZoomManager
Removes the given ZoomListener from this ZoomManager's list of listeners.
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.AbstractTreeEditPart
 
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.AbstractEditPart
Moves a child EditPart into a lower index than it currently occupies.
reorderSourceConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Moves a source ConnectionEditPart into a lower index than it currently occupies.
reorderTargetConnection(ConnectionEditPart, int) - Method in class org.eclipse.gef.editparts.AbstractGraphicalEditPart
Moves a target ConnectionEditPart into 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_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 the receiver of the request is being moved.
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 the receiver of the request 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 org.eclipse.gef.Request.
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 org.eclipse.gef.RequestConstants.
The set of constants used to identify Requests by their type.
resetFlags() - Method in class org.eclipse.gef.tools.SelectEditPartTracker
 
resetFlags() - Method in class org.eclipse.gef.tools.AbstractTool
Resets all flags to their initial values.
ResizableEditPolicy - class org.eclipse.gef.editpolicies.ResizableEditPolicy.
Provides support for selecting, positioning, and resizing an editpart.
ResizableEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.ResizableEditPolicy
 
ResizableHandleKit - class org.eclipse.gef.handles.ResizableHandleKit.
A set of utility methods to create Handles for the common locations on a figure's bounds.
ResizableHandleKit() - Constructor for class org.eclipse.gef.handles.ResizableHandleKit
 
ResizeHandle - class org.eclipse.gef.handles.ResizeHandle.
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 org.eclipse.gef.tools.ResizeTracker.
A Tracker for dragging a resize handle.
ResizeTracker(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.
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.parts.TreeViewer
 
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.GraphicalViewerImpl
Reveals the specified editpart by using ExposeHelpers.
reveal(EditPart) - Method in class org.eclipse.gef.ui.parts.AbstractEditPartViewer
 
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.PaletteCustomizer
Undoes the changes made to the model since the last save.
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.
RootComponentEditPolicy - class org.eclipse.gef.editpolicies.RootComponentEditPolicy.
The root component cannot be removed from its parent.
RootComponentEditPolicy() - Constructor for class org.eclipse.gef.editpolicies.RootComponentEditPolicy
 
RootEditPart - interface org.eclipse.gef.RootEditPart.
A RootEditPart is the root of an EditPartViewer.
RootTreeEditPart - class org.eclipse.gef.editparts.RootTreeEditPart.
The root editpart for a TreeViewer.
RootTreeEditPart() - Constructor for class org.eclipse.gef.editparts.RootTreeEditPart
 
run() - Method in class org.eclipse.gef.ui.actions.ZoomOutAction
 
run() - Method in class org.eclipse.gef.ui.actions.ZoomInAction
 
run() - Method in class org.eclipse.gef.ui.actions.UndoAction
Undoes 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.RedoAction
Redoes the last command.
run() - Method in class org.eclipse.gef.ui.actions.PrintAction
 
run() - Method in class org.eclipse.gef.ui.actions.DirectEditAction
 
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.CopyTemplateAction
Sets the default Clipboard's contents to be the currently selected template.
run() - Method in class org.eclipse.gef.ui.actions.AlignmentAction
 
run() - Method in class org.eclipse.gef.ui.palette.SettingsAction
Opens the Settings dialog
run() - Method in class org.eclipse.gef.ui.palette.PinDrawerAction
Toggles the pinned open status of the drawer.
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.ChangeIconSizeAction
Toggles the "Use Large Icons" option for the current layout mode.

Eclipse GEF
2.1
A B C D E F G H I J K L M N O P R S T U V W X Z
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.