public class WorkbenchUiPlugin
extends org.eclipse.ui.plugin.AbstractUIPlugin
implements org.eclipse.core.runtime.ILogListener
| Modifier and Type | Class and Description |
|---|---|
protected class |
WorkbenchUiPlugin.DefaultCallbackHandler |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.InheritableThreadLocal<org.eclipse.swt.widgets.Display> |
display |
static java.lang.String |
PLUGIN_ID |
static java.lang.String |
THEME_PLUGIN_ID |
| Constructor and Description |
|---|
WorkbenchUiPlugin() |
| Modifier and Type | Method and Description |
|---|---|
static BundleContext |
getBundleContext() |
static WorkbenchUiPlugin |
getDefault() |
static org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor(java.lang.String path) |
static java.lang.String |
getMessage(java.lang.String key)
Returns the internationalized label for the given key
|
static java.util.ResourceBundle |
getMessagesBundle()
Gives access to the internationalization message bundle.
|
void |
logging(org.eclipse.core.runtime.IStatus status,
java.lang.String plugin) |
void |
start(BundleContext context) |
void |
stop(BundleContext context) |
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startuppublic static final java.lang.String PLUGIN_ID
public static final java.lang.String THEME_PLUGIN_ID
public static java.lang.InheritableThreadLocal<org.eclipse.swt.widgets.Display> display
public void start(BundleContext context) throws java.lang.Exception
start in interface BundleActivatorstart in class org.eclipse.ui.plugin.AbstractUIPluginjava.lang.Exceptionpublic void stop(BundleContext context) throws java.lang.Exception
stop in interface BundleActivatorstop in class org.eclipse.ui.plugin.AbstractUIPluginjava.lang.Exceptionpublic static BundleContext getBundleContext()
public static WorkbenchUiPlugin getDefault()
public static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(java.lang.String path)
public static java.lang.String getMessage(java.lang.String key)
public static java.util.ResourceBundle getMessagesBundle()
public void logging(org.eclipse.core.runtime.IStatus status,
java.lang.String plugin)
logging in interface org.eclipse.core.runtime.ILogListenerCopyright © 2007–2020. All rights reserved.