com.jgoodies.skeleton.model
Class Resources

java.lang.Object
  extended by com.jgoodies.skeleton.model.Resources

public final class Resources
extends Object

This class consists of string ids used for the resource bundle lookup.

Version:
$Revision: 1.9 $
Author:
Karsten Lentzsch

Field Summary
static String DEFAULT_PROJECT_NAME_ID
           
static Icon DESCRIPTION_ICON
           
static String DESCRIPTION_ICON_ID
           
static String DESCRIPTION_NAME
           
static String DESCRIPTION_NAME_ID
           
static Icon FLANGE_ICON
           
static String FLANGE_ICON_ID
           
static String GRADIENT_ICON_ID
           
static String ITEM_ICON_ID
           
static String LOGO_ICON_ID
           
static Icon SEGMENT_ICON
           
static String SEGMENT_ICON_ID
           
static Icon SHAFT_ICON
           
static String SHAFT_ICON_ID
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTION_NAME_ID

public static final String DESCRIPTION_NAME_ID
See Also:
Constant Field Values

DESCRIPTION_ICON_ID

public static final String DESCRIPTION_ICON_ID
See Also:
Constant Field Values

SHAFT_ICON_ID

public static final String SHAFT_ICON_ID
See Also:
Constant Field Values

SEGMENT_ICON_ID

public static final String SEGMENT_ICON_ID
See Also:
Constant Field Values

FLANGE_ICON_ID

public static final String FLANGE_ICON_ID
See Also:
Constant Field Values

ITEM_ICON_ID

public static final String ITEM_ICON_ID
See Also:
Constant Field Values

LOGO_ICON_ID

public static final String LOGO_ICON_ID
See Also:
Constant Field Values

GRADIENT_ICON_ID

public static final String GRADIENT_ICON_ID
See Also:
Constant Field Values

DEFAULT_PROJECT_NAME_ID

public static final String DEFAULT_PROJECT_NAME_ID
See Also:
Constant Field Values

DESCRIPTION_NAME

public static final String DESCRIPTION_NAME

DESCRIPTION_ICON

public static final Icon DESCRIPTION_ICON

SHAFT_ICON

public static final Icon SHAFT_ICON

SEGMENT_ICON

public static final Icon SEGMENT_ICON

FLANGE_ICON

public static final Icon FLANGE_ICON


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