Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse GEF
3.3
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

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.
RESIZE_LABEL - Static variable in class org.eclipse.gef.ui.palette. PaletteMessages
The String "&Resize"
RIGHT_LABEL - Static variable in class org.eclipse.gef.ui.palette. PaletteMessages
The String "&Right"
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.
RedoAction - class org.eclipse.gef.ui.actions. RedoAction.
An action to redo the last command.
RedoAction(IWorkbenchPart) - Constructor for class org.eclipse.gef.ui.actions. RedoAction
Creates a RedoAction and associates it with the given workbech part.
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.
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.
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.
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
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.
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
 
RulerChangeListener - interface org.eclipse.gef.rulers. RulerChangeListener.
RulerChangeListeners can be added to RulerProviders to receive notification about changes in the ruler/guide properties.
RulerChangeListener.Stub - class org.eclipse.gef.rulers. RulerChangeListener.Stub.
Stub for the RulerChangeListener interface.
RulerChangeListener.Stub() - Constructor for class org.eclipse.gef.rulers. RulerChangeListener.Stub
 
RulerComposite - class org.eclipse.gef.ui.rulers. RulerComposite.
A RulerComposite is used to show rulers to the north and west of the control of a given graphical viewer.
RulerComposite(Composite, int) - Constructor for class org.eclipse.gef.ui.rulers. RulerComposite
Constructor
RulerProvider - class org.eclipse.gef.rulers. RulerProvider.
This class provides an interface to interact with the ruler/guide feature provided in GEF.
RulerProvider() - Constructor for class org.eclipse.gef.rulers. RulerProvider
 
reactivate() - Method in class org.eclipse.gef.tools. AbstractTool
Calls deactivate() and then activate().
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
 
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
Extends AbstractEditPart.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 the grid based on properties set on the graphical viewer: SnapToGrid.PROPERTY_GRID_VISIBLE, SnapToGrid.PROPERTY_GRID_SPACING, and SnapToGrid.PROPERTY_GRID_ORIGIN.
refreshGridLayer() - Method in class org.eclipse.gef.editparts. ScalableRootEditPart
Updates the grid based on properties set on the graphical viewer: SnapToGrid.PROPERTY_GRID_VISIBLE, SnapToGrid.PROPERTY_GRID_SPACING, and SnapToGrid.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 an Image and String to the widget if it is a TreeItem.
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 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. 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 the EditPartViewer.getEditPartRegistry().
registerVisuals() - Method in class org.eclipse.gef.editparts. AbstractEditPart
Registers the visuals in the EditPartViewer.getVisualPartMap().
registerVisuals() - Method in class org.eclipse.gef.editparts. AbstractGraphicalEditPart
Registers the EditPart's Figure in the Viewer.
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(KeyStroke) - Method in class org.eclipse.gef. KeyHandler
Removed a mapped IAction for the specified KeyStroke.
remove(IFigure) - Method in class org.eclipse.gef.editparts. GuideLayer
 
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 child EditPart.
removeChildVisual(EditPart) - Method in class org.eclipse.gef.editparts. AbstractEditPart
Removes the childs visual from this EditPart's visual.
removeChildVisual(EditPart) - Method in class org.eclipse.gef.editparts. AbstractGraphicalEditPart
Remove the child's Figure from the contentPane.
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. 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
Removes the first occurrence of the specified listener.
removeDragSourceListener(TransferDragSourceListener) - Method in interface org.eclipse.gef. EditPartViewer
Deprecated.   
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
Deprecated.   
removeDragSourceListener(TransferDragSourceListener) - Method in class org.eclipse.gef.ui.parts. AbstractEditPartViewer
Deprecated.   
removeDragSourceListener(TransferDragSourceListener) - Method in class org.eclipse.gef.ui.parts. AbstractEditPartViewer
 
removeDropTargetListener(TransferDropTargetListener) - Method in interface org.eclipse.gef. EditPartViewer
Deprecated.   
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
Deprecated.   
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. 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 the EditPartViewer to this EditPart.
removeNotify() - Method in class org.eclipse.gef.editparts. AbstractGraphicalEditPart
Extends AbstractEditPart.removeNotify() to cleanup ConnectionEditParts.
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
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 class org.eclipse.gef. EditPartListener.Stub
 
removingChild(EditPart, int) - Method in interface org.eclipse.gef. EditPartListener
Called before a child EditPart is removed from its parent.
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 child EditPart into 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 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.
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
 
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 using ExposeHelpers.
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. 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.
rows - Variable in class org.eclipse.gef. SnapToGeometry
The horizontal rows being snapped to.
run() - Method in class org.eclipse.gef.ui.actions. AlignmentAction
 
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. 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. 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

Eclipse GEF
3.3
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, 2007. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire