de.uka.ipd.sdq.codegen.runconfig
Class RunConfigPlugin
java.lang.Object
AbstractUIPlugin
de.uka.ipd.sdq.codegen.runconfig.RunConfigPlugin
public class RunConfigPlugin
- extends AbstractUIPlugin
The activator class controls the plug-in life cycle
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PLUGIN_ID
public static final String PLUGIN_ID
- See Also:
- Constant Field Values
RunConfigPlugin
public RunConfigPlugin()
start
public void start(BundleContext context)
throws Exception
- Throws:
Exception
stop
public void stop(BundleContext context)
throws Exception
- Throws:
Exception
getDefault
public static RunConfigPlugin getDefault()
- Returns the shared instance
log
public static void log(int severity,
String message)
errorLogger
public static void errorLogger(String tabName,
String fieldName,
String msg)
- The method logs the errors with the tab initialization.