net.sf.magicproject.token
Interface IdConst


public interface IdConst

Author:
Fabrice Daugan

Field Summary
static int ABORT_ME
          Comment for ABORT_ME
static int ALL
          All constant Indicates a number or a size; Has different signifiacation depending on its usage
static int BORDER_WIDTH
          The card border ratio.
static int CARD_3D_COUNT
          Number of cards needed to have a 3D view pixel dx=1 and dy = 1
static int[] EMPTY_CODE
          code with no value
static java.lang.String FILE_DATABASE_SAVED
          The database file
static java.lang.String FILE_DEBUG
          The Log file
static java.lang.String FILE_LICENSE
          The license file
static java.lang.String FILE_SETTINGS
          The settings xml file for the current TBS --> never added to SVN
static java.lang.String FILE_SETTINGS_SAVED
          The settings xml file for a TBS --> never added to SVN
static java.lang.String FILE_THEME_SETTINGS
          The theme settings file
static java.lang.String FLAGS_DIR
          Flag icons location
static java.lang.String IMAGES_DIR
          The mp picture directory
static java.lang.String MAIN_PAGE
          The main project page
static java.lang.String MINIMAL_JRE
          Minimal version for MP
static java.lang.String NAME_SPACE
          XSD Namespace
static int NEGATIVE_NUMBER_MASK
          Bit used to defined negative number
static int NO_CARE
          No care constant This value indicates that a field is not a constraint.
static java.lang.String PROXIES_LOCATION
          Location of Proxy XML files in the tbs dir.
static java.lang.String SOUNDS_DIR
          Sound location
static int STD_HEIGHT
          Height of original card to display
static int STD_WIDTH
          Width of original card to display
static java.lang.String TBS_DEFAULT
          The default TBS
static java.lang.String TBS_DIR
          The tbs directory
static java.lang.String TBS_XSD
          The XSD file
static java.lang.String TYPE_PIC
          The picture type
static int UNUSED
          This constant is unused in this program.
static int[] VALUES
          Comment for definedValuesValue
static java.lang.String[] VALUES_NAME
          Comment for definedValuesName
static java.lang.String VERSION
          current version of Magic-Project
static java.lang.String VERSION_NAME
          Version name
static int VERSION_NUMBER
          The current build version number
 

Field Detail

NEGATIVE_NUMBER_MASK

static final int NEGATIVE_NUMBER_MASK
Bit used to defined negative number

See Also:
Constant Field Values

NAME_SPACE

static final java.lang.String NAME_SPACE
XSD Namespace

See Also:
Constant Field Values

UNUSED

static final int UNUSED
This constant is unused in this program. Generally, this value is set for unused field or code

See Also:
Constant Field Values

NO_CARE

static final int NO_CARE
No care constant This value indicates that a field is not a constraint.

See Also:
Constant Field Values

ALL

static final int ALL
All constant Indicates a number or a size; Has different signifiacation depending on its usage

See Also:
Constant Field Values

STD_HEIGHT

static final int STD_HEIGHT
Height of original card to display

See Also:
Constant Field Values

STD_WIDTH

static final int STD_WIDTH
Width of original card to display

See Also:
Constant Field Values

BORDER_WIDTH

static final int BORDER_WIDTH
The card border ratio.

See Also:
Constant Field Values

CARD_3D_COUNT

static final int CARD_3D_COUNT
Number of cards needed to have a 3D view pixel dx=1 and dy = 1

See Also:
Constant Field Values

PROXIES_LOCATION

static final java.lang.String PROXIES_LOCATION
Location of Proxy XML files in the tbs dir.

See Also:
Constant Field Values

TYPE_PIC

static final java.lang.String TYPE_PIC
The picture type

See Also:
Constant Field Values

FILE_SETTINGS

static final java.lang.String FILE_SETTINGS
The settings xml file for the current TBS --> never added to SVN

See Also:
Constant Field Values

FILE_SETTINGS_SAVED

static final java.lang.String FILE_SETTINGS_SAVED
The settings xml file for a TBS --> never added to SVN

See Also:
Constant Field Values

IMAGES_DIR

static final java.lang.String IMAGES_DIR
The mp picture directory

See Also:
Constant Field Values

SOUNDS_DIR

static final java.lang.String SOUNDS_DIR
Sound location

See Also:
Constant Field Values

FLAGS_DIR

static final java.lang.String FLAGS_DIR
Flag icons location

See Also:
Constant Field Values

TBS_DIR

static final java.lang.String TBS_DIR
The tbs directory

See Also:
Constant Field Values

TBS_XSD

static final java.lang.String TBS_XSD
The XSD file

See Also:
Constant Field Values

MAIN_PAGE

static final java.lang.String MAIN_PAGE
The main project page

See Also:
Constant Field Values

EMPTY_CODE

static final int[] EMPTY_CODE
code with no value


ABORT_ME

static final int ABORT_ME
Comment for ABORT_ME

See Also:
Constant Field Values

VALUES_NAME

static final java.lang.String[] VALUES_NAME
Comment for definedValuesName


VALUES

static final int[] VALUES
Comment for definedValuesValue


MINIMAL_JRE

static final java.lang.String MINIMAL_JRE
Minimal version for MP

See Also:
Constant Field Values

VERSION

static final java.lang.String VERSION
current version of Magic-Project

See Also:
Constant Field Values

VERSION_NUMBER

static final int VERSION_NUMBER
The current build version number

See Also:
Constant Field Values

VERSION_NAME

static final java.lang.String VERSION_NAME
Version name

See Also:
Constant Field Values

FILE_LICENSE

static final java.lang.String FILE_LICENSE
The license file

See Also:
Constant Field Values

FILE_THEME_SETTINGS

static final java.lang.String FILE_THEME_SETTINGS
The theme settings file

See Also:
Constant Field Values

FILE_DATABASE_SAVED

static final java.lang.String FILE_DATABASE_SAVED
The database file

See Also:
Constant Field Values

FILE_DEBUG

static final java.lang.String FILE_DEBUG
The Log file

See Also:
Constant Field Values

TBS_DEFAULT

static final java.lang.String TBS_DEFAULT
The default TBS

See Also:
Constant Field Values


Copyright © 2003-2007 Magic-Project. All Rights Reserved.