com.limegroup.gnutella.gui
Class LimeTheme

java.lang.Object
  extended byjavax.swing.plaf.metal.MetalTheme
      extended byjavax.swing.plaf.metal.DefaultMetalTheme
          extended bycom.limegroup.gnutella.gui.LimeTheme

public final class LimeTheme
extends javax.swing.plaf.metal.DefaultMetalTheme

This class defines the colors used in the application.


Constructor Summary
LimeTheme()
           
 
Method Summary
 javax.swing.plaf.ColorUIResource getControl()
           
 javax.swing.plaf.ColorUIResource getControlHighlight()
           
 javax.swing.plaf.ColorUIResource getControlInfo()
           
 javax.swing.plaf.ColorUIResource getControlTextColor()
           
 javax.swing.plaf.FontUIResource getControlTextFont()
           
 javax.swing.plaf.ColorUIResource getDesktopColor()
           
 javax.swing.plaf.ColorUIResource getMenuBackground()
           
 javax.swing.plaf.ColorUIResource getMenuForeground()
           
 javax.swing.plaf.ColorUIResource getMenuSelectedForeground()
           
 javax.swing.plaf.FontUIResource getMenuTextFont()
           
 java.lang.String getName()
           
protected  javax.swing.plaf.ColorUIResource getPrimary1()
           
protected  javax.swing.plaf.ColorUIResource getPrimary2()
           
protected  javax.swing.plaf.ColorUIResource getPrimary3()
           
protected  javax.swing.plaf.ColorUIResource getSecondary1()
           
protected  javax.swing.plaf.ColorUIResource getSecondary2()
           
protected  javax.swing.plaf.ColorUIResource getSecondary3()
           
 javax.swing.plaf.FontUIResource getSubTextFont()
           
 javax.swing.plaf.ColorUIResource getSystemTextColor()
           
 javax.swing.plaf.FontUIResource getSystemTextFont()
           
 javax.swing.plaf.ColorUIResource getUserTextColor()
           
 javax.swing.plaf.FontUIResource getUserTextFont()
           
 javax.swing.plaf.ColorUIResource getWindowBackground()
           
 javax.swing.plaf.FontUIResource getWindowTitleFont()
           
 javax.swing.plaf.ColorUIResource getWindowTitleInactiveForeground()
           
 
Methods inherited from class javax.swing.plaf.metal.MetalTheme
addCustomEntriesToTable, getAcceleratorForeground, getAcceleratorSelectedForeground, getBlack, getControlDarkShadow, getControlDisabled, getControlShadow, getFocusColor, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, getMenuDisabledForeground, getMenuSelectedBackground, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorBackground, getSeparatorForeground, getTextHighlightColor, getWhite, getWindowTitleBackground, getWindowTitleForeground, getWindowTitleInactiveBackground
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LimeTheme

public LimeTheme()
Method Detail

getName

public java.lang.String getName()

getPrimary1

protected javax.swing.plaf.ColorUIResource getPrimary1()

getPrimary2

protected javax.swing.plaf.ColorUIResource getPrimary2()

getPrimary3

protected javax.swing.plaf.ColorUIResource getPrimary3()

getSecondary1

protected javax.swing.plaf.ColorUIResource getSecondary1()

getSecondary2

protected javax.swing.plaf.ColorUIResource getSecondary2()

getSecondary3

protected javax.swing.plaf.ColorUIResource getSecondary3()

getSystemTextColor

public javax.swing.plaf.ColorUIResource getSystemTextColor()

getControl

public javax.swing.plaf.ColorUIResource getControl()

getControlHighlight

public javax.swing.plaf.ColorUIResource getControlHighlight()

getControlTextColor

public javax.swing.plaf.ColorUIResource getControlTextColor()

getControlInfo

public javax.swing.plaf.ColorUIResource getControlInfo()

getWindowBackground

public javax.swing.plaf.ColorUIResource getWindowBackground()

getWindowTitleInactiveForeground

public javax.swing.plaf.ColorUIResource getWindowTitleInactiveForeground()

getUserTextColor

public javax.swing.plaf.ColorUIResource getUserTextColor()

getMenuForeground

public javax.swing.plaf.ColorUIResource getMenuForeground()

getMenuSelectedForeground

public javax.swing.plaf.ColorUIResource getMenuSelectedForeground()

getDesktopColor

public javax.swing.plaf.ColorUIResource getDesktopColor()

getMenuBackground

public javax.swing.plaf.ColorUIResource getMenuBackground()

getControlTextFont

public javax.swing.plaf.FontUIResource getControlTextFont()

getSystemTextFont

public javax.swing.plaf.FontUIResource getSystemTextFont()

getUserTextFont

public javax.swing.plaf.FontUIResource getUserTextFont()

getMenuTextFont

public javax.swing.plaf.FontUIResource getMenuTextFont()

getWindowTitleFont

public javax.swing.plaf.FontUIResource getWindowTitleFont()

getSubTextFont

public javax.swing.plaf.FontUIResource getSubTextFont()