PTP
Release 5.0

org.eclipse.ptp.services.ui
Class ServicesUIPlugin

java.lang.Object
  extended by org.eclipse.core.runtime.Plugin
      extended by org.eclipse.ui.plugin.AbstractUIPlugin
          extended by org.eclipse.ptp.services.ui.ServicesUIPlugin
All Implemented Interfaces:
BundleActivator

public class ServicesUIPlugin
extends org.eclipse.ui.plugin.AbstractUIPlugin

EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the RDT team. The activator class controls the plug-in life cycle


Field Summary
static java.lang.String PLUGIN_ID
           
 
Fields inherited from class org.eclipse.core.runtime.Plugin
PLUGIN_PREFERENCE_SCOPE, PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME, PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME
 
Constructor Summary
ServicesUIPlugin()
          The constructor
 
Method Summary
static ServicesUIPlugin getDefault()
          Returns the shared instance
 void log(org.eclipse.core.runtime.IStatus status)
           
 void log(java.lang.String message)
           
 void log(java.lang.Throwable e)
           
 void start(BundleContext context)
           
 void stop(BundleContext context)
           
 
Methods inherited from class org.eclipse.ui.plugin.AbstractUIPlugin
createImageRegistry, getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, initializeDefaultPluginPreferences, initializeDefaultPreferences, initializeImageRegistry, loadDialogSettings, loadPreferenceStore, refreshPluginActions, saveDialogSettings, savePreferenceStore, shutdown, startup
 
Methods inherited from class org.eclipse.core.runtime.Plugin
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PLUGIN_ID

public static final java.lang.String PLUGIN_ID
See Also:
Constant Field Values
Constructor Detail

ServicesUIPlugin

public ServicesUIPlugin()
The constructor

Method Detail

start

public void start(BundleContext context)
           throws java.lang.Exception
Specified by:
start in interface BundleActivator
Overrides:
start in class org.eclipse.ui.plugin.AbstractUIPlugin
Throws:
java.lang.Exception

stop

public void stop(BundleContext context)
          throws java.lang.Exception
Specified by:
stop in interface BundleActivator
Overrides:
stop in class org.eclipse.ui.plugin.AbstractUIPlugin
Throws:
java.lang.Exception

getDefault

public static ServicesUIPlugin getDefault()
Returns the shared instance

Returns:
the shared instance

log

public void log(java.lang.Throwable e)

log

public void log(org.eclipse.core.runtime.IStatus status)

log

public void log(java.lang.String message)

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.