ch.sahits.codegen.ui
Class UIPlugin

java.lang.Object
  extended by AbstractUIPlugin
      extended by ch.sahits.codegen.ui.UIPlugin

public class UIPlugin
extends AbstractUIPlugin

The activator class controls the plug-in life cycle

Since:
2.0.0
Author:
Andi Hotz, Sahits GmbH

Constructor Summary
UIPlugin()
           
 
Method Summary
static UIPlugin getDefault()
          Returns the shared instance
static java.lang.String getPluginID()
          Retrieve the plugin-ID for this plugin
 void start(BundleContext context)
           
 void stop(BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIPlugin

public UIPlugin()
Method Detail

start

public void start(BundleContext context)
           throws java.lang.Exception
Throws:
java.lang.Exception
See Also:
org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)

stop

public void stop(BundleContext context)
          throws java.lang.Exception
Throws:
java.lang.Exception
See Also:
org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)

getDefault

public static UIPlugin getDefault()
Returns the shared instance

Returns:
the shared instance

getPluginID

public static java.lang.String getPluginID()
Retrieve the plugin-ID for this plugin

Returns:
Plug-in ID