Package | Description |
---|---|
org.eclipse.nebula.visualization.internal.xygraph.undo |
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 state
|
class |
XYGraphConfigCommand |
The command for graph configuration.
|
class |
ZoomCommand |
The command for graph zooming and panning.
|
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.
|