Uses of Interface
org.eclipse.nebula.visualization.internal.xygraph.undo.IUndoableCommand
-
Packages that use IUndoableCommand Package Description org.eclipse.nebula.visualization.internal.xygraph.undo -
-
Uses of IUndoableCommand in org.eclipse.nebula.visualization.internal.xygraph.undo
Classes in org.eclipse.nebula.visualization.internal.xygraph.undo that implement IUndoableCommand Modifier and Type Class Description class
AddAnnotationCommand
The undoable command to add an annotation.class
AxisPanOrZoomCommand
The undo command for panning or zooming one axis.class
MovingAnnotationCommand
The command of moving an annotation on the graph.class
MovingAnnotationLabelCommand
The command moving an annotation label.class
RemoveAnnotationCommand
The undoable command to remove an annotation.class
SaveStateCommand
Abstract base for an undo-able command that saves some stateclass
XYGraphConfigCommand
The command for graph configuration.class
ZoomCommand
The command for graph zooming and panning.Fields in org.eclipse.nebula.visualization.internal.xygraph.undo with type parameters of type IUndoableCommand Modifier and Type Field Description private SizeLimitedStack<IUndoableCommand>
OperationsManager. redoStack
private SizeLimitedStack<IUndoableCommand>
OperationsManager. undoStack
Methods in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type IUndoableCommand Modifier and Type Method Description void
OperationsManager. addCommand(IUndoableCommand command)
Execute a command and push it to undo stack.void
OperationsManager. redoCommand(IUndoableCommand command)
Re-do the command.void
OperationsManager. undoCommand(IUndoableCommand command)
Undo the command.
-