|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventManager | |
com.glaivestone.javax.execution | Mechanisms to support dynamically-bound code execution and to provide a simple framework for managing an application execution session. |
com.glaivestone.mv | Provides a simple framework for building applications following the model-view design pattern of separating UI and presentation (view) from fundamental application state and logic (model). |
com.glaivestone.mv.swing | Provides Swing views, data models, and services for the Glaivestone MV model-view application framework. |
com.glaivestone.toolbox.mv.text | Simple text windows. |
Uses of EventManager in com.glaivestone.javax.execution |
Subclasses of EventManager in com.glaivestone.javax.execution | |
class |
SessionManager
The session manager provides life cycle support and general utility services for an application execution session. |
Uses of EventManager in com.glaivestone.mv |
Subclasses of EventManager in com.glaivestone.mv | |
class |
ApplicationModel
ApplicationModel is the root of the model-view
framework for implementing UI applications which follow
the design pattern of separating state and logic from
presentation rendering. |
class |
DialogApplicationModel
An application model which supports dialog views. |
class |
FrameWindowApplicationModel
An application model which supports frame window views. |
class |
UISessionManager
A UISessionManager should be installed as the
current session manager for an application with UI elements. |
Uses of EventManager in com.glaivestone.mv.swing |
Subclasses of EventManager in com.glaivestone.mv.swing | |
class |
SwingUISessionManager
A SwingUISessionManager should be installed as the
current session manager for an application using Swing UI elements. |
Uses of EventManager in com.glaivestone.toolbox.mv.text |
Subclasses of EventManager in com.glaivestone.toolbox.mv.text | |
class |
BasicTextWindow
Abstract superclass for text window implementations which provide a view on text. |
class |
SessionTextLogWindow
A simple text window containing plain (unstyled) text which installs itself in the standard system output streams to provide a session log window view on the console output. |
class |
TextLogWindow
A simple text log window containing plain (unstyled) text. |
class |
TextWindow
A simple text window containing plain (unstyled) text. |
|
GFL 1.1 API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |