Interface | Description |
---|---|
MDIPlugin<C> |
A Plugin which can manage a GUI.
|
MDIPluginsCustomActionType |
The MDI Plugins custom actions mode.
|
MDIPluginsInitMode |
The MDI Plugins initialization mode.
|
Plugin |
This interface defines the common behavior for all registerable Plugins.
|
PluginElementTypes |
This interface holds GUI and Metadata elements that can be retrieved for Plugins.
|
PluginsEDTSupport |
This interface takes care of the GUI initilization of Plugins for the
PluginsManager.initAfterGUI(org.mdi.bootstrap.MDIApplication) method. |
PluginsListener |
The listener interface for receiving Plugins events (for now only used for loading or registering plugins).
|
PluginsManagerListener |
An interface which is notified when an exception or information is fired when loading the Plugins.
|
Class | Description |
---|---|
AbstractMDIPlugin<C> |
This class provides a default implementation of the
MDIPlugin interface, which does nothing,
to minimize the effort required to implement this interface. |
AbstractPlugin |
This class provides a skeletal implementation of the
Plugin interface, which does nothing, to minimize
the effort required to implement this interface. |
AbstractPluginsEDTSupport |
An abstract class for Plugins EDT support.
|
AppliManifestType |
A Plugin type definition as found in the manifest.
|
DefaultPluginsEDTSupport |
The default Plugins EDT support.
|
DefaultPluginsManagerListener |
An default implmentation for the PluginsManagerListener.
|
PluginsEvent |
The Plugins event interface.
|
PluginsManager |
This class loads and registers the Plugins associated with the application.
|
PluginsManager.PluginPeer |
This class represents a Plugin in the application.
|