Class startOdes

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----startOdes

public class startOdes
extends Applet
Starts Odes


Variable Index

 o documentBase
location of marker.txt
 o function
 o inputParameters
 o nParameters
 o nVariables
 o parameterBoxes
 o plot
 o showGhost
 o showing
true if window showing
 o showTime
 o variableBoxes

Constructor Index

 o startOdes()

Method Index

 o action(Event, Object)
 o getAllParameters()
 o getFromApplet(String, String)
 o hideWindow()
 o init()
 o showWindow()

Variables

 o showing
 public boolean showing
true if window showing

 o inputParameters
 public boolean inputParameters
 o showGhost
 public boolean showGhost
 o showTime
 public boolean showTime
 o parameterBoxes
 public String parameterBoxes[]
 o variableBoxes
 public String variableBoxes[]
 o nParameters
 public int nParameters
 o nVariables
 public int nVariables
 o function
 public int function
 o plot
 public int plot
 o documentBase
 URL documentBase
location of marker.txt

Constructors

 o startOdes
 public startOdes()

Methods

 o init
 public void init()
Overrides:
init in class Applet
 o showWindow
 public void showWindow()
 o hideWindow
 public void hideWindow()
 o action
 public boolean action(Event evt,
                       Object arg)
Overrides:
action in class Component
 o getFromApplet
 protected String getFromApplet(String parameter,
                                String s)
 o getAllParameters
 protected void getAllParameters()