Package jadex.bpmn.editor
Class BpmnEditor
- java.lang.Object
- 
- jadex.bpmn.editor.BpmnEditor
 
- 
 public class BpmnEditor extends java.lang.ObjectClass for starting the BPMN editor.
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringAPP_NAMEThe name of the application.static intBUILDCurrent version.static booleanCONSOLE_LOGGINGConsole logging flag.protected static java.lang.String[]FALLBACK_TASK_NAMESStandard task classes.static java.lang.StringHOME_DIRThe settings directory name.static java.util.logging.LoggerLOGGERMain Logger.static java.util.Map<java.lang.String,javax.swing.UIManager.LookAndFeelInfo>LOOK_AND_FEELSAvailable look and feels.static java.util.logging.LevelSTATUS_AREA_LOG_LEVELLog level for status area.static java.util.Map<java.lang.String,java.lang.String>STRINGSstatic java.util.List<Tuple2<java.lang.String,com.mxgraph.view.mxStylesheet>>STYLE_SHEETSThe style sheets.static java.util.Map<java.lang.String,TaskMetaInfo>TASK_INFOSTask informations.static java.lang.StringWINDOWS_HOME_DIRThe settings directory name for windows.
 - 
Constructor SummaryConstructors Constructor Description BpmnEditor()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetString(java.lang.String key)Gets a localized string.static voidinitialize()Initializes static information, after logging has been set up.static voidmain(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.
 
- 
- 
- 
Field Detail- 
BUILDpublic static final int BUILD Current version.- See Also:
- Constant Field Values
 
 - 
CONSOLE_LOGGINGpublic static final boolean CONSOLE_LOGGING Console logging flag.- See Also:
- Constant Field Values
 
 - 
APP_NAMEpublic static final java.lang.String APP_NAME The name of the application.- See Also:
- Constant Field Values
 
 - 
HOME_DIRpublic static java.lang.String HOME_DIR The settings directory name.
 - 
WINDOWS_HOME_DIRpublic static final java.lang.String WINDOWS_HOME_DIR The settings directory name for windows.
 - 
STATUS_AREA_LOG_LEVELpublic static final java.util.logging.Level STATUS_AREA_LOG_LEVEL Log level for status area.
 - 
LOGGERpublic static final java.util.logging.Logger LOGGER Main Logger.
 - 
STYLE_SHEETSpublic static java.util.List<Tuple2<java.lang.String,com.mxgraph.view.mxStylesheet>> STYLE_SHEETS The style sheets.
 - 
FALLBACK_TASK_NAMESprotected static final java.lang.String[] FALLBACK_TASK_NAMES Standard task classes.
 - 
LOOK_AND_FEELSpublic static final java.util.Map<java.lang.String,javax.swing.UIManager.LookAndFeelInfo> LOOK_AND_FEELS Available look and feels.
 - 
TASK_INFOSpublic static java.util.Map<java.lang.String,TaskMetaInfo> TASK_INFOS Task informations.
 - 
STRINGSpublic static java.util.Map<java.lang.String,java.lang.String> STRINGS 
 
- 
 - 
Method Detail- 
mainpublic static void main(java.lang.String[] args) Starts the BPMN editor.- Parameters:
- args- The arguments.
 
 - 
initializepublic static final void initialize() Initializes static information, after logging has been set up.
 - 
getStringpublic static java.lang.String getString(java.lang.String key) Gets a localized string.- Parameters:
- key- String key.
- Returns:
- The string.
 
 - 
propertiesToMapprotected 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.
 
 
- 
 
-