Class builder.Builder
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class builder.Builder

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----builder.MyFrame
                                           |
                                           +----builder.Builder

public class Builder
extends MyFrame
Creates the two main windows for the builder interface.

Constructor Index

 o Builder()
Main Constructor.

Method Index

 o action(Event, Object)
action Take care of menu selections.
 o handleEvent(Event)
handleEvent Quits program when Window is destroyed.
 o main(String[])
Run Builder.

Constructors

 o Builder
  public Builder()
Main Constructor.

Methods

 o action
  public boolean action(Event evt,
                        Object obj)
action Take care of menu selections.
Parameters:
evt - the event that triggered this action.
obj - the Menu Selection.
Overrides:
action in class Component
 o handleEvent
  public boolean handleEvent(Event evt)
handleEvent Quits program when Window is destroyed.
Parameters:
evt - the event that triggered this function call.
Overrides:
handleEvent in class MyFrame
 o main
  public static void main(String args[])
Run Builder.

All Packages  Class Hierarchy  This Package  Previous  Next  Index