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.commands
Fields in org.eclipse.gef.commands with type parameters of type CommandStackListenerModifier and TypeFieldDescriptionprotected List<CommandStackListener>
CommandStack.listeners
Deprecated.Methods in org.eclipse.gef.commands with parameters of type CommandStackListenerModifier and TypeMethodDescriptionvoid
CommandStack.addCommandStackListener
(CommandStackListener listener) Deprecated.void
CommandStack.removeCommandStackListener
(CommandStackListener listener) Deprecated.UseCommandStackEventListener
instead. -
Uses of CommandStackListener in org.eclipse.gef.ui.parts
Classes in org.eclipse.gef.ui.parts that implement CommandStackListenerModifier and TypeClassDescriptionclass
This class serves as a quick starting point for clients who are new to GEF.class
This class serves as a quick starting point for clients who are new to GEF.class
This class serves as a quick starting point for clients who are new to GEF.
CommandStack.notifyListeners()