Package ti.chimera.service

Interface Summary
Prompt.Progress An object implementing this interface is returned by Prompt.showProgress(java.lang.String) in order to allow the client code to programatically update or dismiss the progress.
 

Class Summary
FileBrowser for now this is just here so FileChooser has a way to get the file browser plugin to manufacture a popup...
Help 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 The "prompt" service, used to implement a mechanism to display info/warning/ error messages to the user, or prompt the user for input.
Shell The "shell" service, used to implement a read-eval-print loop.
SwingWorker 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 The "talkback" service, used to deal with unhandled exceptions and other error conditions.
WindowManager The window manager service provides a way for other parts of the system to display dialogs/docks, toolbars, and menubar entries.
WindowMode 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.
 

Exception Summary
WindowManager.DialogNotClosableException This exception type is used to abort closing a dialog, if it is not closable for whatever reason.