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.
-
user
-
-
MainWindow(ClassLayout, String, String)
-
-
MainWindow(SpotletHandler)
- Constructs a new Frame that is initially invisible.
-
actionPerformed(ActionEvent)
-
-
isLoggedIn()
-
-
onExit()
- Invoked when the application is exited from.
-
selectMenuOption(String)
-
user
public User user
MainWindow
public MainWindow(ClassLayout initClass,
String jaggPath,
String jaggDSN)
MainWindow
public MainWindow(SpotletHandler handler)
- Constructs a new Frame that is initially invisible.
- See Also:
- setVisible
selectMenuOption
public void selectMenuOption(String menuOption)
actionPerformed
public void actionPerformed(ActionEvent e)
isLoggedIn
public static boolean isLoggedIn()
onExit
public void onExit()
- Invoked when the application is exited from.
All Packages Class Hierarchy This Package Previous Next Index