Package ti.chimera

Interface Summary
Dialog The interface implemented by a dialog window.
Main.Logger A logger's log method is called with log messages, such as loading or starting a plugin, etc.
Plugin.ToolBarFactory In order to create the ToolBarResource without creating the JToolBar itself, a ToolBarResource is created with a reference to a ToolBarFactory which is called on demand to create the tool-bar.
Plugin.ViewFactory In order to create a managed ViewResource, we need to create the resource without creating the view itself.
PopupTrigger.PopupListener This interface should be implemented by the user of this utility mouse listener.
 

Class Summary
Dock A Dock is used to display one or more Views.
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.