All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class advent.mibBrowser.graphDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----advent.mibBrowser.graphDialog

public class graphDialog
extends Frame

Variable Index

 o graph

Constructor Index

 o graphDialog(Thread, Applet)

Method Index

 o action(Event, Object)
To close the graph
 o handleEvent(Event)
To handle destroy window - pass all else to parent
 o setFont(Font, Font, Font, Font)

Variables

 o graph
 public Multiline graph

Constructors

 o graphDialog
 public graphDialog(Thread thread,
                    Applet app)

Methods

 o setFont
 public void setFont(Font fontb,
                     Font titleFont,
                     Font axisFont,
                     Font labelFont)
 o action
 public boolean action(Event e,
                       Object arg)
To close the graph

Overrides:
action in class Component
 o handleEvent
 public boolean handleEvent(Event e)
To handle destroy window - pass all else to parent

Overrides:
handleEvent in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index