org.robokind.api.animation.editor.history
Class HistoryActionGroup
java.lang.Object
org.robokind.api.animation.editor.history.HistoryStack
org.robokind.api.animation.editor.history.HistoryActionGroup
- All Implemented Interfaces:
- HistoryAction
public class HistoryActionGroup
- extends HistoryStack
- implements HistoryAction
- Author:
- Matthew Stevenson
| Methods inherited from class org.robokind.api.animation.editor.history.HistoryStack |
addEvent, addListener, back, clear, forward, getCurrentRedoCount, getCurrentUndoCount, getEvent, getHistory, getSelectedIndex, gotoEnd, gotoTime, move, removeListener, size |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoryActionGroup
public HistoryActionGroup(String name,
boolean actionPerformed)
undo
public void undo(Object invoker)
- Specified by:
undo in interface HistoryAction
redo
public void redo(Object invoker)
- Specified by:
redo in interface HistoryAction
getName
public String getName()
- Specified by:
getName in interface HistoryAction
- Returns:
toggle
public void toggle(Object invoker)
- Specified by:
toggle in interface HistoryAction
getActionPerformed
public boolean getActionPerformed()
- Specified by:
getActionPerformed in interface HistoryAction
- Returns:
Copyright © 2011-2012. All Rights Reserved.