|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjhomenet.gui.MainView
public class MainView
Main GUI starting point.
Id: $Id$
| Constructor Summary | |
|---|---|
MainView(Settings settings)
Default constructor. |
|
| Method Summary | |
|---|---|
void |
addQuitListener(QuitListener listener)
Add a quit listener. |
protected void |
buildView()
Build the view. |
protected void |
configureView()
Configure the view. |
static void |
createAndShowGUI(boolean standAlone)
|
static void |
main(java.lang.String[] args)
|
boolean |
quit()
Terminate the application. |
void |
removeQuitListener(QuitListener listener)
Remove a quit listener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MainView(Settings settings)
| Method Detail |
|---|
protected void configureView()
protected void buildView()
public void addQuitListener(QuitListener listener)
listener - A quit listenerpublic void removeQuitListener(QuitListener listener)
listener - Quit listener to removepublic boolean quit()
public static void createAndShowGUI(boolean standAlone)
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||