Eclipse GEF
2.1

Uses of Package
org.eclipse.gef.commands

Packages that use org.eclipse.gef.commands
org.eclipse.gef All interfaces, base types, and the plugin class are here. 
org.eclipse.gef.commands Simple implementations of the Command interface which support development-time inspection. 
org.eclipse.gef.dnd   
org.eclipse.gef.editparts This package contains abstract implementation of the EditPart interface. 
org.eclipse.gef.editpolicies This package contains EditPolicy implementations for many common editing Roles. 
org.eclipse.gef.requests This package contains the common Request types used by the provided tools and edit policies. 
org.eclipse.gef.tools This package provides several tool implementations. 
org.eclipse.gef.ui.actions This package support for using JFace Actions in your EditorPart. 
org.eclipse.gef.ui.parts   
 

Classes in org.eclipse.gef.commands used by org.eclipse.gef
Command
          An Abstract implementation of Command.
CommandStack
          An implementation of a command stack.
 

Classes in org.eclipse.gef.commands used by org.eclipse.gef.commands
Command
          An Abstract implementation of Command.
CommandStackListener
          A CommandStackListener is notified whenever the CommandStack's state has changed.
CompoundCommand
          An aggregation of multiple Commands.
UnexecutableCommand
          A Command which can never be executed
 

Classes in org.eclipse.gef.commands used by org.eclipse.gef.dnd
Command
          An Abstract implementation of Command.
 

Classes in org.eclipse.gef.commands used by org.eclipse.gef.editparts
Command
          An Abstract implementation of Command.
 

Classes in org.eclipse.gef.commands used by org.eclipse.gef.editpolicies
Command
          An Abstract implementation of Command.
 

Classes in org.eclipse.gef.commands used by org.eclipse.gef.requests
Command
          An Abstract implementation of Command.
 

Classes in org.eclipse.gef.commands used by org.eclipse.gef.tools
Command
          An Abstract implementation of Command.
 

Classes in org.eclipse.gef.commands used by org.eclipse.gef.ui.actions
Command
          An Abstract implementation of Command.
CommandStack
          An implementation of a command stack.
 

Classes in org.eclipse.gef.commands used by org.eclipse.gef.ui.parts
CommandStack
          An implementation of a command stack.
CommandStackListener
          A CommandStackListener is notified whenever the CommandStack's state has changed.
 


Eclipse GEF
2.1

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