Class StunnerProjectClientConstants
- java.lang.Object
-
- org.kie.workbench.common.stunner.project.client.resources.i18n.StunnerProjectClientConstants
-
public class StunnerProjectClientConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIRM_ACTIONstatic StringDIAGRAM_EDITOR_DEFAULT_TITLEstatic StringDIAGRAM_PARSING_ERRORstatic StringDIAGRAM_SAVE_SUCCESSFULstatic StringDOCUMENTATIONstatic StringDOWNLOAD_DIAGRAMstatic StringON_ERROR_CONFIRM_UNDO_LAST_ACTIONstatic StringOPEN_SUBPROCESS
-
Constructor Summary
Constructors Constructor Description StunnerProjectClientConstants()
-
-
-
Field Detail
-
DOWNLOAD_DIAGRAM
public static final String DOWNLOAD_DIAGRAM
- See Also:
- Constant Field Values
-
CONFIRM_ACTION
public static final String CONFIRM_ACTION
- See Also:
- Constant Field Values
-
ON_ERROR_CONFIRM_UNDO_LAST_ACTION
public static final String ON_ERROR_CONFIRM_UNDO_LAST_ACTION
- See Also:
- Constant Field Values
-
DIAGRAM_SAVE_SUCCESSFUL
public static final String DIAGRAM_SAVE_SUCCESSFUL
- See Also:
- Constant Field Values
-
DIAGRAM_EDITOR_DEFAULT_TITLE
public static final String DIAGRAM_EDITOR_DEFAULT_TITLE
- See Also:
- Constant Field Values
-
DIAGRAM_PARSING_ERROR
public static final String DIAGRAM_PARSING_ERROR
- See Also:
- Constant Field Values
-
DOCUMENTATION
public static final String DOCUMENTATION
- See Also:
- Constant Field Values
-
OPEN_SUBPROCESS
public static final String OPEN_SUBPROCESS
- See Also:
- Constant Field Values
-
-