rom.gui
Class CodeEditorFrame.CodeEvaluationThread

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--rom.gui.CodeEditorFrame.CodeEvaluationThread
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.lang.Runnable, java.io.Serializable
Enclosing class:
CodeEditorFrame

class CodeEditorFrame.CodeEvaluationThread
extends javax.swing.AbstractAction
implements java.lang.Runnable


Field Summary
 
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
(package private) CodeEditorFrame.CodeEvaluationThread()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected  java.lang.String parseCode(java.lang.String inputCode)
           
 void run()
           
 
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
 

Constructor Detail

CodeEditorFrame.CodeEvaluationThread

CodeEditorFrame.CodeEvaluationThread()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

parseCode

protected java.lang.String parseCode(java.lang.String inputCode)
                              throws java.lang.Exception
java.lang.Exception

run

public void run()
Specified by:
run in interface java.lang.Runnable