mmme
Class ProbFrame

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

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

Class is a GUI to change matching probabilities


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
ProbFrame(MmmeData d)
          Constructor just copies probabilites
 
Method Summary
 javax.swing.JPanel createContentPane()
          set up the main GUI pane
 void exit()
          Exit the class
 void expFall()
          Default setting of exponential falloff
 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 setTextFields()
          set text in text boxes
 void yorkDef()
          Default York settings for probabilities
 
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

ProbFrame

public ProbFrame(MmmeData d)
Constructor just copies probabilites

Method Detail

createContentPane

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


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

yorkDef

public void yorkDef()
Default York settings for probabilities


expFall

public void expFall()
Default setting of exponential falloff


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