Package jadex.gpmn.editor
Class GpmnEditor
- java.lang.Object
-
- jadex.gpmn.editor.GpmnEditor
-
public class GpmnEditor extends java.lang.Object
GPMN editor main class.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
APP_NAME
The name of the application.static int
BUILD
Current version.static java.util.logging.Logger
LOGGER
Main Logger.static java.util.logging.Level
STATUS_AREA_LOG_LEVEL
Log level for status area.
-
Constructor Summary
Constructors Constructor Description GpmnEditor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(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.
-
-