Luky Library - 4.1.1 (20061117-1148)

luky.util
Class Constants

java.lang.Object
  extended by luky.util.Constants

public class Constants
extends Object

This class is a data holder for the all the constants used by different classes of the luky package. It's purpose is to let the different packages communicate in a standarized way. Hence Constants. Revision Changes :

Version:
2.00
Author:
Chris Lukassen
 

Field Summary
static Color ALMOSTWHITE
           
static Color BLUE
           
static String DATA_ILLIGAL
           
static String DATA_INCOMPLETE
           
static String DATA_NOT_FOUND
           
static int EXCEPTION
           
static Color GREEN
           
static Color GREY
           
static String INTERNAL_ERROR
           
static Color LIGHTBLUE
           
static Color LIGHTCYAN
           
static Color LIGHTGREY
           
static Color LIGHTPURPLE
           
static Color LIGHTYELLOW
           
static int MARGINAL
           
static int NOK
           
static int OK
           
static Color ORANGE
           
static Color PORTALBGBLUE
           
static Color PORTALBGLIGHTBLUE
           
static Color PORTALDARKBLUE
           
static Color PORTALLIGHTBLUE
           
static Color PORTALLIGHTERBLUE
           
static Color RED
           
static int TIMEOUT
           
static int UNKNOWN
           
static Color WHITE
           
static Color YELLOW
           
 
Constructor Summary
Constants()
          default constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public static final int OK
See Also:
Constant Field Values

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values

MARGINAL

public static final int MARGINAL
See Also:
Constant Field Values

TIMEOUT

public static final int TIMEOUT
See Also:
Constant Field Values

NOK

public static final int NOK
See Also:
Constant Field Values

EXCEPTION

public static final int EXCEPTION
See Also:
Constant Field Values

GREEN

public static final Color GREEN

GREY

public static final Color GREY

YELLOW

public static final Color YELLOW

ORANGE

public static final Color ORANGE

RED

public static final Color RED

WHITE

public static final Color WHITE

ALMOSTWHITE

public static final Color ALMOSTWHITE

BLUE

public static final Color BLUE

LIGHTBLUE

public static final Color LIGHTBLUE

LIGHTCYAN

public static final Color LIGHTCYAN

LIGHTPURPLE

public static final Color LIGHTPURPLE

LIGHTYELLOW

public static final Color LIGHTYELLOW

LIGHTGREY

public static final Color LIGHTGREY

PORTALDARKBLUE

public static final Color PORTALDARKBLUE

PORTALLIGHTBLUE

public static final Color PORTALLIGHTBLUE

PORTALLIGHTERBLUE

public static final Color PORTALLIGHTERBLUE

PORTALBGBLUE

public static final Color PORTALBGBLUE

PORTALBGLIGHTBLUE

public static final Color PORTALBGLIGHTBLUE

DATA_ILLIGAL

public static final String DATA_ILLIGAL
See Also:
Constant Field Values

DATA_NOT_FOUND

public static final String DATA_NOT_FOUND
See Also:
Constant Field Values

DATA_INCOMPLETE

public static final String DATA_INCOMPLETE
See Also:
Constant Field Values

INTERNAL_ERROR

public static final String INTERNAL_ERROR
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()
default constructor


Luky Library - 4.1.1 (20061117-1148)