ToyIP
Class GeneratorLoadScriptAction
java.lang.Object
javax.swing.AbstractAction
ToyIP.GeneratorLoadScriptAction
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
public class GeneratorLoadScriptAction
- extends javax.swing.AbstractAction
- See Also:
- Serialized Form
Field Summary |
protected ToyIP.AppletSettings |
app
|
protected java.util.List<java.lang.String> |
scriptNames
|
protected java.util.List<java.lang.String> |
scriptTexts
|
Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
app
protected ToyIP.AppletSettings app
scriptNames
protected java.util.List<java.lang.String> scriptNames
scriptTexts
protected java.util.List<java.lang.String> scriptTexts
GeneratorLoadScriptAction
public GeneratorLoadScriptAction(ToyIP.AppletSettings a)
getScriptNames
public java.lang.String[] getScriptNames()
getScript
public java.lang.String getScript(int i)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ae)
Jakub Marecek 2008