com.jgoodies.skeleton.domain
Class Constants

java.lang.Object
  extended by com.jgoodies.skeleton.domain.Constants

public final class Constants
extends Object

Consists only of static methods that return constant lists of choices used to fill models for comboboxes and list views.

Version:
$Revision: 1.7 $
Author:
Karsten Lentzsch

Field Summary
static String[] ICE_CLASS_ARRAY
          Holds an array of ice classes.
static List ICE_CLASS_LIST
          Holds an unmodifiable list of ice classes.
static String[] LOCATION_ARRAY
          Holds an array of locations.
static List LOCATION_LIST
          Holds an unmodifiable list of locations.
static String[] MATERIAL_ARRAY
          Holds an array of materials.
static List MATERIAL_LIST
          Holds an unmodifiable list of materials.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ICE_CLASS_ARRAY

public static final String[] ICE_CLASS_ARRAY
Holds an array of ice classes.

See Also:
ICE_CLASS_LIST

LOCATION_ARRAY

public static final String[] LOCATION_ARRAY
Holds an array of locations.

See Also:
LOCATION_LIST

MATERIAL_ARRAY

public static final String[] MATERIAL_ARRAY
Holds an array of materials.

See Also:
MATERIAL_LIST

ICE_CLASS_LIST

public static final List ICE_CLASS_LIST
Holds an unmodifiable list of ice classes.

See Also:
ICE_CLASS_ARRAY

LOCATION_LIST

public static final List LOCATION_LIST
Holds an unmodifiable list of locations.

See Also:
LOCATION_ARRAY

MATERIAL_LIST

public static final List MATERIAL_LIST
Holds an unmodifiable list of materials.

See Also:
MATERIAL_ARRAY


Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.