org.tentackle.plaf.tmetal
Class TOceanLookAndFeel

java.lang.Object
  extended by javax.swing.LookAndFeel
      extended by javax.swing.plaf.basic.BasicLookAndFeel
          extended by javax.swing.plaf.metal.MetalLookAndFeel
              extended by org.tentackle.plaf.tmetal.TMetalLookAndFeel
                  extended by org.tentackle.plaf.tmetal.TOceanLookAndFeel
All Implemented Interfaces:
Serializable, TentackleLookAndFeel

public class TOceanLookAndFeel
extends TMetalLookAndFeel

Extended Tentackle Ocean Look And Feel.

Author:
harald
See Also:
Serialized Form

Constructor Summary
TOceanLookAndFeel()
          Creates a new instance of TOceanLookAndFeel
 
Method Summary
 String getDescription()
          Returns a short description of this look and feel.
 String getName()
          Returns the name of this look and feel.
static String getTOceanDescription()
           
static String getTOceanName()
           
 void initialize()
          Initializes the look and feel.
 
Methods inherited from class org.tentackle.plaf.tmetal.TMetalLookAndFeel
createDefaultTheme, getID, getTMetalDescription, getTMetalName, initClassDefaults, initComponentDefaults, isFocusAnimated, loadImageIcon, setCurrentTheme, setFocusAnimated, uninitialize
 
Methods inherited from class javax.swing.plaf.metal.MetalLookAndFeel
getAcceleratorForeground, getAcceleratorSelectedForeground, getBlack, getControl, getControlDarkShadow, getControlDisabled, getControlHighlight, getControlInfo, getControlShadow, getControlTextColor, getControlTextFont, getCurrentTheme, getDefaults, getDesktopColor, getDisabledIcon, getDisabledSelectedIcon, getFocusColor, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, getLayoutStyle, getMenuBackground, getMenuDisabledForeground, getMenuForeground, getMenuSelectedBackground, getMenuSelectedForeground, getMenuTextFont, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorBackground, getSeparatorForeground, getSubTextFont, getSupportsWindowDecorations, getSystemTextColor, getSystemTextFont, getTextHighlightColor, getUserTextColor, getUserTextFont, getWhite, getWindowBackground, getWindowTitleBackground, getWindowTitleFont, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground, initSystemColorDefaults, isNativeLookAndFeel, isSupportedLookAndFeel, provideErrorFeedback
 
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

TOceanLookAndFeel

public TOceanLookAndFeel()
Creates a new instance of TOceanLookAndFeel

Method Detail

getTOceanName

public static String getTOceanName()

getTOceanDescription

public static String getTOceanDescription()

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 TMetalLookAndFeel
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 TMetalLookAndFeel
Returns:
a short description for the look and feel

initialize

public void initialize()
Description copied from class: javax.swing.plaf.basic.BasicLookAndFeel
Initializes the look and feel. While this method is public, it should only be invoked by the UIManager when a look and feel is installed as the current look and feel. This method is invoked before the UIManager invokes getDefaults. This method is intended to perform any initialization for the look and feel. Subclasses should do any one-time setup they need here, rather than in a static initializer, because look and feel class objects may be loaded just to discover that isSupportedLookAndFeel() returns false.

Overrides:
initialize in class BasicLookAndFeel
See Also:
LookAndFeel.uninitialize(), UIManager.setLookAndFeel(javax.swing.LookAndFeel)


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