|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.huguesjohnson.hapsby.Hapsby
public final class Hapsby
Main class for the Hapsby application.
| Constructor Summary | |
|---|---|
Hapsby()
Initializes the main window and application. |
|
| Method Summary | |
|---|---|
void |
actionHandler(java.awt.event.ActionEvent e)
Receives actions from the main window and forwards them to executeCommand(String command). |
void |
executeCommand(java.lang.String command)
Processes action commands received from the UI. |
void |
listSelectionHandler(javax.swing.event.ListSelectionEvent e)
listSelectionHandler is invoked when a new property is selected in the main window. |
static void |
main(java.lang.String[] args)
Entry point for Hapsby application. |
void |
unloadWindow()
Executed when the windowClosing event is received from the main window. |
void |
updateProgress(java.lang.String message)
Sends status messages to the main window. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Hapsby()
| Method Detail |
|---|
public final void unloadWindow()
System.exit(0) called.
public void updateProgress(java.lang.String message)
message - The message to display in the statusbar of the main window.public final void actionHandler(java.awt.event.ActionEvent e)
executeCommand(String command).
e - ActionEvent sent from the main window.public final void listSelectionHandler(javax.swing.event.ListSelectionEvent e)
e - ListSelectionEvent received from the main window.public final void executeCommand(java.lang.String command)
command - One of the commands defined in HapsbyActionCommands.HapsbyActionCommandspublic static void main(java.lang.String[] args)
args - Command line arguments ignored.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||