ToyIP v. 0.1 API

ToyIP
Class GeneratorLoadScriptAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by 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
 
Constructor Summary
GeneratorLoadScriptAction(ToyIP.AppletSettings a)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
 java.lang.String getScript(int i)
           
 java.lang.String[] getScriptNames()
           
 
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
 

Field Detail

app

protected ToyIP.AppletSettings app

scriptNames

protected java.util.List<java.lang.String> scriptNames

scriptTexts

protected java.util.List<java.lang.String> scriptTexts
Constructor Detail

GeneratorLoadScriptAction

public GeneratorLoadScriptAction(ToyIP.AppletSettings a)
Method Detail

getScriptNames

public java.lang.String[] getScriptNames()

getScript

public java.lang.String getScript(int i)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)

ToyIP v. 0.1 API

Jakub Marecek 2008