edu.iastate.metnet.ui
Class Oasis

java.lang.Object
  extended by javax.swing.plaf.metal.MetalTheme
      extended by javax.swing.plaf.metal.DefaultMetalTheme
          extended by com.jgoodies.plaf.plastic.PlasticTheme
              extended by com.jgoodies.plaf.plastic.theme.SkyBluer
                  extended by com.jgoodies.plaf.plastic.theme.SkyBluerTahoma
                      extended by edu.iastate.metnet.ui.Oasis

public class Oasis
extends com.jgoodies.plaf.plastic.theme.SkyBluerTahoma

also can extends com.jgoodies.plaf.plastic.PlasticTheme

Author:
Jie Li

Field Summary
 
Fields inherited from class com.jgoodies.plaf.plastic.PlasticTheme
BLACK, BRIGHTEN_START, BRIGHTEN_STOP, controlFont, DARKEN_START, DARKEN_STOP, LT_BRIGHTEN_STOP, LT_DARKEN_STOP, smallFont, systemFont, titleFont, userFont, WHITE
 
Constructor Summary
Oasis()
           
 
Method Summary
protected  javax.swing.plaf.ColorUIResource getBlack()
           
 javax.swing.plaf.ColorUIResource getFocusColor()
           
 javax.swing.plaf.ColorUIResource getMenuItemSelectedBackground()
           
 javax.swing.plaf.ColorUIResource getMenuItemSelectedForeground()
           
 javax.swing.plaf.ColorUIResource getMenuSelectedBackground()
           
 java.lang.String getName()
          Returns the name of the theme.
protected  javax.swing.plaf.ColorUIResource getPrimary1()
          Returns the first primary color for this theme.
protected  javax.swing.plaf.ColorUIResource getPrimary2()
          Returns the second primary color for this theme.
protected  javax.swing.plaf.ColorUIResource getPrimary3()
          Returns the third primary color for this theme.
protected  javax.swing.plaf.ColorUIResource getSecondary1()
          Returns the first secondary color for this theme.
protected  javax.swing.plaf.ColorUIResource getSecondary2()
          Returns the second secondary color for this theme.
protected  javax.swing.plaf.ColorUIResource getSecondary3()
          Returns the third secondary color for this theme.
 javax.swing.plaf.ColorUIResource getTitleTextColor()
           
protected  javax.swing.plaf.ColorUIResource getWhite()
           
 
Methods inherited from class com.jgoodies.plaf.plastic.theme.SkyBluerTahoma
getFont0, getFont0, getSubTextFont, getSystemTextFont, getUserTextFont
 
Methods inherited from class com.jgoodies.plaf.plastic.theme.SkyBluer
addCustomEntriesToTable
 
Methods inherited from class com.jgoodies.plaf.plastic.PlasticTheme
getControlTextFont, getFont, getMenuForeground, getMenuItemBackground, getMenuTextFont, getSimpleInternalFrameBackground, getSimpleInternalFrameForeground, getSystemTextColor, getTitleTextFont, getToggleButtonCheckColor, getWindowTitleFont
 
Methods inherited from class javax.swing.plaf.metal.MetalTheme
getAcceleratorForeground, getAcceleratorSelectedForeground, getControl, getControlDarkShadow, getControlDisabled, getControlHighlight, getControlInfo, getControlShadow, getControlTextColor, getDesktopColor, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, getMenuBackground, getMenuDisabledForeground, getMenuSelectedForeground, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorBackground, getSeparatorForeground, getTextHighlightColor, getUserTextColor, getWindowBackground, getWindowTitleBackground, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Oasis

public Oasis()
Method Detail

getName

public java.lang.String getName()
Description copied from class: DefaultMetalTheme
Returns the name of the theme.

Overrides:
getName in class com.jgoodies.plaf.plastic.theme.SkyBluerTahoma
Returns:
"Steel".

getPrimary1

protected javax.swing.plaf.ColorUIResource getPrimary1()
Description copied from class: DefaultMetalTheme
Returns the first primary color for this theme.

Overrides:
getPrimary1 in class com.jgoodies.plaf.plastic.theme.SkyBluer
Returns:
The first primary color.

getPrimary2

protected javax.swing.plaf.ColorUIResource getPrimary2()
Description copied from class: DefaultMetalTheme
Returns the second primary color for this theme.

Overrides:
getPrimary2 in class com.jgoodies.plaf.plastic.theme.SkyBluer
Returns:
The second primary color.

getPrimary3

protected javax.swing.plaf.ColorUIResource getPrimary3()
Description copied from class: DefaultMetalTheme
Returns the third primary color for this theme.

Overrides:
getPrimary3 in class com.jgoodies.plaf.plastic.theme.SkyBluer
Returns:
The third primary color.

getSecondary1

protected javax.swing.plaf.ColorUIResource getSecondary1()
Description copied from class: DefaultMetalTheme
Returns the first secondary color for this theme.

Overrides:
getSecondary1 in class com.jgoodies.plaf.plastic.theme.SkyBluer
Returns:
The first secondary color.

getSecondary2

protected javax.swing.plaf.ColorUIResource getSecondary2()
Description copied from class: DefaultMetalTheme
Returns the second secondary color for this theme.

Overrides:
getSecondary2 in class com.jgoodies.plaf.plastic.theme.SkyBluer
Returns:
The second secondary color.

getSecondary3

protected javax.swing.plaf.ColorUIResource getSecondary3()
Description copied from class: DefaultMetalTheme
Returns the third secondary color for this theme.

Overrides:
getSecondary3 in class com.jgoodies.plaf.plastic.theme.SkyBluer
Returns:
The third secondary color.

getBlack

protected javax.swing.plaf.ColorUIResource getBlack()
Overrides:
getBlack in class com.jgoodies.plaf.plastic.PlasticTheme

getWhite

protected javax.swing.plaf.ColorUIResource getWhite()
Overrides:
getWhite in class com.jgoodies.plaf.plastic.PlasticTheme

getFocusColor

public javax.swing.plaf.ColorUIResource getFocusColor()
Overrides:
getFocusColor in class com.jgoodies.plaf.plastic.theme.SkyBluer

getTitleTextColor

public javax.swing.plaf.ColorUIResource getTitleTextColor()
Overrides:
getTitleTextColor in class com.jgoodies.plaf.plastic.PlasticTheme

getMenuItemSelectedForeground

public javax.swing.plaf.ColorUIResource getMenuItemSelectedForeground()
Overrides:
getMenuItemSelectedForeground in class com.jgoodies.plaf.plastic.theme.SkyBluer

getMenuItemSelectedBackground

public javax.swing.plaf.ColorUIResource getMenuItemSelectedBackground()
Overrides:
getMenuItemSelectedBackground in class com.jgoodies.plaf.plastic.theme.SkyBluer

getMenuSelectedBackground

public javax.swing.plaf.ColorUIResource getMenuSelectedBackground()
Overrides:
getMenuSelectedBackground in class com.jgoodies.plaf.plastic.theme.SkyBluer