- java.lang.Object
-
- javax.swing.plaf.metal.MetalTheme
-
- javax.swing.plaf.metal.DefaultMetalTheme
-
- javax.swing.plaf.metal.OceanTheme
-
public class OceanTheme extends DefaultMetalTheme
The default theme for theMetalLookAndFeel
.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:
MetalLookAndFeel.setCurrentTheme(javax.swing.plaf.metal.MetalTheme)
-
-
Constructor Summary
Constructors Constructor and Description OceanTheme()
Creates an instance ofOceanTheme
-
Method Summary
Methods Modifier and Type Method and Description void
addCustomEntriesToTable(UIDefaults table)
Add this theme's custom entries to the defaults table.protected ColorUIResource
getBlack()
Returns the black color.ColorUIResource
getControlTextColor()
Returns the control text color.ColorUIResource
getDesktopColor()
Returns the desktop color.ColorUIResource
getInactiveControlTextColor()
Returns the inactive control text color.ColorUIResource
getMenuDisabledForeground()
Returns the menu disabled foreground color.String
getName()
Return the name of this theme, "Ocean".protected ColorUIResource
getPrimary1()
Returns the primary 1 color.protected ColorUIResource
getPrimary2()
Returns the primary 2 color.protected ColorUIResource
getPrimary3()
Returns the primary 3 color.protected ColorUIResource
getSecondary1()
Returns the secondary 1 color.protected ColorUIResource
getSecondary2()
Returns the secondary 2 color.protected ColorUIResource
getSecondary3()
Returns the secondary 3 color.-
Methods inherited from class javax.swing.plaf.metal.DefaultMetalTheme
getControlTextFont, getMenuTextFont, getSubTextFont, getSystemTextFont, getUserTextFont, getWindowTitleFont
-
Methods inherited from class javax.swing.plaf.metal.MetalTheme
getAcceleratorForeground, 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
-
-
-
-
Method Detail
-
addCustomEntriesToTable
public void addCustomEntriesToTable(UIDefaults table)
Add this theme's custom entries to the defaults table.- Overrides:
addCustomEntriesToTable
in classMetalTheme
- Parameters:
table
- the defaults table, non-null- Throws:
NullPointerException
- iftable
isnull
- See Also:
MetalLookAndFeel.getDefaults()
-
getName
public String getName()
Return the name of this theme, "Ocean".- Overrides:
getName
in classDefaultMetalTheme
- Returns:
- "Ocean"
-
getPrimary1
protected ColorUIResource getPrimary1()
Returns the primary 1 color. This returns a color with an rgb hex value of0x6382BF
.- Overrides:
getPrimary1
in classDefaultMetalTheme
- Returns:
- the primary 1 color
- See Also:
Color.decode(java.lang.String)
-
getPrimary2
protected ColorUIResource getPrimary2()
Returns the primary 2 color. This returns a color with an rgb hex value of0xA3B8CC
.- Overrides:
getPrimary2
in classDefaultMetalTheme
- Returns:
- the primary 2 color
- See Also:
Color.decode(java.lang.String)
-
getPrimary3
protected ColorUIResource getPrimary3()
Returns the primary 3 color. This returns a color with an rgb hex value of0xB8CFE5
.- Overrides:
getPrimary3
in classDefaultMetalTheme
- Returns:
- the primary 3 color
- See Also:
Color.decode(java.lang.String)
-
getSecondary1
protected ColorUIResource getSecondary1()
Returns the secondary 1 color. This returns a color with an rgb hex value of0x7A8A99
.- Overrides:
getSecondary1
in classDefaultMetalTheme
- Returns:
- the secondary 1 color
- See Also:
Color.decode(java.lang.String)
-
getSecondary2
protected ColorUIResource getSecondary2()
Returns the secondary 2 color. This returns a color with an rgb hex value of0xB8CFE5
.- Overrides:
getSecondary2
in classDefaultMetalTheme
- Returns:
- the secondary 2 color
- See Also:
Color.decode(java.lang.String)
-
getSecondary3
protected ColorUIResource getSecondary3()
Returns the secondary 3 color. This returns a color with an rgb hex value of0xEEEEEE
.- Overrides:
getSecondary3
in classDefaultMetalTheme
- Returns:
- the secondary 3 color
- See Also:
Color.decode(java.lang.String)
-
getBlack
protected ColorUIResource getBlack()
Returns the black color. This returns a color with an rgb hex value of0x333333
.- Overrides:
getBlack
in classMetalTheme
- Returns:
- the black color
- See Also:
Color.decode(java.lang.String)
-
getDesktopColor
public ColorUIResource getDesktopColor()
Returns the desktop color. This returns a color with an rgb hex value of0xFFFFFF
.- Overrides:
getDesktopColor
in classMetalTheme
- Returns:
- the desktop color
- See Also:
Color.decode(java.lang.String)
-
getInactiveControlTextColor
public ColorUIResource getInactiveControlTextColor()
Returns the inactive control text color. This returns a color with an rgb hex value of0x999999
.- Overrides:
getInactiveControlTextColor
in classMetalTheme
- Returns:
- the inactive control text color
-
getControlTextColor
public ColorUIResource getControlTextColor()
Returns the control text color. This returns a color with an rgb hex value of0x333333
.- Overrides:
getControlTextColor
in classMetalTheme
- Returns:
- the control text color
-
getMenuDisabledForeground
public ColorUIResource getMenuDisabledForeground()
Returns the menu disabled foreground color. This returns a color with an rgb hex value of0x999999
.- Overrides:
getMenuDisabledForeground
in classMetalTheme
- Returns:
- the menu disabled foreground color
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/swing/plaf/metal/oceantheme.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.