EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.style.echo
Class ResourceImages

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

public final class ResourceImages
extends Object

A utility class that maintains a cache of common image resources used to style commonly used components.

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

Field Summary
static ImageReference BorderBottom
          The bottom border image for window pane.
static ImageReference BorderBottomLeft
          The bottom left border image for window pane.
static ImageReference BorderBottomRight
          The bottom right border image for window pane.
static ImageReference BorderLeft
          The left border image for window pane.
static ImageReference BorderRight
          The right border image for window pane.
static ImageReference BorderTop
          The top border image for window pane.
static ImageReference BorderTopLeft
          The top left border image for window pane.
static ImageReference BorderTopRight
          The top right border image for window pane.
static ImageReference GradientBlue
          The tab rollover background image.
static ImageReference Header
          The background image for the title bar of window pane.
static ImageReference InputFieldBackground
          The image used as background for input fields.
static ImageReference InputFieldBackgroundHightlight
          The image used as background for highlighted input fields.
static ImageReference InputFieldBackgroundPressed
          The image used as pressed background for buttons.
static ImageReference LightedSilver
          The tab inactive background image.
static ImageReference TabCloseIcon
          The tab close icon image.
static ImageReference TabCloseRolloverIcon
          The tab close rollover icon image.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

InputFieldBackground

public static final ImageReference InputFieldBackground
The image used as background for input fields.


InputFieldBackgroundPressed

public static final ImageReference InputFieldBackgroundPressed
The image used as pressed background for buttons.


InputFieldBackgroundHightlight

public static final ImageReference InputFieldBackgroundHightlight
The image used as background for highlighted input fields.


Header

public static final ImageReference Header
The background image for the title bar of window pane.


BorderTopLeft

public static final ImageReference BorderTopLeft
The top left border image for window pane.


BorderTop

public static final ImageReference BorderTop
The top border image for window pane.


BorderTopRight

public static final ImageReference BorderTopRight
The top right border image for window pane.


BorderLeft

public static final ImageReference BorderLeft
The left border image for window pane.


BorderRight

public static final ImageReference BorderRight
The right border image for window pane.


BorderBottomLeft

public static final ImageReference BorderBottomLeft
The bottom left border image for window pane.


BorderBottom

public static final ImageReference BorderBottom
The bottom border image for window pane.


BorderBottomRight

public static final ImageReference BorderBottomRight
The bottom right border image for window pane.


TabCloseIcon

public static final ImageReference TabCloseIcon
The tab close icon image.


TabCloseRolloverIcon

public static final ImageReference TabCloseRolloverIcon
The tab close rollover icon image.


GradientBlue

public static final ImageReference GradientBlue
The tab rollover background image.


LightedSilver

public static final ImageReference LightedSilver
The tab inactive background image.


EchoPoint API - 3.0.0b5
App Webcontainer