|
||||||||||
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.ui.plugin.AbstractUIPlugin
org.eclipse.datatools.sqltools.sqlbuilder.SQLBuilderPlugin
public class SQLBuilderPlugin
The plugin class for the SQL Builder.
Field Summary | |
---|---|
static org.eclipse.core.runtime.IPath |
IMAGES_PATH
|
static java.lang.String |
SQL_PARTITIONING
|
Fields inherited from class org.eclipse.core.runtime.Plugin |
---|
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME |
Constructor Summary | |
---|---|
SQLBuilderPlugin()
Constructs an instance of this class. |
Method Summary | |
---|---|
static SQLQueryModelItemProviderAdapterFactory |
getAdapterFactory()
Returns the adapter factory for the SQL Query model. |
org.eclipse.swt.graphics.Image |
getImage(java.lang.String iconName)
Returns an image (icon) with the given name. |
org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor(java.lang.String key)
Returns a .gif from the images folder with the given key. |
java.net.URL |
getInstallURL()
|
SQLLogUtil |
getLogger()
Returns the single logger object for this plugin. |
static SQLBuilderPlugin |
getPlugin()
Returns the single instance of the SQLBuilder plugin. |
SQLSchemaPackage |
getRDBSchemaPackage()
Returns the SQL Model schema package object. |
java.util.ResourceBundle |
getResourceBundle()
Returns the resource bundle for this plugin. |
static org.eclipse.swt.graphics.Image |
getSQLImage(java.lang.String iconName)
Returns the Image for a given file name |
SQLQueryModelFactory |
getSQLQueryFactory()
Returns the SQL Query model factory instance |
SQLQueryModelPackage |
getSQLQueryModelPackage()
Returns the SQL Query model package object. |
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin |
---|
getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, shutdown, start, startup, stop |
Methods inherited from class org.eclipse.core.runtime.Plugin |
---|
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SQL_PARTITIONING
public static final org.eclipse.core.runtime.IPath IMAGES_PATH
Constructor Detail |
---|
public SQLBuilderPlugin()
Method Detail |
---|
public java.util.ResourceBundle getResourceBundle()
public SQLQueryModelPackage getSQLQueryModelPackage()
public SQLSchemaPackage getRDBSchemaPackage()
public SQLQueryModelFactory getSQLQueryFactory()
public static SQLBuilderPlugin getPlugin()
public static org.eclipse.swt.graphics.Image getSQLImage(java.lang.String iconName)
iconName
- - the icon for which the image is to be obtained
public static SQLQueryModelItemProviderAdapterFactory getAdapterFactory()
public org.eclipse.swt.graphics.Image getImage(java.lang.String iconName)
iconName
- the name of the image to get
public java.net.URL getInstallURL()
public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(java.lang.String key)
the
- key (name) of the image to getpublic SQLLogUtil getLogger()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |