org.eclipse.jpt.common.ui
Class JptCommonUiPlugin
java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
org.eclipse.jpt.common.ui.JptCommonUiPlugin
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class JptCommonUiPlugin
- extends org.eclipse.ui.plugin.AbstractUIPlugin
|
Field Summary |
static java.lang.String |
PLUGIN_ID
The plug-in identifier of JPT Common UI support (value "org.eclipse.jpt.common.ui"). |
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 |
|
Method Summary |
static JptCommonUiPlugin |
instance()
Returns the singleton JPT UI plug-in. |
static void |
log(org.eclipse.core.runtime.IStatus status)
|
static void |
log(java.lang.String msg)
|
static void |
log(java.lang.Throwable throwable)
|
| 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 |
PLUGIN_ID
public static final java.lang.String PLUGIN_ID
- The plug-in identifier of JPT Common UI support (value "org.eclipse.jpt.common.ui").
- See Also:
- Constant Field Values
PLUGIN_ID_
public static final java.lang.String PLUGIN_ID_
- See Also:
- Constant Field Values
JptCommonUiPlugin
public JptCommonUiPlugin()
instance
public static JptCommonUiPlugin instance()
- Returns the singleton JPT UI plug-in.
log
public static void log(org.eclipse.core.runtime.IStatus status)
log
public static void log(java.lang.String msg)
log
public static void log(java.lang.Throwable throwable)