cz.psika.numerist
Interface Constants

All Known Implementing Classes:
Application, ApplicationWindow, Manager, Preferences

public interface Constants

Global application constants.

Author:
Tomas Psika

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

APPNAME

static final java.lang.String APPNAME
Application's name.

See Also:
Constant Field Values

VERSION

static final java.lang.String VERSION
Current version of application.

See Also:
Constant Field Values

RELEASE

static final java.lang.String RELEASE
Release number.

See Also:
Constant Field Values

LICENSE

static final java.lang.String LICENSE
Open Source Software licence.

See Also:
Constant Field Values

AUTHORS

static final java.lang.String AUTHORS
Author(s).

See Also:
Constant Field Values

CONTACT_EMAIL

static final java.lang.String CONTACT_EMAIL
Contact.

See Also:
Constant Field Values

APPLICATION_CONFIG_FILENAME

static final java.lang.String APPLICATION_CONFIG_FILENAME
Main configuration file where application preferences are going to be saved. The filename is prefix with "." on Unix systems as expected, on Windows we use first letter uppercased.

See Also:
Constant Field Values

CONFIG_DIAGRAM_ROW_COLOR

static final java.lang.String CONFIG_DIAGRAM_ROW_COLOR
Color configuration definitions

See Also:
Constant Field Values

CONFIG_DIAGRAM_COLUMN_COLOR

static final java.lang.String CONFIG_DIAGRAM_COLUMN_COLOR
Color configuration definitions

See Also:
Constant Field Values

CONFIG_DIAGRAM_INNER_DIAGONAL_COLOR

static final java.lang.String CONFIG_DIAGRAM_INNER_DIAGONAL_COLOR
Color configuration definitions

See Also:
Constant Field Values

CONFIG_DIAGRAM_OUTER_DIAGONAL_COLOR

static final java.lang.String CONFIG_DIAGRAM_OUTER_DIAGONAL_COLOR
Color configuration definitions

See Also:
Constant Field Values

CONFIG_MAPPING_SCHEMA

static final java.lang.String CONFIG_MAPPING_SCHEMA
Mapping variable definition

See Also:
Constant Field Values

CONFIG_MAPPING_DEFAULT

static final java.lang.String CONFIG_MAPPING_DEFAULT
Default mapping declaration

See Also:
Constant Field Values

OK

static final int OK
Success status code.

See Also:
Constant Field Values

CONFIG_FAILURE

static final int CONFIG_FAILURE
Configuration error.

See Also:
Constant Field Values

VIEW_MODE_SINGLE

static final boolean VIEW_MODE_SINGLE
Single view mode displays at most one diagram within content panel, could be dragged from thumbnail area. This should be default mode.

See Also:
Constant Field Values

VIEW_MODE_DUAL

static final boolean VIEW_MODE_DUAL
Two diagrams could be displayed when this mode is active. Diagrams could be dragged from thumbnail area, or copied and moved within content panel area. This mode is more preferred when checking communication characteristics between two persons.

See Also:
Constant Field Values

FULL_DIAGRAM

static final boolean FULL_DIAGRAM
Complete diagram with handlers of mouse events attached and visible inside main panel area.

See Also:
Constant Field Values

THUMBNAIL

static final boolean THUMBNAIL
Thumbnails of diagrams are placed in the top panel.

See Also:
Constant Field Values

FILE_MODIFIED

static final boolean FILE_MODIFIED
File was modified and need saving.

See Also:
Constant Field Values

FILE_NOT_MODIFIED

static final boolean FILE_NOT_MODIFIED
File in fine state.

See Also:
Constant Field Values

INSIDE_MAIN_PANEL

static final boolean INSIDE_MAIN_PANEL
Main panel contains one or two complete diagrams depending on current view mode activated. Main panel consists of one or tow full diagrams, their description labels and bottom label used for letting users know important events or show short description messages invoked by mouse pointer movements.

See Also:
Constant Field Values

INSIDE_TOP_PANEL

static final boolean INSIDE_TOP_PANEL
Top panel shows thumbnails of entries, these entries could be dragged and dropped into main panel. Number of thumbnail positions used depends of recent size of window.

See Also:
Constant Field Values

INSERT_BEFORE

static final boolean INSERT_BEFORE
Insertion of elements before the other existing ones.

See Also:
Constant Field Values

FIRST_POSITION

static final int FIRST_POSITION
There is sometimes necessary to position element at first place.

See Also:
Constant Field Values

stylesDirectory

static final java.lang.String stylesDirectory
Subdirectory for saving styles.

See Also:
Constant Field Values

defaultStyleName

static final java.lang.String defaultStyleName
Default czech style of characteristics.

See Also:
Constant Field Values

styleFileSuffix

static final java.lang.String styleFileSuffix
Style files have their standard suffix.

See Also:
Constant Field Values

PROJECT_URL

static final java.lang.String PROJECT_URL
Project's website.

See Also:
Constant Field Values

PROJECT_SUPPORT_RELATIVE_URL

static final java.lang.String PROJECT_SUPPORT_RELATIVE_URL
Project support. Relative URL to website of project.

See Also:
Constant Field Values

INCREMENT

static final boolean INCREMENT
Incrementing or decrementing various things

See Also:
Constant Field Values

DECREMENT

static final boolean DECREMENT
Incrementing or decrementing various things

See Also:
Constant Field Values