Class BpmnEditor


  • public class BpmnEditor
    extends java.lang.Object
    Class for starting the BPMN editor.
    • 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 boolean CONSOLE_LOGGING
      Console logging flag.
      protected static java.lang.String[] FALLBACK_TASK_NAMES
      Standard task classes.
      static java.lang.String HOME_DIR
      The settings directory name.
      static java.util.logging.Logger LOGGER
      Main Logger.
      static java.util.Map<java.lang.String,​javax.swing.UIManager.LookAndFeelInfo> LOOK_AND_FEELS
      Available look and feels.
      static java.util.logging.Level STATUS_AREA_LOG_LEVEL
      Log level for status area.
      static java.util.Map<java.lang.String,​java.lang.String> STRINGS  
      static java.util.List<Tuple2<java.lang.String,​com.mxgraph.view.mxStylesheet>> STYLE_SHEETS
      The style sheets.
      static java.util.Map<java.lang.String,​TaskMetaInfo> TASK_INFOS
      Task informations.
      static java.lang.String WINDOWS_HOME_DIR
      The settings directory name for windows.
    • Constructor Summary

      Constructors 
      Constructor Description
      BpmnEditor()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getString​(java.lang.String key)
      Gets a localized string.
      static void initialize()
      Initializes static information, after logging has been set up.
      static void main​(java.lang.String[] args)
      Starts the BPMN editor.
      protected static java.util.Map<java.lang.String,​java.lang.String> propertiesToMap​(java.util.Properties props)
      Converts properties to a map.
      • Methods inherited from class java.lang.Object

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

      • CONSOLE_LOGGING

        public static final boolean CONSOLE_LOGGING
        Console logging flag.
        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
      • HOME_DIR

        public static java.lang.String HOME_DIR
        The settings directory name.
      • WINDOWS_HOME_DIR

        public static final java.lang.String WINDOWS_HOME_DIR
        The settings directory name for windows.
      • 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.
      • STYLE_SHEETS

        public static java.util.List<Tuple2<java.lang.String,​com.mxgraph.view.mxStylesheet>> STYLE_SHEETS
        The style sheets.
      • FALLBACK_TASK_NAMES

        protected static final java.lang.String[] FALLBACK_TASK_NAMES
        Standard task classes.
      • LOOK_AND_FEELS

        public static final java.util.Map<java.lang.String,​javax.swing.UIManager.LookAndFeelInfo> LOOK_AND_FEELS
        Available look and feels.
      • TASK_INFOS

        public static java.util.Map<java.lang.String,​TaskMetaInfo> TASK_INFOS
        Task informations.
      • STRINGS

        public static java.util.Map<java.lang.String,​java.lang.String> STRINGS
    • Constructor Detail

      • BpmnEditor

        public BpmnEditor()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Starts the BPMN editor.
        Parameters:
        args - The arguments.
      • initialize

        public static final void initialize()
        Initializes static information, after logging has been set up.
      • getString

        public static java.lang.String getString​(java.lang.String key)
        Gets a localized string.
        Parameters:
        key - String key.
        Returns:
        The string.
      • propertiesToMap

        protected static java.util.Map<java.lang.String,​java.lang.String> propertiesToMap​(java.util.Properties props)
        Converts properties to a map.
        Parameters:
        props - Properties.
        Returns:
        The map.