|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractUIPlugin
org.eclipse.datatools.sqltools.core.EditorCorePlugin
public class EditorCorePlugin
The main plugin class to be used in the desktop.
Field Summary | |
---|---|
static java.lang.String |
PLUGIN_ID
|
Constructor Summary | |
---|---|
EditorCorePlugin()
The constructor. |
Method Summary | |
---|---|
static void |
addConfigurationRegistryListener(IConfigurationRegistryListener listener)
|
IStatus |
createErrorStatus(java.lang.String message)
|
IStatus |
createErrorStatus(java.lang.String message,
java.lang.Throwable e)
|
IStatus |
createErrorStatus(java.lang.Throwable e)
|
static IControlConnectionManager |
getControlConnectionManager()
|
static SQLDevToolsConfigRegistry |
getDatabaseFactoryRegistry()
|
static EditorCorePlugin |
getDefault()
Returns the shared instance. |
static ImageDescriptor |
getImageDescriptor(java.lang.String path)
Returns an image descriptor for the image file at the given plug-in relative path. |
void |
log(IStatus status)
Logs runtime status. |
void |
log(java.lang.String message,
java.lang.Throwable e)
Logs an error message with an exception. |
void |
start(BundleContext context)
This method is called upon plug-in activation |
void |
stop(BundleContext context)
This method is called when the plug-in is stopped |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PLUGIN_ID
Constructor Detail |
---|
public EditorCorePlugin()
Method Detail |
---|
public void start(BundleContext context) throws java.lang.Exception
java.lang.Exception
public void stop(BundleContext context) throws java.lang.Exception
java.lang.Exception
public static EditorCorePlugin getDefault()
public static ImageDescriptor getImageDescriptor(java.lang.String path)
path
- the path
public static IControlConnectionManager getControlConnectionManager()
public void log(IStatus status)
status
- Runtime status.public IStatus createErrorStatus(java.lang.String message)
public IStatus createErrorStatus(java.lang.Throwable e)
public IStatus createErrorStatus(java.lang.String message, java.lang.Throwable e)
public void log(java.lang.String message, java.lang.Throwable e)
e
- Exception.public static SQLDevToolsConfigRegistry getDatabaseFactoryRegistry()
public static void addConfigurationRegistryListener(IConfigurationRegistryListener listener)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |