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
-
TestJASHist()
-
-
action(Event, Object)
-
-
adjustmentValueChanged(JCAdjustmentEvent)
-
-
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.
-
getAppletInfo()
- Returns information about this applet.
-
init()
- Called by the browser or applet viewer to inform
this applet that it has been loaded into the system.
-
main(String[])
-
-
paint(Graphics)
-
Paints the container.
-
start()
- Called by the browser or applet viewer to inform
this applet that it should start its execution.
-
stop()
- Called by the browser or applet viewer to inform
this applet that it should stop its execution.
TestJASHist
public TestJASHist()
main
public static void main(String args[])
getAppletInfo
public String getAppletInfo()
- Returns information about this applet.
- Overrides:
- getAppletInfo in class Applet
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
adjustmentValueChanged
public void adjustmentValueChanged(JCAdjustmentEvent ev)
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
paint
public void paint(Graphics g)
- Paints the container.
- Overrides:
- paint in class Container
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
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
action
public boolean action(Event evt,
Object arg)
- Overrides:
- action in class Component
All Packages Class Hierarchy This Package Previous Next Index