org.tentackle.plaf.tmetal
Class TOceanLookAndFeel
java.lang.Object
javax.swing.LookAndFeel
javax.swing.plaf.basic.BasicLookAndFeel
javax.swing.plaf.metal.MetalLookAndFeel
org.tentackle.plaf.tmetal.TMetalLookAndFeel
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
| 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.LookAndFeel |
getDesktopPropertyValue, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, toString, uninstallBorder |
TOceanLookAndFeel
public TOceanLookAndFeel()
- Creates a new instance of TOceanLookAndFeel
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