com.jgoodies.bookfinder.view
Class Resources

java.lang.Object
  extended by com.jgoodies.bookfinder.view.Resources

public final class Resources
extends Object

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

Version:
$Revision: 1.2 $
Author:
Karsten Lentzsch

Field Summary
static Color AMAZON_ORANGE
           
static String APPLICATION_ICON_ID
           
static String FILTER_ICON_ID
           
static String HELP_CONTENTS_ICON_ID
           
static String LOGO_HORIZONTAL_ID
           
static String LOGO_HORIZONTAL_SMALL_ID
           
static String LOGO_POWERED_BY_ID
           
static String LOGO_VERTICAL_SMALL_ID
           
static String SEPARATOR_ICON_ID
           
 
Constructor Summary
Resources()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGO_HORIZONTAL_ID

public static final String LOGO_HORIZONTAL_ID
See Also:
Constant Field Values

LOGO_HORIZONTAL_SMALL_ID

public static final String LOGO_HORIZONTAL_SMALL_ID
See Also:
Constant Field Values

LOGO_VERTICAL_SMALL_ID

public static final String LOGO_VERTICAL_SMALL_ID
See Also:
Constant Field Values

LOGO_POWERED_BY_ID

public static final String LOGO_POWERED_BY_ID
See Also:
Constant Field Values

SEPARATOR_ICON_ID

public static final String SEPARATOR_ICON_ID
See Also:
Constant Field Values

APPLICATION_ICON_ID

public static final String APPLICATION_ICON_ID
See Also:
Constant Field Values

HELP_CONTENTS_ICON_ID

public static final String HELP_CONTENTS_ICON_ID
See Also:
Constant Field Values

FILTER_ICON_ID

public static final String FILTER_ICON_ID
See Also:
Constant Field Values

AMAZON_ORANGE

public static final Color AMAZON_ORANGE
Constructor Detail

Resources

public Resources()


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