org.tentackle.plaf.tlooks
Class TLooksBlueLookAndFeel

java.lang.Object
  extended by javax.swing.LookAndFeel
      extended by javax.swing.plaf.basic.BasicLookAndFeel
          extended by javax.swing.plaf.metal.MetalLookAndFeel
              extended by com.jgoodies.looks.plastic.PlasticLookAndFeel
                  extended by com.jgoodies.looks.plastic.Plastic3DLookAndFeel
                      extended by org.tentackle.plaf.tlooks.TLooksLookAndFeel
                          extended by org.tentackle.plaf.tlooks.TLooksBlueLookAndFeel
All Implemented Interfaces:
Serializable, TentackleLookAndFeel

public class TLooksBlueLookAndFeel
extends TLooksLookAndFeel

Cross platform TLooks with a pleasent blue color theme.

Author:
harald
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jgoodies.looks.plastic.PlasticLookAndFeel
BORDER_STYLE_KEY, DEFAULT_THEME_KEY, HIGH_CONTRAST_FOCUS_ENABLED_KEY, IS_3D_KEY, TAB_STYLE_DEFAULT_VALUE, TAB_STYLE_KEY, TAB_STYLE_METAL_VALUE
 
Constructor Summary
TLooksBlueLookAndFeel()
          Creates a new instance of TLooksBlueLookAndFeel
 
Method Summary
protected  void createDefaultTheme()
          Ensures the current MetalTheme is non-null.
 String getDescription()
          Returns a short description of this look and feel.
 String getName()
          Returns the name of this look and feel.
static String getTLooksBlueDescription()
           
static String getTLooksBlueName()
           
 
Methods inherited from class org.tentackle.plaf.tlooks.TLooksLookAndFeel
configureTLooksLookAndFeel, getID, getTLooksDescription, getTLooksName, initClassDefaults, initComponentDefaults, isFocusAnimated, loadImageIcon, loadLooksIcon, setFocusAnimated
 
Methods inherited from class com.jgoodies.looks.plastic.Plastic3DLookAndFeel
installDefaultThemes, is3DEnabled
 
Methods inherited from class com.jgoodies.looks.plastic.PlasticLookAndFeel
createMyDefaultTheme, createTheme, getControl, getControlDarkShadow, getControlHighlight, getDisabledIcon, getFocusColor, getFontPolicy, getHighContrastFocusColorsEnabled, getInstalledThemes, getInternalFrameBorder, getMenuItemBackground, getMenuItemSelectedBackground, getMenuItemSelectedForeground, getMicroLayoutPolicy, getPaletteBorder, getPlasticTheme, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSimpleInternalFrameBackground, getSimpleInternalFrameForeground, getTabStyle, getTitleTextColor, getTitleTextFont, getWindowTitleBackground, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground, initialize, initSystemColorDefaults, installTheme, isSelectTextOnKeyboardFocusGained, set3DEnabled, setFontPolicy, setHighContrastFocusColorsEnabled, setMicroLayoutPolicy, setPlasticTheme, setSelectTextOnKeyboardFocusGained, setTabStyle, uninitialize
 
Methods inherited from class javax.swing.plaf.metal.MetalLookAndFeel
getAcceleratorForeground, getAcceleratorSelectedForeground, getBlack, getControlDisabled, getControlInfo, getControlShadow, getControlTextColor, getControlTextFont, getCurrentTheme, getDefaults, getDesktopColor, getDisabledSelectedIcon, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, getLayoutStyle, getMenuBackground, getMenuDisabledForeground, getMenuForeground, getMenuSelectedBackground, getMenuSelectedForeground, getMenuTextFont, getSeparatorBackground, getSeparatorForeground, getSubTextFont, getSupportsWindowDecorations, getSystemTextColor, getSystemTextFont, getTextHighlightColor, getUserTextColor, getUserTextFont, getWhite, getWindowBackground, getWindowTitleFont, isNativeLookAndFeel, isSupportedLookAndFeel, provideErrorFeedback, setCurrentTheme
 
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel
createAudioAction, getAudioActionMap, loadSystemColors, playSound
 
Methods inherited from class javax.swing.LookAndFeel
getDesktopPropertyValue, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, toString, uninstallBorder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TLooksBlueLookAndFeel

public TLooksBlueLookAndFeel()
Creates a new instance of TLooksBlueLookAndFeel

Method Detail

createDefaultTheme

protected void createDefaultTheme()
Description copied from class: javax.swing.plaf.metal.MetalLookAndFeel
Ensures the current MetalTheme is non-null. This is a cover method for getCurrentTheme.

Overrides:
createDefaultTheme in class MetalLookAndFeel
See Also:
MetalLookAndFeel.getCurrentTheme()

getTLooksBlueName

public static String getTLooksBlueName()

getTLooksBlueDescription

public static String getTLooksBlueDescription()

getName

public String getName()
Description copied from class: javax.swing.plaf.metal.MetalLookAndFeel
Returns the name of this look and feel. This returns "Metal".

Overrides:
getName in class TLooksLookAndFeel
Returns:
the name of this look and feel

getDescription

public String getDescription()
Description copied from class: javax.swing.plaf.metal.MetalLookAndFeel
Returns a short description of this look and feel. This returns "The Java(tm) Look and Feel".

Overrides:
getDescription in class TLooksLookAndFeel
Returns:
a short description for the look and feel


Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de