public interface IEditPresenter
IEditView
Modifier and Type | Method and Description |
---|---|
int |
getRedoCount()
Redo task count
|
java.lang.String |
getRedoTitle()
The first redo task title
|
int |
getUndoCount()
Undo task count
|
java.lang.String |
getUndoTitle()
The first undo task title
|
void |
onRedo()
Redo the last undo task
|
void |
onSelect()
Launch selection task
|
void |
onUndo()
Undo the last task
|
void onUndo()
void onRedo()
void onSelect()
int getUndoCount()
int getRedoCount()
java.lang.String getUndoTitle()
java.lang.String getRedoTitle()