ti.chimera |
|
Java Source File Name | Type | Comment |
Dialog.java | Interface | The interface implemented by a dialog window. |
Dock.java | Class | A Dock is used to display one or more View s. |
FileChooser.java | Class | Like JFileChooser , but displays itself within the provided
Dialog , rather than a JDialog . |
Main.java | Class | This is where it all begins. |
MenuBar.java | Class | A registry-backed menu bar. |
OptionPane.java | Class | Create a modal option-pane dialog that is contained in a Dialog .
Developers should use this rather than JOptionPane . |
Plugin.java | Class | The abstract base class for all plugins. |
PopupTrigger.java | Class | 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.java | Class | The registry is a mechanism that allows different parts of the system
share data. |
Resource.java | Class | Resources are tracked by a plugin. |
Service.java | Class | A service is an API provided by a plugin. |
ServiceFactoryImpl.java | Class | Ignore this... |
SplashScreen.java | Class | A splash screen is a borderless window displayed at startup. |
ToolBar.java | Class | A tool-bar. |
View.java | Class | A View is a "window" created by a plug-in. |