org.robokind.api.animation.editor.actions
Class HistoryAction
java.lang.Object
org.robokind.api.animation.editor.actions.HistoryAction
- All Implemented Interfaces:
- ActionListener, EventListener
public class HistoryAction
- extends Object
- implements ActionListener
- Author:
- Matthew Stevenson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoryAction
public HistoryAction(org.jflux.api.core.Source<? extends HistoryStack> source,
int t)
- Parameters:
label
- source
- t
-
Undo
public static HistoryAction Undo(org.jflux.api.core.Source<? extends HistoryStack> source)
- Parameters:
source
-
- Returns:
Redo
public static HistoryAction Redo(org.jflux.api.core.Source<? extends HistoryStack> source)
- Parameters:
source
-
- Returns:
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener
Copyright © 2011-2013. All Rights Reserved.