Class Summary |
Dock |
A Dock is used to display one or more View s. |
FileChooser |
Like JFileChooser , but displays itself within the provided
Dialog , rather than a JDialog . |
FileChooser.AbstractFileFilter |
The file-filter interface. |
Main |
This is where it all begins. |
Main.ChimeraThreadGroup |
|
MenuBar |
A registry-backed menu bar. |
OptionPane |
Create a modal option-pane dialog that is contained in a Dialog . |
Plugin |
The abstract base class for all plugins. |
PopupTrigger |
A utility MouseListener which can be used to trigger something,
such as displaying a pop-up menu, in response to a particular mouse event,
in particular clicking mouse button 2 or 3, or clicking and holding any
button for a length of time. |
Registry |
The registry is a mechanism that allows different parts of the system
share data. |
Resource |
Resources are tracked by a plugin. |
Service |
A service is an API provided by a plugin. |
SplashScreen |
A splash screen is a borderless window displayed at startup. |
ToolBar |
A tool-bar. |
View |
A View is a "window" created by a plug-in. |