| org.eclipse.ui.examples.contributions.Activator
Activator | public class Activator extends AbstractUIPlugin (Code) | | The activator class controls the plug-in life cycle.
since: 3.3 |
Activator | public Activator()(Code) | | The constructor
|
getDefault | public static Activator getDefault()(Code) | | Returns the shared instance
the shared instance |
getImageDescriptor | public static ImageDescriptor getImageDescriptor(String path)(Code) | | Returns an image descriptor for the image file at the given
plug-in relative path
Parameters: path - the path the image descriptor |
|
|