gov.nih.nci.cagrid.common.portal
Class PortalLookAndFeel

java.lang.Object
  extended by gov.nih.nci.cagrid.common.portal.PortalLookAndFeel
Direct Known Subclasses:
IntroduceLookAndFeel

public class PortalLookAndFeel
extends java.lang.Object


Constructor Summary
PortalLookAndFeel()
           
 
Method Summary
static javax.swing.ImageIcon getAddIcon()
           
static javax.swing.ImageIcon getCloseIcon()
           
static java.awt.Color getDarkBlue()
           
static java.awt.Color getDarkGray()
           
static javax.swing.ImageIcon getEditIcon()
           
static javax.swing.ImageIcon getImportIcon()
           
static javax.swing.ImageIcon getInformIcon()
           
static java.awt.Color getLightBlue()
           
static java.awt.Color getLightGray()
           
static java.awt.Color getPanelLabelColor()
           
static javax.swing.ImageIcon getQueryIcon()
           
static javax.swing.ImageIcon getRemoveIcon()
           
static javax.swing.ImageIcon getSaveIcon()
           
static javax.swing.ImageIcon getSelectIcon()
           
static java.awt.Color getTableRowColor()
           
static java.awt.Color getTableSelectColor()
           
static java.awt.Color getTableSelectTextColor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalLookAndFeel

public PortalLookAndFeel()
Method Detail

getPanelLabelColor

public static final java.awt.Color getPanelLabelColor()

getTableSelectTextColor

public static final java.awt.Color getTableSelectTextColor()

getTableRowColor

public static final java.awt.Color getTableRowColor()

getLightGray

public static final java.awt.Color getLightGray()

getDarkGray

public static final java.awt.Color getDarkGray()

getLightBlue

public static final java.awt.Color getLightBlue()

getDarkBlue

public static final java.awt.Color getDarkBlue()

getTableSelectColor

public static final java.awt.Color getTableSelectColor()

getCloseIcon

public static final javax.swing.ImageIcon getCloseIcon()

getSelectIcon

public static final javax.swing.ImageIcon getSelectIcon()

getEditIcon

public static final javax.swing.ImageIcon getEditIcon()

getInformIcon

public static final javax.swing.ImageIcon getInformIcon()

getAddIcon

public static final javax.swing.ImageIcon getAddIcon()

getRemoveIcon

public static final javax.swing.ImageIcon getRemoveIcon()

getQueryIcon

public static final javax.swing.ImageIcon getQueryIcon()

getSaveIcon

public static final javax.swing.ImageIcon getSaveIcon()

getImportIcon

public static final javax.swing.ImageIcon getImportIcon()