Eclipse GEF
2.1

Package org.eclipse.gef.ui.actions

This package support for using JFace Actions in your EditorPart.

See:
          Description

Interface Summary
UpdateAction Indicate the support of an update method.
 

Class Summary
ActionBarContributor Contributes actions to the workbench. !!
ActionRegistry A container for editor actions.
AlignmentAction An action to align the selected parts.
AlignmentRetargetAction  
Clipboard A GEF clipboard for cut/copy/paste actions between GEF editors.
CopyRetargetAction  
CopyTemplateAction Copies the currently selected template in the palatte to the default GEF Clipboard.
DeleteAction An action to delete selected objects.
DeleteRetargetAction  
DirectEditAction An action to perform direct editing on a selected part.
EditorPartAction  
GEFActionConstants Defines the names of those actions which are preregistered with the GraphicalEditor.
PasteRetargetAction  
PrintAction  
RedoAction An action to redo the last command.
RedoRetargetAction  
SaveAction An action to save the editor's current state.
SelectionAction Superclass for an action needing the current selection.
StackAction Superclass for actions needing access to the stack.
UndoAction An action to undo the last command.
UndoRetargetAction  
WorkbenchPartAction Base class for actions involving a WorkbenchPart.
ZoomComboContributionItem A ControlContribution that uses a Combo as its control
ZoomInAction  
ZoomInRetargetAction  
ZoomOutAction  
ZoomOutRetargetAction  
 

Package org.eclipse.gef.ui.actions Description

This package support for using JFace Actions in your EditorPart.


Eclipse GEF
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.