Method Summary |
|
public String | getAuthor() Returns the authors name. |
public AutoCorrectProviderImpl | getAutoCorrectProviderImpl() |
public String | getChangeLogFileName() Returns the name of the change log for the plugin. |
public String | getDescriptiveName() Return the descriptive name of this plugin. |
public Object | getExternalService() |
public String | getHelpFileName() Returns the name of the Help file for the plugin. |
public String | getInternalName() Return the internal name of this plugin. |
public String | getLicenceFileName() Returns the name of the Licence file for the plugin. |
public INewSessionPropertiesPanel[] | getNewSessionPropertiesPanels() Create preferences panel for the New Session Properties dialog. |
SyntaxPluginResources | getResources() |
ISQLEntryPanelFactory | getSQLEntryAreaFactory() |
public ISessionPropertiesPanel[] | getSessionPropertiesPanels(ISession session) Create panels for the Session Properties dialog. |
public String | getVersion() Returns the current version of this plugin. |
public synchronized void | initialize() Initialize this plugin. |
public void | sessionCreated(ISession session) Called when a session created but the UI hasn't been built for the
session. |
public void | sessionEnding(ISession session) Called when a session shutdown. |
public PluginSessionCallback | sessionStarted(ISession session) |
public void | unload() Application is shutting down so save preferences. |