edu.ucla.stat.SOCR.applications.demo
Class NoApp

java.lang.Object
  extended by edu.ucla.stat.SOCR.core.SOCRValueSettable
      extended by edu.ucla.stat.SOCR.core.MultiplePartsPanel
          extended by edu.ucla.stat.SOCR.applications.Application
              extended by edu.ucla.stat.SOCR.applications.demo.NoApp
All Implemented Interfaces:
IExperiment, IValueSettable, Pluginable, java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.util.EventListener, java.util.Observer

public class NoApp
extends Application

Package: edu.ucla.stat.SOCR.applications.demo Date: Aug 20, 2008 Time: 2:43:45 AM

Author:
Jameel

Nested Class Summary
 
Nested classes/interfaces inherited from class edu.ucla.stat.SOCR.core.MultiplePartsPanel
MultiplePartsPanel.SOCRToolBar
 
Field Summary
 
Fields inherited from class edu.ucla.stat.SOCR.applications.Application
clipboard, numStocks
 
Fields inherited from class edu.ucla.stat.SOCR.core.MultiplePartsPanel
applet, fName, graphs, mainPane, recordTable, tables, toolbar, toolbar2, toolbars
 
Constructor Summary
NoApp()
           
 
Method Summary
 void init()
           
 
Methods inherited from class edu.ucla.stat.SOCR.applications.Application
addTool2, doExperiment, emptyTool, emptyTool2, getAppletInfo, getDisplayPane, getInstance, getLocalAbout, getLocalHelp, getOnlineDescription, getResultTable, getStopFreq, getTime, getWikiAbout, getWikiHelp, graphUpdate, initialize, loadSlider, pasteData, reset, setApplet, setNumberStocks, setShowModelDistribution, setStopFreq, setStopNow, setTangent, step, stop, update, updateGraph
 
Methods inherited from class edu.ucla.stat.SOCR.core.MultiplePartsPanel
addGraph, addTable, addTool, addTool2, addToolbar, format, getMainPanel, getName, getRecordTable, getTextPanel, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, play, removeToolbar, setName, update
 
Methods inherited from class edu.ucla.stat.SOCR.core.SOCRValueSettable
createComponentSetter, createValueSetter, createValueSetter, createValueSetter, createValueSetter, getComponentSetter, getComponentSetters, getValueSetter, getValueSetters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Observer
update
 
Methods inherited from interface edu.ucla.stat.SOCR.core.Pluginable
getName
 

Constructor Detail

NoApp

public NoApp()
Method Detail

init

public void init()
Overrides:
init in class Application