All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jas.hist.test.TestJASHist

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----jas.hist.test.TestJASHist

public class TestJASHist
extends Applet
implements JCAdjustmentListener

Constructor Index

 o TestJASHist()

Method Index

 o action(Event, Object)
 o adjustmentValueChanged(JCAdjustmentEvent)
 o destroy()
Called by the browser or applet viewer to inform this applet that it is being reclaimed and that it should destroy any resources that it has allocated.
 o getAppletInfo()
Returns information about this applet.
 o init()
Called by the browser or applet viewer to inform this applet that it has been loaded into the system.
 o main(String[])
 o paint(Graphics)
Paints the container.
 o start()
Called by the browser or applet viewer to inform this applet that it should start its execution.
 o stop()
Called by the browser or applet viewer to inform this applet that it should stop its execution.

Constructors

 o TestJASHist
 public TestJASHist()

Methods

 o main
 public static void main(String args[])
 o getAppletInfo
 public String getAppletInfo()
Returns information about this applet.

Overrides:
getAppletInfo in class Applet
 o init
 public void init()
Called by the browser or applet viewer to inform this applet that it has been loaded into the system.

Overrides:
init in class Applet
 o adjustmentValueChanged
 public void adjustmentValueChanged(JCAdjustmentEvent ev)
 o destroy
 public void destroy()
Called by the browser or applet viewer to inform this applet that it is being reclaimed and that it should destroy any resources that it has allocated.

Overrides:
destroy in class Applet
 o paint
 public void paint(Graphics g)
Paints the container.

Overrides:
paint in class Container
 o start
 public void start()
Called by the browser or applet viewer to inform this applet that it should start its execution.

Overrides:
start in class Applet
 o stop
 public void stop()
Called by the browser or applet viewer to inform this applet that it should stop its execution.

Overrides:
stop in class Applet
 o action
 public boolean action(Event evt,
                       Object arg)
Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index