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 classAddAnnotationCommandThe undoable command to add an annotation.classAxisPanOrZoomCommandThe undo command for panning or zooming one axis.classMovingAnnotationCommandThe command of moving an annotation on the graph.classMovingAnnotationLabelCommandThe command moving an annotation label.classRemoveAnnotationCommandThe undoable command to remove an annotation.classSaveStateCommandAbstract base for an undo-able command that saves some stateclassXYGraphConfigCommandThe command for graph configuration.classZoomCommandThe 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. redoStackprivate SizeLimitedStack<IUndoableCommand>OperationsManager. undoStackMethods in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type IUndoableCommand Modifier and Type Method Description voidOperationsManager. addCommand(IUndoableCommand command)Execute a command and push it to undo stack.voidOperationsManager. redoCommand(IUndoableCommand command)Re-do the command.voidOperationsManager. undoCommand(IUndoableCommand command)Undo the command.
-