| org.eclipse.ui.examples.fieldassist.FieldAssistPlugin
FieldAssistPlugin | public class FieldAssistPlugin extends AbstractUIPlugin (Code) | | The main plugin class to be used in the desktop.
|
FieldAssistPlugin | public FieldAssistPlugin()(Code) | | The constructor.
|
getDefault | public static FieldAssistPlugin getDefault()(Code) | | Returns the shared instance.
the shared plugin instance |
start | public void start(BundleContext context) throws Exception(Code) | | This method is called upon plug-in activation
|
stop | public void stop(BundleContext context) throws Exception(Code) | | This method is called when the plug-in is stopped
|
|
|