|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echo2.app.ApplicationInstance
com.sptci.echo2demo.Application
public class Application
The ApplicationInstance implementation required for
the Echo2 event-driven web development framework.
Copyright 2006 Sans Pareil Technologies, Inc.
| 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 |
|---|
private nextapp.echo2.app.Window window
Window instance that will be controlled by this
application.
| Constructor Detail |
|---|
public Application()
| Method Detail |
|---|
public nextapp.echo2.app.Window init()
window
and returns it.
init in class nextapp.echo2.app.ApplicationInstancewindow.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||