java.lang.Object
javax.swing.plaf.metal.MetalTheme
javax.swing.plaf.metal.DefaultMetalTheme
javax.swing.plaf.metal.OceanTheme
The default theme for the 
MetalLookAndFeel.
 The designers of the Metal Look and Feel strive to keep the default look up to date, possibly through the use of new themes in the future. Therefore, developers should only use this class directly when they wish to customize the "Ocean" look, or force it to be the current theme, regardless of future updates.
 All colors returned by OceanTheme are completely
 opaque.
- Since:
- 1.5
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdd this theme's custom entries to the defaults table.protected ColorUIResourcegetBlack()Returns the black color.Returns the control text color.Returns the desktop color.Returns the inactive control text color.Returns the menu disabled foreground color.getName()Return the name of this theme, "Ocean".protected ColorUIResourceReturns the primary 1 color.protected ColorUIResourceReturns the primary 2 color.protected ColorUIResourceReturns the primary 3 color.protected ColorUIResourceReturns the secondary 1 color.protected ColorUIResourceReturns the secondary 2 color.protected ColorUIResourceReturns the secondary 3 color.Methods declared in class javax.swing.plaf.metal.DefaultMetalThemegetControlTextFont, getMenuTextFont, getSubTextFont, getSystemTextFont, getUserTextFont, getWindowTitleFontMethods declared in class javax.swing.plaf.metal.MetalThemegetAcceleratorForeground, getAcceleratorSelectedForeground, getControl, getControlDarkShadow, getControlDisabled, getControlHighlight, getControlInfo, getControlShadow, getFocusColor, getHighlightedTextColor, getInactiveSystemTextColor, getMenuBackground, getMenuForeground, getMenuSelectedBackground, getMenuSelectedForeground, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorBackground, getSeparatorForeground, getSystemTextColor, getTextHighlightColor, getUserTextColor, getWhite, getWindowBackground, getWindowTitleBackground, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground
- 
Constructor Details- 
OceanThemepublic OceanTheme()Creates an instance ofOceanTheme
 
- 
- 
Method Details- 
addCustomEntriesToTableAdd this theme's custom entries to the defaults table.- Overrides:
- addCustomEntriesToTablein class- MetalTheme
- Parameters:
- table- the defaults table, non-null
- Throws:
- NullPointerException- if- tableis- null
- See Also:
 
- 
getNameReturn the name of this theme, "Ocean".- Overrides:
- getNamein class- DefaultMetalTheme
- Returns:
- "Ocean"
 
- 
getPrimary1Returns the primary 1 color. This returns a color with an rgb hex value of0x6382BF.- Overrides:
- getPrimary1in class- DefaultMetalTheme
- Returns:
- the primary 1 color
- See Also:
 
- 
getPrimary2Returns the primary 2 color. This returns a color with an rgb hex value of0xA3B8CC.- Overrides:
- getPrimary2in class- DefaultMetalTheme
- Returns:
- the primary 2 color
- See Also:
 
- 
getPrimary3Returns the primary 3 color. This returns a color with an rgb hex value of0xB8CFE5.- Overrides:
- getPrimary3in class- DefaultMetalTheme
- Returns:
- the primary 3 color
- See Also:
 
- 
getSecondary1Returns the secondary 1 color. This returns a color with an rgb hex value of0x7A8A99.- Overrides:
- getSecondary1in class- DefaultMetalTheme
- Returns:
- the secondary 1 color
- See Also:
 
- 
getSecondary2Returns the secondary 2 color. This returns a color with an rgb hex value of0xB8CFE5.- Overrides:
- getSecondary2in class- DefaultMetalTheme
- Returns:
- the secondary 2 color
- See Also:
 
- 
getSecondary3Returns the secondary 3 color. This returns a color with an rgb hex value of0xEEEEEE.- Overrides:
- getSecondary3in class- DefaultMetalTheme
- Returns:
- the secondary 3 color
- See Also:
 
- 
getBlackReturns the black color. This returns a color with an rgb hex value of0x333333.- Overrides:
- getBlackin class- MetalTheme
- Returns:
- the black color
- See Also:
 
- 
getDesktopColorReturns the desktop color. This returns a color with an rgb hex value of0xFFFFFF.- Overrides:
- getDesktopColorin class- MetalTheme
- Returns:
- the desktop color
- See Also:
 
- 
getInactiveControlTextColorReturns the inactive control text color. This returns a color with an rgb hex value of0x999999.- Overrides:
- getInactiveControlTextColorin class- MetalTheme
- Returns:
- the inactive control text color
 
- 
getControlTextColorReturns the control text color. This returns a color with an rgb hex value of0x333333.- Overrides:
- getControlTextColorin class- MetalTheme
- Returns:
- the control text color
 
- 
getMenuDisabledForegroundReturns the menu disabled foreground color. This returns a color with an rgb hex value of0x999999.- Overrides:
- getMenuDisabledForegroundin class- MetalTheme
- Returns:
- the menu disabled foreground color
 
 
-