|
||||||||||
| 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.dataimport.DataImportPlugin
public class DataImportPlugin
Plugin to import data into a table
| Field Summary |
|---|
| Fields inherited from class net.sourceforge.squirrel_sql.client.plugin.DefaultPlugin |
|---|
_app, applicationFiles, fileWrapperFactory |
| Constructor Summary | |
|---|---|
DataImportPlugin()
|
|
| Method Summary | |
|---|---|
String |
getAuthor()
Returns the authors name. |
String |
getChangeLogFileName()
|
String |
getContributors()
|
String |
getDescriptiveName()
Return the descriptive name of this plugin. |
IGlobalPreferencesPanel[] |
getGlobalPreferencePanels()
Create preferences panel for the Global Preferences dialog. |
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. |
void |
load(IApplication app)
|
PluginSessionCallback |
sessionStarted(ISession session)
Called when a session started. |
void |
setResourcesFactory(IPluginResourcesFactory resourcesFactory)
|
void |
unload()
Application is shutting down so save preferences. |
| Methods inherited from class net.sourceforge.squirrel_sql.client.plugin.DefaultSessionPlugin |
|---|
allowsSessionStartedInBackground, getDefaultNodeExpander, getObjectTypes, getSessionPropertiesPanels, isPluginSession, registerSessionMenu, sessionCreated, sessionEnding |
| Methods inherited from class net.sourceforge.squirrel_sql.client.plugin.DefaultPlugin |
|---|
aliasCopied, aliasRemoved, getAliasPropertiesPanelControllers, getApplication, getExternalService, getNewSessionPropertiesPanels, getPluginAppSettingsFolder, getPluginJarFilePath, getPluginUserSettingsFolder, getWebSite, setApplicationFiles, setFileWrapperFactory |
| 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, getExternalService, getNewSessionPropertiesPanels, getPluginAppSettingsFolder, getPluginJarFilePath, getPluginUserSettingsFolder, getWebSite, setApplicationFiles, setFileWrapperFactory |
| Constructor Detail |
|---|
public DataImportPlugin()
| Method Detail |
|---|
public void setResourcesFactory(IPluginResourcesFactory resourcesFactory)
resourcesFactory - the resourcesFactory to setpublic String getInternalName()
public String getDescriptiveName()
public String getVersion()
public String getAuthor()
public String getContributors()
getContributors in interface IPlugingetContributors in class DefaultPluginDefaultPlugin.getContributors()public String getChangeLogFileName()
getChangeLogFileName in interface IPlugingetChangeLogFileName in class DefaultPluginDefaultPlugin.getChangeLogFileName()public String getLicenceFileName()
getLicenceFileName in interface IPlugingetLicenceFileName in class DefaultPluginDefaultPlugin.getLicenceFileName()public String getHelpFileName()
getHelpFileName in interface IPlugingetHelpFileName in class DefaultPluginDefaultPlugin.getHelpFileName()
public void load(IApplication app)
throws PluginException
load in interface IPluginload in class DefaultPluginPluginExceptionDefaultPlugin.load(net.sourceforge.squirrel_sql.client.IApplication)
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 IGlobalPreferencesPanel[] getGlobalPreferencePanels()
getGlobalPreferencePanels in interface IPlugingetGlobalPreferencePanels in class DefaultPlugin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||