Uses of Interface
org.eclipse.gef.commands.CommandStackListener
Packages that use CommandStackListener
Package
Description
Simple implementations of the Command interface which support development-time inspection.
- 
Uses of CommandStackListener in org.eclipse.gef.commandsFields in org.eclipse.gef.commands with type parameters of type CommandStackListenerModifier and TypeFieldDescriptionprotected List<CommandStackListener> CommandStack.listenersDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.gef.commands with parameters of type CommandStackListenerModifier and TypeMethodDescriptionvoidCommandStack.addCommandStackListener(CommandStackListener listener) Deprecated, for removal: This API element is subject to removal in a future version.voidCommandStack.removeCommandStackListener(CommandStackListener listener) Deprecated, for removal: This API element is subject to removal in a future version.UseCommandStackEventListenerinstead.
- 
Uses of CommandStackListener in org.eclipse.gef.ui.partsClasses in org.eclipse.gef.ui.parts that implement CommandStackListenerModifier and TypeClassDescriptionclassThis class serves as a quick starting point for clients who are new to GEF.classThis class serves as a quick starting point for clients who are new to GEF.classThis class serves as a quick starting point for clients who are new to GEF.
CommandStack.notifyListeners().