Eclipse GEF
2.1

Uses of Interface
org.eclipse.gef.commands.CommandStackListener

Packages that use CommandStackListener
org.eclipse.gef.commands Simple implementations of the Command interface which support development-time inspection. 
org.eclipse.gef.ui.parts   
 

Uses of CommandStackListener in org.eclipse.gef.commands
 

Methods in org.eclipse.gef.commands with parameters of type CommandStackListener
 void CommandStack.addCommandStackListener(CommandStackListener listener)
          Adds the specified listener.
 void CommandStack.removeCommandStackListener(CommandStackListener listener)
          Removes the first occurance of the specified listener.
 

Uses of CommandStackListener in org.eclipse.gef.ui.parts
 

Classes in org.eclipse.gef.ui.parts that implement CommandStackListener
 class GraphicalEditor
          This class serves as a quick starting point for clients who are new to GEF.
 class GraphicalEditorWithPalette
          This class serves as a quick starting point for clients who are new to GEF.
 


Eclipse GEF
2.1

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