|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractUIPlugin
com.ibm.etools.systems.core.SystemBasePlugin
com.ibm.etools.systems.launch.LaunchPlugin
The main plugin class to be used in the desktop.
Field Summary | |
---|---|
static String |
copyright
|
static int |
DBG
|
static int |
ERR
|
static String |
HELPPREFIX
|
static String |
PLUGIN_ID
|
Fields inherited from class com.ibm.etools.systems.core.SystemBasePlugin |
---|
ICON_PATH, log |
Constructor Summary | |
---|---|
LaunchPlugin()
The constructor. |
Method Summary | |
---|---|
static IStructuredSelection |
getActiveWorkbenchSelection()
Returns the current selection, or null if none. |
static LaunchPlugin |
getDefault()
Returns the shared instance. |
static LaunchPlugin |
getInstance()
|
static ResourceBundle |
getMessagesResourceBundle()
Return this plugin's resource bundle that contains all messages Called by all code in this plugin. |
static String |
getPluginID()
|
static ISystemRemoteElementAdapter |
getRemoteAdapter(Object o)
Returns the implementation of ISystemRemoteElement for the given object. |
static String |
getString(String key)
|
static ResourceBundle |
getStringsResourceBundle()
Return this plugin's resource bundle that contains all dialog and wizard strings Called by all code in this plugin. |
protected void |
initializeImageRegistry()
Initialize the image registry by declaring all of the required graphics. |
static boolean |
isErrorLoggingON()
|
static boolean |
isTracingON()
|
void |
start(org.osgi.framework.BundleContext context)
This method is called upon plug-in activation |
void |
stop(org.osgi.framework.BundleContext context)
This method is called when the plug-in is stopped |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
public static final String PLUGIN_ID
public static final String HELPPREFIX
public static final int DBG
public static final int ERR
Constructor Detail |
public LaunchPlugin()
Method Detail |
public void start(org.osgi.framework.BundleContext context) throws Exception
start
in class SystemBasePlugin
Exception
BundleActivator.start(org.osgi.framework.BundleContext)
public void stop(org.osgi.framework.BundleContext context) throws Exception
stop
in class SystemBasePlugin
Exception
BundleActivator.stop(org.osgi.framework.BundleContext)
public static LaunchPlugin getInstance()
public static LaunchPlugin getDefault()
public static String getPluginID()
public static boolean isErrorLoggingON()
public static boolean isTracingON()
public static ResourceBundle getStringsResourceBundle()
public static ResourceBundle getMessagesResourceBundle()
public static ISystemRemoteElementAdapter getRemoteAdapter(Object o)
protected void initializeImageRegistry()
initializeImageRegistry
in class SystemBasePlugin
public static IStructuredSelection getActiveWorkbenchSelection()
null
if none.
public static String getString(String key)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |