mmme
Class ErrorFrame

java.lang.Object
  extended by java.lang.Thread
      extended by mmme.ErrorFrame
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.lang.Runnable, java.util.EventListener

public class ErrorFrame
extends java.lang.Thread
implements java.beans.PropertyChangeListener

Class is a GUI to change error rates in files


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ErrorFrame(MmmeData d)
          Constructor just copies errorss
 
Method Summary
 javax.swing.JPanel createContentPane()
          set up the main GUI pane
 void exit()
          Exit the class
 void propertyChange(java.beans.PropertyChangeEvent e)
          Listener for changes on text boxes
 void run()
          Here is where the class starts -- a thread to keep things simple
 void saveAndExit()
          Saves the settings and leaves
 void setRatesTo()
          Sets all rates to setting in text box
 void setTextFields()
          set text in text boxes
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorFrame

public ErrorFrame(MmmeData d)
Constructor just copies errorss

Method Detail

createContentPane

public javax.swing.JPanel createContentPane()
set up the main GUI pane


setRatesTo

public void setRatesTo()
Sets all rates to setting in text box


saveAndExit

public void saveAndExit()
Saves the settings and leaves


exit

public void exit()
Exit the class


propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)
Listener for changes on text boxes

Specified by:
propertyChange in interface java.beans.PropertyChangeListener

setTextFields

public void setTextFields()
set text in text boxes


run

public void run()
Here is where the class starts -- a thread to keep things simple

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread