jimm.datavision.gui.cmd
Class ScriptingCommand
java.lang.Object
jimm.datavision.gui.cmd.CommandAdapter
jimm.datavision.gui.cmd.ScriptingCommand
- All Implemented Interfaces:
- Command, Nameable
public class ScriptingCommand
- extends CommandAdapter
Performs changes to a report's scripting language information.
- Author:
- Jim Menard, jimm@io.com
|
Method Summary |
void |
perform()
Performs the command. |
void |
undo()
Undoes the command. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scripting
protected Scripting scripting
newDefaultLang
protected java.lang.String newDefaultLang
newLangs
protected java.util.Map newLangs
origDefaultLang
protected java.lang.String origDefaultLang
origLangs
protected java.util.Map origLangs
ScriptingCommand
public ScriptingCommand(Scripting scripting,
java.lang.String newDefaultLang,
java.util.Map newLangs)
perform
public void perform()
- Description copied from class:
CommandAdapter
- Performs the command. The default implementation does nothing.
- Specified by:
perform in interface Command- Overrides:
perform in class CommandAdapter
undo
public void undo()
- Description copied from class:
CommandAdapter
- Undoes the command. The default implementation does nothing.
- Specified by:
undo in interface Command- Overrides:
undo in class CommandAdapter