public class Activator
extends org.eclipse.ui.plugin.AbstractUIPlugin
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTP_CONNECTON_DISCOVERER |
static String |
PLUGIN_ID |
static Root |
ROOT |
| Constructor and Description |
|---|
Activator()
The constructor
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionManager |
getConnectionManager() |
static Activator |
getDefault()
Returns the shared instance
|
static ConnectionManager |
getDefaultConectionManager() |
org.eclipse.core.databinding.observable.set.IObservableSet |
getDiscovererSet() |
org.eclipse.core.databinding.observable.set.ObservableSet |
getTreeRoot() |
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 String PLUGIN_ID
public static final String EXTP_CONNECTON_DISCOVERER
public static final Root ROOT
public void start(BundleContext context) throws Exception
start in interface BundleActivatorstart in class org.eclipse.ui.plugin.AbstractUIPluginExceptionpublic void stop(BundleContext context) throws Exception
stop in interface BundleActivatorstop in class org.eclipse.ui.plugin.AbstractUIPluginExceptionpublic org.eclipse.core.databinding.observable.set.IObservableSet getDiscovererSet()
public org.eclipse.core.databinding.observable.set.ObservableSet getTreeRoot()
public ConnectionManager getConnectionManager()
public static Activator getDefault()
public static ConnectionManager getDefaultConectionManager()