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 |
---|---|
org.eclipse.core.databinding.observable.set.IObservableSet |
createDiscovererSet()
Create a new set with all known discoverers
|
ConnectionManager |
getConnectionManager() |
static Activator |
getDefault()
Returns the shared instance
|
static ConnectionManager |
getDefaultConectionManager() |
org.eclipse.core.databinding.observable.set.IObservableSet |
getStoresSet()
Get the list of known stores (ConnectionStore)
|
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, startup
public 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 BundleActivator
start
in class org.eclipse.ui.plugin.AbstractUIPlugin
Exception
public void stop(BundleContext context) throws Exception
stop
in interface BundleActivator
stop
in class org.eclipse.ui.plugin.AbstractUIPlugin
Exception
public org.eclipse.core.databinding.observable.set.IObservableSet createDiscovererSet()
The method creates a new instance which must be disposed by the caller.
ConnectionDiscovererBean
spublic org.eclipse.core.databinding.observable.set.IObservableSet getStoresSet()
This instance must not be disposed. If you need an instance that can be
disposed you need to wrap the received instance using
Observables.proxyObservableSet(IObservableSet)
ConnectionDiscovererBean
s which implement the
ConnectionStore
interfacepublic org.eclipse.core.databinding.observable.set.ObservableSet getTreeRoot()
public ConnectionManager getConnectionManager()
public static Activator getDefault()
public static ConnectionManager getDefaultConectionManager()