|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
|---|---|
void |
dispose()
Dispose of the plugin. |
java.lang.String |
getClassName()
Get the class name for this plugin. |
javax.swing.JDialog |
getConfigurationDialog()
Gets an instance of the configuration dialog for the plugin, if any. |
java.lang.String |
getDescription()
Get the description of this plugin. |
javax.swing.Icon |
getIcon()
Get the icon for this plugin. |
java.lang.String |
getName()
Get the name of this plugin. |
java.lang.Object |
getPluginObject()
Get a reference to the instance of the plugin entry-point class. |
java.lang.String |
getType()
Get the type of this plugin. |
java.lang.String |
getVersion()
Get the version number for this plugin. |
boolean |
isLoaded()
|
void |
load()
Load the plugin. |
| Method Detail |
|---|
java.lang.String getVersion()
java.lang.String getClassName()
java.lang.String getName()
java.lang.String getType()
java.lang.String getDescription()
javax.swing.Icon getIcon()
boolean isLoaded()
void load()
throws java.lang.reflect.InvocationTargetException
Plugin object as an argument; it
will be invoked with a reference to this plugin.
java.lang.reflect.InvocationTargetException - If the plugin could not be loaded.void dispose()
dispose()
method on the plugin entry-point class, if there is one, and then destroys
its reference to the class. The class can be re-loaded via another call to
load().
java.lang.Object getPluginObject()
null if the class has not yet been
loaded.javax.swing.JDialog getConfigurationDialog()
null if the plugin has not yet
been loaded or has no configuration dialog.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||