com.sptci.system
Class Application
java.lang.Object
nextapp.echo2.app.ApplicationInstance
com.sptci.echo2.Application
com.sptci.system.Application
- All Implemented Interfaces:
- Serializable
public class Application
- extends Application
The global application instance used to display the password change
application to user.
Copyright 2007 Sans Pareil Technologies, Inc.
- Version:
- $Id: Application.java 3250 2007-05-12 13:04:48Z rakesh $
- Author:
- Rakesh Vidyadharan 2007-04-21
- See Also:
- Serialized Form
|
Constructor Summary |
Application()
Create a new instance of the class using the specified directory to
initialise the executor. |
|
Method Summary |
static Application |
getApplication()
Convenience method to return the active password application as a
Application. |
| Methods inherited from class com.sptci.echo2.Application |
addPane, addTask, getContentPane, getLocales, getOffset, getParentView, getStyleSheet, getTimeZone, getUser, getWindow, getZIndex, hasQueuedTasks, init, processFatalException, removePane, removeTask, setContentPane, setStyleSheet, setUser, updatePollingInterval |
| Methods inherited from class nextapp.echo2.app.ApplicationInstance |
activate, activated, addPropertyChangeListener, createTaskQueue, deactivating, dispose, doInit, doValidation, enqueueCommand, enqueueTask, firePropertyChange, generateId, generateSystemId, getActive, getComponentByRenderId, getContextProperty, getDefaultWindow, getFocusedComponent, getLayoutDirection, getLocale, getModalContextRoot, getStyle, getUpdateManager, hasTaskQueues, passivate, 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 |
executor
final CommandExecutor executor
- The command executor used to interact with the system.
Application
public Application()
- Create a new instance of the class using the specified directory to
initialise the
executor.
getApplication
public static Application getApplication()
- Convenience method to return the active password application as a
Application.
- Returns:
- The currently active
Application instance.