|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.squirrel_sql.client.plugin.DefaultPlugin
net.sourceforge.squirrel_sql.client.plugin.DefaultSessionPlugin
org.firebirdsql.squirrel.FirebirdPlugin
public class FirebirdPlugin
| Field Summary |
|---|
| Fields inherited from class net.sourceforge.squirrel_sql.client.plugin.DefaultPlugin |
|---|
_app |
| Constructor Summary | |
|---|---|
FirebirdPlugin()
|
|
| Method Summary | |
|---|---|
boolean |
allowsSessionStartedInBackground()
|
String |
getAuthor()
Returns the authors name. |
String |
getChangeLogFileName()
|
String |
getDescriptiveName()
Return the descriptive name of this plugin. |
String |
getHelpFileName()
|
String |
getInternalName()
Return the internal name of this plugin. |
String |
getLicenceFileName()
|
String |
getVersion()
Returns the current version of this plugin. |
void |
initialize()
Initialize this plugin. |
protected boolean |
isPluginSession(ISession session)
|
void |
load(IApplication app)
Load this plugin. |
PluginSessionCallback |
sessionStarted(ISession session)
Session has been started. |
void |
unload()
Application is shutting down so save preferences. |
| Methods inherited from class net.sourceforge.squirrel_sql.client.plugin.DefaultSessionPlugin |
|---|
getDefaultNodeExpander, getObjectTypes, getSessionPropertiesPanels, registerSessionMenu, sessionCreated, sessionEnding |
| Methods inherited from class net.sourceforge.squirrel_sql.client.plugin.DefaultPlugin |
|---|
aliasCopied, aliasRemoved, getAliasPropertiesPanelControllers, getApplication, getContributors, getExternalService, getGlobalPreferencePanels, getNewSessionPropertiesPanels, getPluginAppSettingsFolder, getPluginJarFilePath, getPluginUserSettingsFolder, getWebSite |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sourceforge.squirrel_sql.client.plugin.IPlugin |
|---|
aliasCopied, aliasRemoved, getAliasPropertiesPanelControllers, getContributors, getExternalService, getGlobalPreferencePanels, getNewSessionPropertiesPanels, getPluginAppSettingsFolder, getPluginJarFilePath, getPluginUserSettingsFolder, getWebSite |
| Constructor Detail |
|---|
public FirebirdPlugin()
| Method Detail |
|---|
public String getInternalName()
public String getDescriptiveName()
public String getVersion()
public String getAuthor()
public String getChangeLogFileName()
getChangeLogFileName in interface IPlugingetChangeLogFileName in class DefaultPluginIPlugin.getChangeLogFileName()public String getHelpFileName()
getHelpFileName in interface IPlugingetHelpFileName in class DefaultPluginIPlugin.getHelpFileName()public String getLicenceFileName()
getLicenceFileName in interface IPlugingetLicenceFileName in class DefaultPluginIPlugin.getLicenceFileName()
public void load(IApplication app)
throws PluginException
load in interface IPluginload in class DefaultPluginapp - Application API.
PluginException
public void initialize()
throws PluginException
initialize in interface IPlugininitialize in class DefaultPluginPluginExceptionpublic void unload()
unload in interface IPluginunload in class DefaultPluginpublic boolean allowsSessionStartedInBackground()
allowsSessionStartedInBackground in interface ISessionPluginallowsSessionStartedInBackground in class DefaultSessionPluginpublic PluginSessionCallback sessionStarted(ISession session)
session - Session that has started.
protected boolean isPluginSession(ISession session)
isPluginSession in class DefaultSessionPlugin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||