Class ep.cg.widgets.MainFrame
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ep.cg.widgets.MainFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----ep.cg.widgets.MainFrame

public class MainFrame
extends Frame
implements ActionListener
Main frame of the app.

Constructor Index

 o MainFrame(ModePanel, ActionPanel, PolyCanvas)

Method Index

 o actionEvent(int)
 o addListener(ActionListener)
 o notifyListeners(int)
 o removeListener(ActionListener)

Constructors

 o MainFrame
  public MainFrame(ModePanel mp,
                   ActionPanel ap,
                   PolyCanvas pc)

Methods

 o actionEvent
  public void actionEvent(int act)
 o addListener
  public void addListener(ActionListener l)
 o removeListener
  public void removeListener(ActionListener l)
 o notifyListeners
  public void notifyListeners(int act)

All Packages  Class Hierarchy  This Package  Previous  Next  Index