|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Constants
Global application constants.
Nested Class Summary | |
---|---|
static class |
Constants.ItemEvents
Events connected with items. |
Field Summary | |
---|---|
static java.lang.String |
APPLICATION_CONFIG_FILENAME
Main configuration file where application preferences are going to be saved. |
static java.lang.String |
APPNAME
Application's name. |
static java.lang.String |
AUTHORS
Author(s). |
static java.lang.String |
CONFIG_DIAGRAM_COLUMN_COLOR
Color configuration definitions |
static java.lang.String |
CONFIG_DIAGRAM_INNER_DIAGONAL_COLOR
Color configuration definitions |
static java.lang.String |
CONFIG_DIAGRAM_OUTER_DIAGONAL_COLOR
Color configuration definitions |
static java.lang.String |
CONFIG_DIAGRAM_ROW_COLOR
Color configuration definitions |
static int |
CONFIG_FAILURE
Configuration error. |
static java.lang.String |
CONFIG_MAPPING_DEFAULT
Default mapping declaration |
static java.lang.String |
CONFIG_MAPPING_SCHEMA
Mapping variable definition |
static java.lang.String |
CONTACT_EMAIL
Contact. |
static boolean |
DECREMENT
Incrementing or decrementing various things |
static java.lang.String |
defaultStyleName
Default czech style of characteristics. |
static boolean |
FILE_MODIFIED
File was modified and need saving. |
static boolean |
FILE_NOT_MODIFIED
File in fine state. |
static int |
FIRST_POSITION
There is sometimes necessary to position element at first place. |
static boolean |
FULL_DIAGRAM
Complete diagram with handlers of mouse events attached and visible inside main panel area. |
static boolean |
INCREMENT
Incrementing or decrementing various things |
static boolean |
INSERT_BEFORE
Insertion of elements before the other existing ones. |
static boolean |
INSIDE_MAIN_PANEL
Main panel contains one or two complete diagrams depending on current view mode activated. |
static boolean |
INSIDE_TOP_PANEL
Top panel shows thumbnails of entries, these entries could be dragged and dropped into main panel. |
static java.lang.String |
LICENSE
Open Source Software licence. |
static int |
OK
Success status code. |
static java.lang.String |
PROJECT_SUPPORT_RELATIVE_URL
Project support. |
static java.lang.String |
PROJECT_URL
Project's website. |
static java.lang.String |
RELEASE
Release number. |
static java.lang.String |
styleFileSuffix
Style files have their standard suffix. |
static java.lang.String |
stylesDirectory
Subdirectory for saving styles. |
static boolean |
THUMBNAIL
Thumbnails of diagrams are placed in the top panel. |
static java.lang.String |
VERSION
Current version of application. |
static boolean |
VIEW_MODE_DUAL
Two diagrams could be displayed when this mode is active. |
static boolean |
VIEW_MODE_SINGLE
Single view mode displays at most one diagram within content panel, could be dragged from thumbnail area. |
Field Detail |
---|
static final java.lang.String APPNAME
static final java.lang.String VERSION
static final java.lang.String RELEASE
static final java.lang.String LICENSE
static final java.lang.String AUTHORS
static final java.lang.String CONTACT_EMAIL
static final java.lang.String APPLICATION_CONFIG_FILENAME
static final java.lang.String CONFIG_DIAGRAM_ROW_COLOR
static final java.lang.String CONFIG_DIAGRAM_COLUMN_COLOR
static final java.lang.String CONFIG_DIAGRAM_INNER_DIAGONAL_COLOR
static final java.lang.String CONFIG_DIAGRAM_OUTER_DIAGONAL_COLOR
static final java.lang.String CONFIG_MAPPING_SCHEMA
static final java.lang.String CONFIG_MAPPING_DEFAULT
static final int OK
static final int CONFIG_FAILURE
static final boolean VIEW_MODE_SINGLE
static final boolean VIEW_MODE_DUAL
static final boolean FULL_DIAGRAM
static final boolean THUMBNAIL
static final boolean FILE_MODIFIED
static final boolean FILE_NOT_MODIFIED
static final boolean INSIDE_MAIN_PANEL
static final boolean INSIDE_TOP_PANEL
static final boolean INSERT_BEFORE
static final int FIRST_POSITION
static final java.lang.String stylesDirectory
static final java.lang.String defaultStyleName
static final java.lang.String styleFileSuffix
static final java.lang.String PROJECT_URL
static final java.lang.String PROJECT_SUPPORT_RELATIVE_URL
static final boolean INCREMENT
static final boolean DECREMENT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |