jhomenet.gui
Class MainView

java.lang.Object
  extended by jhomenet.gui.MainView

public class MainView
extends java.lang.Object

Main GUI starting point.
Id: $Id$

Author:
David Irwin

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

MainView

public MainView(Settings settings)
Default constructor.

Method Detail

configureView

protected void configureView()
Configure the view.


buildView

protected void buildView()
Build the view.


addQuitListener

public void addQuitListener(QuitListener listener)
Add a quit listener.

Parameters:
listener - A quit listener

removeQuitListener

public void removeQuitListener(QuitListener listener)
Remove a quit listener

Parameters:
listener - Quit listener to remove

quit

public boolean quit()
Terminate the application.


createAndShowGUI

public static void createAndShowGUI(boolean standAlone)

main

public static void main(java.lang.String[] args)


Copyright © 2004-2005 David Irwin. All Rights Reserved.