public class Activator
extends org.eclipse.ui.plugin.AbstractUIPlugin
Constructor and Description |
---|
Activator()
The constructor
|
Modifier and Type | Method and Description |
---|---|
LoginContext[] |
getContextList() |
static Activator |
getDefault()
Returns the shared instance
|
SessionManager |
getSessionManager() |
void |
setLoginSession(LoginSession session) |
void |
setLoginSession(String username,
String password,
LoginContext loginContext,
Collection<LoginHandler> handler) |
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 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 static Activator getDefault()
public LoginContext[] getContextList()
public void setLoginSession(LoginSession session)
public void setLoginSession(String username, String password, LoginContext loginContext, Collection<LoginHandler> handler)
public SessionManager getSessionManager()