Package org.openl.rules.table.actions
Class UndoableActions
- java.lang.Object
-
- org.openl.rules.table.actions.UndoableActions
-
public class UndoableActions extends Object
- Author:
- snshor
-
-
Constructor Summary
Constructors Constructor Description UndoableActions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNewAction(IUndoableAction iu)IUndoableActiongetRedoAction()IUndoableActiongetUndoAction()booleanhasRedo()booleanhasUndo()
-
-
-
Method Detail
-
addNewAction
public void addNewAction(IUndoableAction iu)
-
hasRedo
public boolean hasRedo()
-
hasUndo
public boolean hasUndo()
-
getRedoAction
public IUndoableAction getRedoAction()
-
getUndoAction
public IUndoableAction getUndoAction()
-
-