

Public Member Functions | |
| void | performAction () |
| String | getName () |
| HelpCtx | getHelpCtx () |
Static Public Attributes | |
| static final String | MAIN_CLASS_OPTION = "cern.gp.mainclass" |
| static String | mainClassName = System.getProperty(MAIN_CLASS_OPTION) |
An Action that launches the main method of the class indicated in the related system property 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"
,
| HelpCtx cern::gp::actions::MainLauncherAction::getHelpCtx | ( | ) | [inline] |
| String cern::gp::actions::MainLauncherAction::getName | ( | ) | [inline] |
References mainClassName.
| void cern::gp::actions::MainLauncherAction::performAction | ( | ) | [inline] |
References MAIN_CLASS_OPTION, and mainClassName.
final String cern::gp::actions::MainLauncherAction::MAIN_CLASS_OPTION = "cern.gp.mainclass" [static] |
Referenced by performAction().
String cern::gp::actions::MainLauncherAction::mainClassName = System.getProperty(MAIN_CLASS_OPTION) [static] |
Referenced by getName(), and performAction().
1.6.2