|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.Plugin
org.eclipse.datatools.sqltools.result.ResultsViewPlugin
public class ResultsViewPlugin
The main plugin class to be used in the desktop.
Field Summary | |
---|---|
static java.lang.String |
BUNDLE_NAME
|
static java.lang.String |
PLUGIN_ID
|
Fields inherited from class org.eclipse.core.runtime.Plugin |
---|
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
Constructor Summary | |
---|---|
ResultsViewPlugin()
The constructor. |
Method Summary | |
---|---|
static ResultsViewPlugin |
getDefault()
Returns the shared instance. |
static ILogger |
getLogger(java.util.ResourceBundle bundle)
Returns a logger. |
static java.lang.String |
getPluginId()
Returns this plugin's unique identifier |
IResultHistoryIndex |
getResultHistoryIndex()
Returns the history index |
IResultManager |
getResultManager()
Returns the result manager of SQL Results View. |
java.lang.String |
getTempDir()
Returns the temporary directory for this plugin |
void |
start(org.osgi.framework.BundleContext context)
This method is called upon plug-in activation |
void |
stop(org.osgi.framework.BundleContext context)
This method is called when the plug-in is stopped |
Methods inherited from class org.eclipse.core.runtime.Plugin |
---|
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, shutdown, startup, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PLUGIN_ID
public static final java.lang.String BUNDLE_NAME
Constructor Detail |
---|
public ResultsViewPlugin()
Method Detail |
---|
public void start(org.osgi.framework.BundleContext context) throws java.lang.Exception
start
in interface org.osgi.framework.BundleActivator
start
in class org.eclipse.core.runtime.Plugin
java.lang.Exception
public void stop(org.osgi.framework.BundleContext context) throws java.lang.Exception
stop
in interface org.osgi.framework.BundleActivator
stop
in class org.eclipse.core.runtime.Plugin
java.lang.Exception
public static ResultsViewPlugin getDefault()
public IResultHistoryIndex getResultHistoryIndex()
public java.lang.String getTempDir()
public static ILogger getLogger(java.util.ResourceBundle bundle)
bundle
- the bundle used in logger
public static java.lang.String getPluginId()
public IResultManager getResultManager()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |