org.bibalex.daf.commongui
Class Constants

java.lang.Object
  extended by org.bibalex.daf.commongui.Constants

public class Constants
extends java.lang.Object

Maintains Constants values used in the GUI drawing.

Author:
Fadi.Edward

Field Summary
static int HEIGHT
          The Window Height.
static int ONLINE_STORAGE_MEDIA_TYPE
          Defines the integer that indicates that this Media Type is an Online Storage and not a normal Archiving Media.
static java.lang.String VERSION
          Defines the version number.
static int WIDTH
          The Window Width.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIDTH

public static final int WIDTH
The Window Width.

See Also:
Constant Field Values

HEIGHT

public static final int HEIGHT
The Window Height.

See Also:
Constant Field Values

ONLINE_STORAGE_MEDIA_TYPE

public static final int ONLINE_STORAGE_MEDIA_TYPE
Defines the integer that indicates that this Media Type is an Online Storage and not a normal Archiving Media.

See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
Defines the version number.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()