Uses of Interface
org.eclipse.gef.commands.CommandStackListener
-
Packages that use CommandStackListener Package Description 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 Modifier and Type Method Description void
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 CommandStackListener Modifier and Type Class Description 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.
-