Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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.
    • Constructor Detail

      • GpmnEditor

        public GpmnEditor()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Main method.
        Parameters:
        args - Arguments.