GEF v2.0

Package org.eclipse.gef.ui.actions

This package support for using JFace Actions in your EditorPart.

See:
          Description

Class Summary
ActionBarContributor Contributes actions to the workbench.
ActionRegistry A container for editor actions.
AlignmentAction  
DeleteAction An action to delete selected objects.
DirectEditAction  
EditorPartAction Base class for actions used by GEF editors.
RedoAction An action to redo the last command.
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.
 

Package org.eclipse.gef.ui.actions Description

This package support for using JFace Actions in your EditorPart.


GEF v2.0