Eclipse GEF
2.1

Uses of Interface
org.eclipse.gef.Disposable

Packages that use Disposable
org.eclipse.gef.ui.actions This package support for using JFace Actions in your EditorPart. 
 

Uses of Disposable in org.eclipse.gef.ui.actions
 

Classes in org.eclipse.gef.ui.actions that implement Disposable
 class AlignmentAction
          An action to align the selected parts.
 class CopyTemplateAction
          Copies the currently selected template in the palatte to the default GEF Clipboard.
 class DeleteAction
          An action to delete selected objects.
 class DirectEditAction
          An action to perform direct editing on a selected part.
 class EditorPartAction
           
 class PrintAction
           
 class RedoAction
          An action to redo the last command.
 class SaveAction
          An action to save the editor's current state.
 class SelectionAction
          Superclass for an action needing the current selection.
 class StackAction
          Superclass for actions needing access to the stack.
 class UndoAction
          An action to undo the last command.
 class WorkbenchPartAction
          Base class for actions involving a WorkbenchPart.
(package private)  class org.eclipse.gef.ui.actions.ZoomAction
           
 class ZoomInAction
           
 class ZoomOutAction
           
 


Eclipse GEF
2.1

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