com.sptci.echo2demo
Class Application

java.lang.Object
  extended by nextapp.echo2.app.ApplicationInstance
      extended by com.sptci.echo2demo.Application
All Implemented Interfaces:
java.io.Serializable

public class Application
extends nextapp.echo2.app.ApplicationInstance

The ApplicationInstance implementation required for the Echo2 event-driven web development framework.

Copyright 2006 Sans Pareil Technologies, Inc.

Version:
$Id: Application.java,v 1.2 2006/02/15 00:47:01 rakesh Exp $
Author:
Rakesh Vidyadharan 2006-01-21
See Also:
Serialized Form

Field Summary
private  nextapp.echo2.app.Window window
          The Window instance that will be controlled by this application.
 
Fields inherited from class nextapp.echo2.app.ApplicationInstance
FOCUSED_COMPONENT_CHANGED_PROPERTY, ID_STRING, LOCALE_CHANGED_PROPERTY, MODAL_COMPONENTS_CHANGED_PROPERTY, WINDOWS_CHANGED_PROPERTY
 
Constructor Summary
Application()
           
 
Method Summary
 nextapp.echo2.app.Window init()
          The mandatory initialisation method.
 
Methods inherited from class nextapp.echo2.app.ApplicationInstance
addPropertyChangeListener, createTaskQueue, doInit, doValidation, enqueueCommand, enqueueTask, firePropertyChange, generateId, generateSystemId, getActive, getComponentByRenderId, getContextProperty, getDefaultWindow, getFocusedComponent, getLayoutDirection, getLocale, getModalContextRoot, getStyle, getUpdateManager, hasQueuedTasks, hasTaskQueues, processInput, processQueuedTasks, removePropertyChangeListener, removeTaskQueue, setActive, setContextProperty, setFocusedComponent, setLocale, setStyleSheet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

window

private nextapp.echo2.app.Window window
The Window instance that will be controlled by this application.

Constructor Detail

Application

public Application()
Method Detail

init

public nextapp.echo2.app.Window init()
The mandatory initialisation method. Initialises window and returns it.

Specified by:
init in class nextapp.echo2.app.ApplicationInstance
Returns:
Window The properly initialised window.


Copyright © 2006 Sans Pareil Technologies, Inc. All Rights Reserved.