|
||||||||||
| 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
net.sourceforge.squirrel_sql.plugins.graph.GraphPlugin
public class GraphPlugin
The SQL Script plugin class.
| Field Summary |
|---|
| Fields inherited from class net.sourceforge.squirrel_sql.client.plugin.DefaultPlugin |
|---|
_app |
| Constructor Summary | |
|---|---|
GraphPlugin()
|
|
| Method Summary | |
|---|---|
GraphController |
createNewGraphControllerForSession(ISession session)
|
java.lang.String |
getAuthor()
Returns the authors name. |
java.lang.String |
getChangeLogFileName()
Returns the name of the change log for the plugin. |
java.lang.String |
getDescriptiveName()
Return the descriptive name of this plugin. |
GraphController[] |
getGraphControllers(ISession session)
|
java.lang.String |
getHelpFileName()
Returns the name of the Help file for the plugin. |
java.lang.String |
getInternalName()
Return the internal name of this plugin. |
java.lang.String |
getLicenceFileName()
Returns the name of the Licence file for the plugin. |
java.lang.String |
getVersion()
Returns the current version of this plugin. |
void |
initialize()
Initialize this plugin. |
java.lang.String |
patchName(java.lang.String name,
ISession session)
|
void |
removeGraphController(GraphController toRemove,
ISession session)
|
void |
sessionEnding(ISession session)
|
PluginSessionCallback |
sessionStarted(ISession session)
Called when a session started. |
void |
unload()
Application is shutting down so save data. |
| Methods inherited from class net.sourceforge.squirrel_sql.client.plugin.DefaultSessionPlugin |
|---|
allowsSessionStartedInBackground, getDefaultNodeExpander, getObjectTypes, getSessionPropertiesPanels, isPluginSession, registerSessionMenu, sessionCreated |
| Methods inherited from class net.sourceforge.squirrel_sql.client.plugin.DefaultPlugin |
|---|
aliasCopied, aliasRemoved, getAliasPropertiesPanelControllers, getApplication, getContributors, getExternalService, getGlobalPreferencePanels, getNewSessionPropertiesPanels, getPluginAppSettingsFolder, getPluginJarFilePath, getPluginUserSettingsFolder, getWebSite, load |
| 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, load |
| Constructor Detail |
|---|
public GraphPlugin()
| Method Detail |
|---|
public java.lang.String getInternalName()
public java.lang.String getDescriptiveName()
public java.lang.String getVersion()
public java.lang.String getAuthor()
public java.lang.String getChangeLogFileName()
getChangeLogFileName in interface IPlugingetChangeLogFileName in class DefaultPluginpublic java.lang.String getHelpFileName()
getHelpFileName in interface IPlugingetHelpFileName in class DefaultPluginpublic java.lang.String getLicenceFileName()
getLicenceFileName in interface IPlugingetLicenceFileName in class DefaultPlugin
public void initialize()
throws PluginException
initialize in interface IPlugininitialize in class DefaultPluginPluginExceptionpublic void unload()
unload in interface IPluginunload in class DefaultPluginpublic PluginSessionCallback sessionStarted(ISession session)
session - The session that is starting.
public void sessionEnding(ISession session)
sessionEnding in interface ISessionPluginsessionEnding in class DefaultSessionPluginpublic GraphController[] getGraphControllers(ISession session)
public java.lang.String patchName(java.lang.String name,
ISession session)
public GraphController createNewGraphControllerForSession(ISession session)
public void removeGraphController(GraphController toRemove,
ISession session)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||