public class PkPlugin
extends org.eclipse.ui.plugin.AbstractUIPlugin
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PLUGIN_ID
The plug-in ID
|
Constructor and Description |
---|
PkPlugin() |
Modifier and Type | Method and Description |
---|---|
static SignalTreeComment |
getCommentAPI() |
static PkPlugin |
getDefault()
Returns the shared instance
|
static SignalParser |
getParser() |
static SignalTreePrinter |
getPrinter() |
static PKServices |
getServices() |
static TreesInterface |
getTraceabilityAPI() |
static PKTrees |
getTreeAPI() |
static SignalTreeBuilting |
getTreeBuilder() |
static SignalTreeExploring |
getTreeExplorer() |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
getDialogSettings, getImageRegistry, getPreferenceStore, getWorkbench, imageDescriptorFromPlugin, shutdown, startup
public static final java.lang.String PLUGIN_ID
public void start(org.osgi.framework.BundleContext context) throws java.lang.Exception
start
in interface org.osgi.framework.BundleActivator
start
in class org.eclipse.ui.plugin.AbstractUIPlugin
java.lang.Exception
public void stop(org.osgi.framework.BundleContext context) throws java.lang.Exception
stop
in interface org.osgi.framework.BundleActivator
stop
in class org.eclipse.ui.plugin.AbstractUIPlugin
java.lang.Exception
public static PkPlugin getDefault()
public static PKServices getServices()
public static SignalTreePrinter getPrinter()
public static SignalParser getParser()
public static SignalTreeBuilting getTreeBuilder()
public static SignalTreeExploring getTreeExplorer()
public static PKTrees getTreeAPI()
public static SignalTreeComment getCommentAPI()
public static TreesInterface getTraceabilityAPI()