Eclipse GEF
3.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)
          Appends the listener to the list of command stack listeners.
 void CommandStack.removeCommandStackListener(CommandStackListener listener)
          Removes the first occurrence 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 GraphicalEditorWithFlyoutPalette
          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
3.1

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