Public Member Functions | Static Public Attributes

cern.gp.actions.MainLauncherAction Class Reference

Inherits org::openide::util::actions::CallableSystemAction.

List of all members.

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)

Detailed Description

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"

Author:
Vito Baggiolini
Version:
Revision:
1.2

,

Date:
2006/09/25 08:52:36

Member Function Documentation

HelpCtx cern.gp.actions.MainLauncherAction.getHelpCtx (  ) 
String cern.gp.actions.MainLauncherAction.getName (  ) 
void cern.gp.actions.MainLauncherAction.performAction (  ) 

Member Data Documentation

final String cern.gp.actions.MainLauncherAction.MAIN_CLASS_OPTION = "cern.gp.mainclass" [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties