ti.chimera.service |
|
Java Source File Name | Type | Comment |
FileBrowser.java | Class | for now this is just here so FileChooser has a way to get the file browser
plugin to manufacture a popup... |
Help.java | Class | The help service provides a mechanism for registering help pages provided
by a component, as well as a way to programatically display that help. |
Prompt.java | Class | The "prompt" service, used to implement a mechanism to display info/warning/
error messages to the user, or prompt the user for input. |
Shell.java | Class | The "shell" service, used to implement a read-eval-print loop. |
SwingWorker.java | Class | The "swing worker" is service that provides a call-gate which makes it
possible to perform long running processes from the AWT event thread
without blocking the UI, or from a WorkerThread without blocking it. |
Talkback.java | Class | The "talkback" service, used to deal with unhandled exceptions and other
error conditions. |
WindowManager.java | Class | The window manager service provides a way for other parts of the system
to display dialogs/docks, toolbars, and menubar entries. |
WindowMode.java | Class | This service is implemented by plugins that implements the window manager
mode, as a way for the window manager plugin to start/stop that mode
implementation. |