org.cagrid.grape
Class LookAndFeel

java.lang.Object
  extended by org.cagrid.grape.LookAndFeel
Direct Known Subclasses:
GAARDSLookAndFeel, GridGrouperLookAndFeel

public class LookAndFeel
extends java.lang.Object


Constructor Summary
LookAndFeel()
           
 
Method Summary
static javax.swing.ImageIcon getAboutIcon()
           
static javax.swing.ImageIcon getAddIcon()
           
static javax.swing.ImageIcon getApplicationLogo()
           
static javax.swing.ImageIcon getCascadeIcon()
           
static javax.swing.ImageIcon getCloseIcon()
           
static javax.swing.ImageIcon getConfigurationGroupIcon()
           
static javax.swing.ImageIcon getConfigurationPropertyIcon()
           
static java.awt.Color getDarkBlue()
           
static java.awt.Color getDarkGray()
           
static javax.swing.ImageIcon getDownIcon()
           
static javax.swing.ImageIcon getImportIcon()
           
static java.awt.Color getLightBlue()
           
static java.awt.Color getLightGray()
           
static javax.swing.ImageIcon getLogoNoText()
           
static javax.swing.ImageIcon getLogoNoText22x22()
           
static java.awt.Color getPanelLabelColor()
           
static javax.swing.ImageIcon getPreferencesIcon()
           
static javax.swing.ImageIcon getPreferencesTreeIcon()
           
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()
           
static javax.swing.ImageIcon getTileIcon()
           
static javax.swing.ImageIcon getUpIcon()
           
static void setApplicationLogo(java.lang.String resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookAndFeel

public LookAndFeel()
Method Detail

getQueryIcon

public static final javax.swing.ImageIcon getQueryIcon()

setApplicationLogo

public static final void setApplicationLogo(java.lang.String resource)

getApplicationLogo

public static final javax.swing.ImageIcon getApplicationLogo()

getPreferencesIcon

public static final javax.swing.ImageIcon getPreferencesIcon()

getPreferencesTreeIcon

public static final javax.swing.ImageIcon getPreferencesTreeIcon()

getConfigurationGroupIcon

public static final javax.swing.ImageIcon getConfigurationGroupIcon()

getConfigurationPropertyIcon

public static final javax.swing.ImageIcon getConfigurationPropertyIcon()

getSelectIcon

public static final javax.swing.ImageIcon getSelectIcon()

getCascadeIcon

public static final javax.swing.ImageIcon getCascadeIcon()

getTileIcon

public static final javax.swing.ImageIcon getTileIcon()

getCloseIcon

public static final javax.swing.ImageIcon getCloseIcon()

getImportIcon

public static final javax.swing.ImageIcon getImportIcon()

getAboutIcon

public static final javax.swing.ImageIcon getAboutIcon()

getSaveIcon

public static final javax.swing.ImageIcon getSaveIcon()

getAddIcon

public static final javax.swing.ImageIcon getAddIcon()

getRemoveIcon

public static final javax.swing.ImageIcon getRemoveIcon()

getUpIcon

public static final javax.swing.ImageIcon getUpIcon()

getDownIcon

public static final javax.swing.ImageIcon getDownIcon()

getLogoNoText

public static final javax.swing.ImageIcon getLogoNoText()

getLogoNoText22x22

public static final javax.swing.ImageIcon getLogoNoText22x22()

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()