Method Summary |
|
public String | getAuthor() Returns the authors name. |
public String | getChangeLogFileName() Returns the name of the change log for the plugin. |
public String | getDescriptiveName() Return the descriptive name of this plugin. |
public IGlobalPreferencesPanel[] | getGlobalPreferencePanels() Create Look and Feel preferences panels for the Global Preferences dialog. |
public String | getHelpFileName() Returns the name of the Help file for the plugin. |
public String | getInternalName() Return the internal name of this plugin. |
LAFPreferences | getLAFPreferences() Get the preferences info object for this plugin. |
public String | getLicenceFileName() Returns the name of the Licence file for the plugin. |
File | getLookAndFeelFolder() Return the folder that contains LAF jars. |
PluginResources | getResources() Retrieve plugins resources. |
XMLObjectCache<LAFPreferences> | getSettingsCache() |
File | getUsersExtraLAFFolder() Retrieve the directory that contains the extra LAFs supplied
by the user. |
public String | getVersion() Returns the current version of this plugin. |
public synchronized void | load(IApplication app) Load this plugin. |
public void | unload() Application is shutting down so save preferences. |