Modifier and type | Field and description |
---|---|
public static val java.lang.String | PLUGIN_ID Identifier of the plugin. |
public static val java.lang.String | PREFERENCE_ID Identifier of the preference container. |
Modifier and type | Action and description |
---|---|
org.eclipse.core.runtime.IStatus | createStatus(int,Throwable) Create a status. |
static PyGeneratorPlugin | getDefault Replies the instance of the plugin. |
static void | setDefault(PyGeneratorPlugin) Set the default instance of the plugin. |
public static val PLUGIN_ID : java.lang.String = "io.sarl.pythongenerator.generator"
public static val PREFERENCE_ID : java.lang.String = "io.sarl.pythongenerator.generator"
new
def createStatus(int,Throwable) : org.eclipse.core.runtime.IStatus
def getDefault : PyGeneratorPlugin
def setDefault(PyGeneratorPlugin)