Sydney

Class Color

Object
   |
   +--Color

class Color

Defined in constants.js


Field Summary
 <final> string BORDER_HI
          The highlight color for 3D borders.
 <final> string BORDER_LO
          The shadow color for 3D borders.
 <final> string GREY
          
 <final> string ITEM_BG_HI
          The color to use for the background for highlighted items (an item could be a TreeNode or a TableRow, for example).
 <final> string ITEM_BG_INACTIVE
          The color to use for the background for highlighted items that do not have the focus (an item could be a TreeNode or a TableRow, for example).
 <final> string ITEM_BG_LO
          The color to use for the background for normal (non-highlighted) items (an item could be a TreeNode or a TableRow, * for example).
 <final> string ITEM_FG_HI
          The color to use for the text for highlighted items (an item could be a TreeNode or a TableRow, for example).
 <final> string ITEM_FG_INACTIVE
          The color to use for the text for highlighted items that do not have the focus (an item could be a TreeNode or a TableRow, for example).
 <final> string ITEM_FG_LO
          The color to use for the text for normal (non-highlighted) items (an item could be a TreeNode or a TableRow, * for example).
 <final> string MENU_BG_HI
          The color to use for the background of a highlighted menu-item.
 <final> string MENU_BG_LO
          The color to use for the background of a normal (non-highlighted) menu-item.
 <final> string MENU_FG_HI
          The color to use for the text in a highlighted menu-item.
 <final> string MENU_FG_LO
          The color to use for the text in a normal (non-highlighted) menu-item.
 
Constructor Summary
Color ()
           
 

Field Detail

BORDER_HI

<final> string BORDER_HI

BORDER_LO

<final> string BORDER_LO

GREY

<final> string GREY

ITEM_BG_HI

<final> string ITEM_BG_HI

ITEM_BG_INACTIVE

<final> string ITEM_BG_INACTIVE

ITEM_BG_LO

<final> string ITEM_BG_LO

ITEM_FG_HI

<final> string ITEM_FG_HI

ITEM_FG_INACTIVE

<final> string ITEM_FG_INACTIVE

ITEM_FG_LO

<final> string ITEM_FG_LO

MENU_BG_HI

<final> string MENU_BG_HI

MENU_BG_LO

<final> string MENU_BG_LO

MENU_FG_HI

<final> string MENU_FG_HI

MENU_FG_LO

<final> string MENU_FG_LO

Constructor Detail

Color

function Color()
Sydney

SourceForge.net Logo