public abstract class UserInterfacePlugin
extends org.eclipse.ui.plugin.AbstractUIPlugin
AbstractUIPlugin
Modifier and Type | Field and Description |
---|---|
protected PluginConsole |
console
The plug-in console.
|
Modifier | Constructor and Description |
---|---|
protected |
UserInterfacePlugin()
Constructs an UI plug-in with default plug-in console.
|
protected |
UserInterfacePlugin(PluginConsoleFactory factory)
Constructs an UI plug-in with a plug-in
console obtained from the given factory.
|
Modifier and Type | Method and Description |
---|---|
PluginConsole |
getConsole()
Gets plug-in console.
|
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, start, startup, stop
protected final PluginConsole console
protected UserInterfacePlugin()
protected UserInterfacePlugin(PluginConsoleFactory factory)
factory
- plug-in console factorypublic final PluginConsole getConsole()