Uses of Class
org.eclipse.gef.commands.CommandStackEvent
Packages that use CommandStackEvent
Package
Description
Simple implementations of the Command interface which support development-time inspection.
- 
Uses of CommandStackEvent in org.eclipse.gef.commandsMethods in org.eclipse.gef.commands with parameters of type CommandStackEventModifier and TypeMethodDescriptionvoidCommandStackEventListener.stackChanged(CommandStackEvent event) Sent when an event occurs on the command stack.
- 
Uses of CommandStackEvent in org.eclipse.gef.ui.partsMethods in org.eclipse.gef.ui.parts with parameters of type CommandStackEventModifier and TypeMethodDescriptionvoidGraphicalEditor.stackChanged(CommandStackEvent event) When the command stack changes, the actions interested in the command stack are updated.