Package | Description |
---|---|
edu.ucdavis.cstars.client | |
edu.ucdavis.cstars.client.dijits |
Modifier and Type | Method and Description |
---|---|
static OperationBase |
OperationBase.create()
Creates a new OperationBase object.
|
static OperationBase |
OperationBase.create(java.lang.String label,
java.lang.String type)
Creates a new OperationBase object.
|
OperationBase |
UndoManager.get(int operationId)
Get the specified operation from the stack.
|
OperationBase |
UndoManager.peekRedo()
Get the next redo operation from the stack
|
OperationBase |
UndoManager.peekUndo()
Get the next undo operation from the stack.
|
OperationBase |
UndoManager.remove(int operationId)
Remove the specified operation from the stack.
|
Modifier and Type | Method and Description |
---|---|
void |
UndoManager.add(OperationBase operation)
Adds an undo operation to the stack and clears the redo stack.
|
Modifier and Type | Class and Description |
---|---|
class |
Add
The esri.dijit.editing namespace contains editing related opertions that inherit from OperationBase.
|
class |
Cut
The esri.dijit.editing namespace contains editing related opertions that inherit from OperationBase.
|
class |
Delete
The esri.dijit.editing namespace contains editing related opertions that inherit from OperationBase.
|
class |
Union
The esri.dijit.editing namespace contains editing related opertions that inherit from OperationBase.
|
class |
Update
The esri.dijit.editing namespace contains editing related opertions that inherit from OperationBase.
|