Remote Systems
v6.4.1

com.ibm.etools.systems.universal
Class UniversalSystemPlugin

java.lang.Object
  extended byAbstractUIPlugin
      extended bycom.ibm.etools.systems.core.SystemBasePlugin
          extended bycom.ibm.etools.systems.universal.UniversalSystemPlugin

public class UniversalSystemPlugin
extends SystemBasePlugin

Plugin for the Universal Remote Systems

See Also:
Serialized Form

Field Summary
static String Copyright
           
 
Fields inherited from class com.ibm.etools.systems.core.SystemBasePlugin
copyright, ICON_PATH, log
 
Constructor Summary
UniversalSystemPlugin()
          Constructor.
 
Method Summary
static UniversalSystemPlugin getDefault()
          Return singleton.
protected  void initializeImageRegistry()
          The implementation of this method does nothing.
 void start(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class com.ibm.etools.systems.core.SystemBasePlugin
getActiveWorkbenchShell, getActiveWorkbenchWindow, getBaseDefault, getIconPath, getImage, getImageDescriptor, getImageDescriptorFromIDE, getInstallLocation, getLogger, getMessage, getPluginImage, getPluginImage, getString, getString, getSymbolicName, getWorkbench, getWorkspace, getWorkspaceRoot, isHeadless, loadDefaultMessageFile, loadDefaultMessageFile, loadDefaultResourceBundle, loadDefaultResourceBundle, loadMessageFile, loadMessageFile, loadPluginResourceBundle, loadResourceBundle, loadResourceBundle, logDebugMessage, logError, logError, logInfo, logMessage, logMessage, logWarning, printMessages, putImageInRegistry, scanForDuplicateMessages, showProgrammerErrorMessage, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

UniversalSystemPlugin

public UniversalSystemPlugin()
Constructor.

Method Detail

getDefault

public static UniversalSystemPlugin getDefault()
Return singleton. Same as inherited getBaseDefault but returned object is typed as SystemPlugin versus SystemBasePlugin.


initializeImageRegistry

protected void initializeImageRegistry()
The implementation of this method does nothing.

Specified by:
initializeImageRegistry in class SystemBasePlugin
See Also:
SystemBasePlugin.initializeImageRegistry()

start

public void start(org.osgi.framework.BundleContext context)
           throws Exception
Overrides:
start in class SystemBasePlugin
Throws:
Exception
See Also:
BundleActivator.start(org.osgi.framework.BundleContext)

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.