com.triadsoft.properties.editor
Class Activator

java.lang.Object
  extended by AbstractUIPlugin
      extended by com.triadsoft.properties.editor.Activator

public class Activator
extends AbstractUIPlugin

El Activator class controla el ciclo de vida del plugin

Author:
Triad (flores.leonardo@triadsoft.com.ar)

Field Summary
static java.lang.String PLUGIN_ID
           
 
Constructor Summary
Activator()
          The constructor
 
Method Summary
static Activator getDefault()
          Returns the shared instance
static ImageDescriptor getImageDescriptor(java.lang.String path)
          Returns an image descriptor for the image file at the given plug-in relative path
static java.lang.String getString(java.lang.String key)
           
static java.lang.String[] getWildcardPaths()
           
 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
 

Field Detail

PLUGIN_ID

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

Activator

public Activator()
The constructor

Method Detail

start

public void start(BundleContext context)
           throws java.lang.Exception
Throws:
java.lang.Exception

stop

public void stop(BundleContext context)
          throws java.lang.Exception
Throws:
java.lang.Exception

getDefault

public static Activator getDefault()
Returns the shared instance

Returns:
the shared instance

getImageDescriptor

public static ImageDescriptor getImageDescriptor(java.lang.String path)
Returns an image descriptor for the image file at the given plug-in relative path

Parameters:
path - the path
Returns:
the image descriptor

getWildcardPaths

public static java.lang.String[] getWildcardPaths()

getString

public static java.lang.String getString(java.lang.String key)