Method Summary |
|
public boolean | allowsSessionStartedInBackground() |
public String | getAuthor() Returns the authors name. |
public String | getChangeLogFileName() |
public String | getContributors() |
public String | getDescriptiveName() Return the descriptive name of this plugin. |
public IGlobalPreferencesPanel[] | getGlobalPreferencePanels() Create preferences panel for the Global Preferences dialog. |
public String | getHelpFileName() |
public String | getInternalName() Return the internal name of this plugin. |
public String | getLicenceFileName() |
public String | getVersion() Returns the current version of this plugin. |
public synchronized void | initialize() Initialize this plugin. |
public void | load(IApplication app) |
public PluginSessionCallback | sessionStarted(ISession session) Called when a session started.
Parameters: session - The session that is starting. |
public void | unload() Application is shutting down so save preferences. |