|
Class Summary |
| ApplicationView |
Main GUI container used by application developer. |
| AppStartupLogic |
Performs application container startup functions in a background thread. |
| ClearPane |
Transparent panel that is enabled when the there is a
server request made. |
| ClientSessionMgr |
Singleton holding products session and context info. |
| ControlBar |
Control bar GUI. |
| ControlBarUtil |
Utility class that helps configure the ControlBar. |
| DefaultSignoffPane |
Default GUI that application session is forwarded to when the
user terminates the session. |
| DefaultSignonPane |
Default screen when application initially started. |
| EndPane |
Base class that application is forwarded to when application
session is terminated. |
| ErrorPane |
Screen that application is sent to if serious error occurs. |
| ErrorUtil |
Utility class that creates error GUI when severe errors occur. |
| JThinContainer |
Main driver/container class for given Product. |
| JThinDriver |
Main driver class for launching JThin application container. |
| JThinFrame |
Top level GUI Window. |
| JThinInstance |
When user is authenticated this object is created to hold the application
instance. |
| JThinMenuBar |
This the base class menubar used by the window.
|
| JThinUtil |
Remote processes that base application requires. |
| JThinWorker |
Manages thread that is invoked by GUI code to process
both the remote call and then process the reply and
consume the results into the GUI.
|
| StartPane |
Base class for creating the initial screen the user uses to
authenticate and gain access to the application. |
| TopLevelFocusAdapter |
Used to suspend these events during remote processing (JThinWorker). |
| TopLevelKeyAdapter |
Suspend these events during remote processing. |
| TopLevelMouseAdapter |
Suspend these events during remote processing. |
| TopLevelWindowAdapter |
Processes the window handling for the top level windows. |
| WorkerTxMgr |
Tracks all threads used to comuunicate with the host server. |
| WorkPane |
Holds the application GUI. |