All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.bulletproof.gui.MainWindow

java.lang.Object
   |
   +----com.bulletproof.gui.Component
           |
           +----com.bulletproof.gui.Container
                   |
                   +----com.bulletproof.gui.Panel
                           |
                           +----com.bulletproof.gui.Frame
                                   |
                                   +----com.bulletproof.gui.MainWindow

public class MainWindow
extends Frame
A Frame is a top-level window with a title. The default layout for a frame is BorderLayout.


Variable Index

 o user

Constructor Index

 o MainWindow(ClassLayout, String, String)
 o MainWindow(SpotletHandler)
Constructs a new Frame that is initially invisible.

Method Index

 o actionPerformed(ActionEvent)
 o isLoggedIn()
 o onExit()
Invoked when the application is exited from.
 o selectMenuOption(String)

Variables

 o user
 public User user

Constructors

 o MainWindow
 public MainWindow(ClassLayout initClass,
                   String jaggPath,
                   String jaggDSN)
 o MainWindow
 public MainWindow(SpotletHandler handler)
Constructs a new Frame that is initially invisible.

See Also:
setVisible

Methods

 o selectMenuOption
 public void selectMenuOption(String menuOption)
 o actionPerformed
 public void actionPerformed(ActionEvent e)
 o isLoggedIn
 public static boolean isLoggedIn()
 o onExit
 public void onExit()
Invoked when the application is exited from.


All Packages  Class Hierarchy  This Package  Previous  Next  Index