EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.style.echo.extras
Class ResourceImages

java.lang.Object
  extended by echopoint.style.echo.extras.ResourceImages

public final class ResourceImages
extends Object

A utility class used to cache resource images used in styles.

Version:
$Id: ResourceImages.java 255 2009-11-29 12:16:16Z sptrakesh $
Author:
Rakesh Vidyadharan 2009-05-27

Field Summary
static ImageReference BlueGrey
          The background image for selected items in drop-down menu and accordion pane.
static ImageReference BlueGreyHighlight
          The accordion pane tab rollover background image.
static ImageReference CalendarSelectBackground
          The calendar select background image.
static ImageReference CalendarSelectHeader
          The calendar select header background image.
static ImageReference CalendarSelectSelectedDate
          The calendar select selected date background image.
static ImageReference LightBlueLine
          The background image for drop-down menu components.
static ImageReference MenuBarBackground
          The menu bar pane background image.
static ImageReference MenuBarMenuBackground
          The menu bar pane menu background image.
static ImageReference MenuBarSelectionBackground
          The menu bar pane selection background image.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CalendarSelectBackground

public static final ImageReference CalendarSelectBackground
The calendar select background image.


CalendarSelectHeader

public static final ImageReference CalendarSelectHeader
The calendar select header background image.


CalendarSelectSelectedDate

public static final ImageReference CalendarSelectSelectedDate
The calendar select selected date background image.


MenuBarBackground

public static final ImageReference MenuBarBackground
The menu bar pane background image.


MenuBarMenuBackground

public static final ImageReference MenuBarMenuBackground
The menu bar pane menu background image.


MenuBarSelectionBackground

public static final ImageReference MenuBarSelectionBackground
The menu bar pane selection background image.


LightBlueLine

public static final ImageReference LightBlueLine
The background image for drop-down menu components.


BlueGrey

public static final ImageReference BlueGrey
The background image for selected items in drop-down menu and accordion pane.


BlueGreyHighlight

public static final ImageReference BlueGreyHighlight
The accordion pane tab rollover background image.


EchoPoint API - 3.0.0b5
App Webcontainer