public class UndoableActions extends Object
| Constructor and Description |
|---|
UndoableActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNewAction(IUndoableAction iu) |
IUndoableAction |
getRedoAction() |
IUndoableAction |
getUndoAction() |
boolean |
hasRedo() |
boolean |
hasUndo() |
public void addNewAction(IUndoableAction iu)
public boolean hasRedo()
public boolean hasUndo()
public IUndoableAction getRedoAction()
public IUndoableAction getUndoAction()
Copyright © 2004–2019 OpenL Tablets. All rights reserved.