aesi-eclipse / com.virtlink.aesi.eclipse / AesiPlugin
AesiPlugin
open class AesiPlugin : AbstractUIPlugin
The activator class controls the plug-in life cycle
Constructors
| <init> | AesiPlugin()The constructor |
Properties
| PLUGIN_ID | static val PLUGIN_ID: String |
Functions
| getDebugModelIdentifier | open static fun getDebugModelIdentifier(): String |
| getDefault | open static fun getDefault(): AesiPlugin?Returns the shared instance |
| getImageDescriptor | open static fun getImageDescriptor(path: String): ImageDescriptorReturns an image descriptor for the image file at the given plug-in relative path |
| start | open fun start(context: BundleContext): Unit |
| stop | open fun stop(context: BundleContext): Unit |