Package jadex.gpmn.editor
Class GpmnEditor
- java.lang.Object
-
- jadex.gpmn.editor.GpmnEditor
-
public class GpmnEditor extends java.lang.ObjectGPMN editor main class.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAPP_NAMEThe name of the application.static intBUILDCurrent version.static java.util.logging.LoggerLOGGERMain Logger.static java.util.logging.LevelSTATUS_AREA_LOG_LEVELLog level for status area.
-
Constructor Summary
Constructors Constructor Description GpmnEditor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Main method.
-
-
-
Field Detail
-
BUILD
public static final int BUILD
Current version.- See Also:
- Constant Field Values
-
APP_NAME
public static final java.lang.String APP_NAME
The name of the application.- See Also:
- Constant Field Values
-
STATUS_AREA_LOG_LEVEL
public static final java.util.logging.Level STATUS_AREA_LOG_LEVEL
Log level for status area.
-
LOGGER
public static final java.util.logging.Logger LOGGER
Main Logger.
-
-