public class MainLauncherAction
extends CallableSystemAction
MAIN_CLASS_OPTION.
With this action you can quickly bind a class with a main method
into a menu. This is used, e.g. when running the Platform inside another
IDE, e.g. for debugging purposes.
See the corresponding HowTo "Running the GP Platform in Eclipse"
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MAIN_CLASS_OPTION |
static java.lang.String |
mainClassName |
| Constructor and Description |
|---|
MainLauncherAction() |
| Modifier and Type | Method and Description |
|---|---|
HelpCtx |
getHelpCtx() |
java.lang.String |
getName() |
void |
performAction() |
public static final java.lang.String MAIN_CLASS_OPTION
public static java.lang.String mainClassName