net.sf.jzeno.echo
Class Application

java.lang.Object
  extended by nextapp.echo.EchoInstance
      extended by net.sf.jzeno.echo.Application
All Implemented Interfaces:
java.io.Serializable

public class Application
extends EchoInstance

Application instance implementation.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Fields inherited from class nextapp.echo.EchoInstance
DEFAULT_BACKGROUND, DEFAULT_FONT, DEFAULT_FOREGROUND, DEFAULT_WINDOW_HEIGHT, DEFAULT_WINDOW_WIDTH, FOCUSED_COMPONENT_CHANGED_PROPERTY, ID_STRING, LOCALE_CHANGED_PROPERTY, WINDOWS_CHANGED_PROPERTY
 
Constructor Summary
Application()
           
 
Method Summary
 Window init()
          Invoked to initialize the application, returning the primary window.
 
Methods inherited from class nextapp.echo.EchoInstance
addPropertyChangeListener, addWindow, doExit, doInit, doValidation, doValidation, exit, getAttribute, getEchoInstance, getFocusedComponent, getLocale, getWindows, markActive, removePropertyChangeListener, removeWindow, setAttribute, setFocusedComponent, setLocale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

Application

public Application()
Method Detail

init

public Window init()
Description copied from class: EchoInstance
Invoked to initialize the application, returning the primary window. The returned window must be visible.

Specified by:
init in class EchoInstance
Returns:
The primary window of the application.