< prev index next >

src/java.desktop/share/classes/javax/swing/plaf/metal/MetalLookAndFeel.java

Print this page

        

*** 293,383 **** * * <table class="striped"> * <caption>Metal's system color mapping</caption> * <thead> * <tr> ! * <th>Key ! * <th>Value * </thead> * <tbody> ! * <tr valign="top" style="text-align:left"> ! * <td>"desktop" * <td>{@code theme.getDesktopColor()} ! * <tr valign="top" style="text-align:left"> ! * <td>"activeCaption" * <td>{@code theme.getWindowTitleBackground()} ! * <tr valign="top" style="text-align:left"> ! * <td>"activeCaptionText" * <td>{@code theme.getWindowTitleForeground()} ! * <tr valign="top" style="text-align:left"> ! * <td>"activeCaptionBorder" * <td>{@code theme.getPrimaryControlShadow()} ! * <tr valign="top" style="text-align:left"> ! * <td>"inactiveCaption" * <td>{@code theme.getWindowTitleInactiveBackground()} ! * <tr valign="top" style="text-align:left"> ! * <td>"inactiveCaptionText" * <td>{@code theme.getWindowTitleInactiveForeground()} ! * <tr valign="top" style="text-align:left"> ! * <td>"inactiveCaptionBorder" * <td>{@code theme.getControlShadow()} ! * <tr valign="top" style="text-align:left"> ! * <td>"window" * <td>{@code theme.getWindowBackground()} ! * <tr valign="top" style="text-align:left"> ! * <td>"windowBorder" * <td>{@code theme.getControl()} ! * <tr valign="top" style="text-align:left"> ! * <td>"windowText" * <td>{@code theme.getUserTextColor()} ! * <tr valign="top" style="text-align:left"> ! * <td>"menu" * <td>{@code theme.getMenuBackground()} ! * <tr valign="top" style="text-align:left"> ! * <td>"menuText" * <td>{@code theme.getMenuForeground()} ! * <tr valign="top" style="text-align:left"> ! * <td>"text" * <td>{@code theme.getWindowBackground()} ! * <tr valign="top" style="text-align:left"> ! * <td>"textText" * <td>{@code theme.getUserTextColor()} ! * <tr valign="top" style="text-align:left"> ! * <td>"textHighlight" * <td>{@code theme.getTextHighlightColor()} ! * <tr valign="top" style="text-align:left"> ! * <td>"textHighlightText" * <td>{@code theme.getHighlightedTextColor()} ! * <tr valign="top" style="text-align:left"> ! * <td>"textInactiveText" * <td>{@code theme.getInactiveSystemTextColor()} ! * <tr valign="top" style="text-align:left"> ! * <td>"control" * <td>{@code theme.getControl()} ! * <tr valign="top" style="text-align:left"> ! * <td>"controlText" * <td>{@code theme.getControlTextColor()} ! * <tr valign="top" style="text-align:left"> ! * <td>"controlHighlight" * <td>{@code theme.getControlHighlight()} ! * <tr valign="top" style="text-align:left"> ! * <td>"controlLtHighlight" * <td>{@code theme.getControlHighlight()} ! * <tr valign="top" style="text-align:left"> ! * <td>"controlShadow" * <td>{@code theme.getControlShadow()} ! * <tr valign="top" style="text-align:left"> ! * <td>"controlDkShadow" * <td>{@code theme.getControlDarkShadow()} ! * <tr valign="top" style="text-align:left"> ! * <td>"scrollbar" * <td>{@code theme.getControl()} ! * <tr valign="top" style="text-align:left"> ! * <td>"info" * <td>{@code theme.getPrimaryControl()} ! * <tr valign="top" style="text-align:left"> ! * <td>"infoText" * <td>{@code theme.getPrimaryControlInfo()} * </tbody> * </table> * The value {@code theme} corresponds to the current {@code MetalTheme}. * --- 293,383 ---- * * <table class="striped"> * <caption>Metal's system color mapping</caption> * <thead> * <tr> ! * <th scope="col">Key ! * <th scope="col">Value * </thead> * <tbody> ! * <tr> ! * <th scope="row">"desktop" * <td>{@code theme.getDesktopColor()} ! * <tr> ! * <th scope="row">"activeCaption" * <td>{@code theme.getWindowTitleBackground()} ! * <tr> ! * <th scope="row">"activeCaptionText" * <td>{@code theme.getWindowTitleForeground()} ! * <tr> ! * <th scope="row">"activeCaptionBorder" * <td>{@code theme.getPrimaryControlShadow()} ! * <tr> ! * <th scope="row">"inactiveCaption" * <td>{@code theme.getWindowTitleInactiveBackground()} ! * <tr> ! * <th scope="row">"inactiveCaptionText" * <td>{@code theme.getWindowTitleInactiveForeground()} ! * <tr> ! * <th scope="row">"inactiveCaptionBorder" * <td>{@code theme.getControlShadow()} ! * <tr> ! * <th scope="row">"window" * <td>{@code theme.getWindowBackground()} ! * <tr> ! * <th scope="row">"windowBorder" * <td>{@code theme.getControl()} ! * <tr> ! * <th scope="row">"windowText" * <td>{@code theme.getUserTextColor()} ! * <tr> ! * <th scope="row">"menu" * <td>{@code theme.getMenuBackground()} ! * <tr> ! * <th scope="row">"menuText" * <td>{@code theme.getMenuForeground()} ! * <tr> ! * <th scope="row">"text" * <td>{@code theme.getWindowBackground()} ! * <tr> ! * <th scope="row">"textText" * <td>{@code theme.getUserTextColor()} ! * <tr> ! * <th scope="row">"textHighlight" * <td>{@code theme.getTextHighlightColor()} ! * <tr> ! * <th scope="row">"textHighlightText" * <td>{@code theme.getHighlightedTextColor()} ! * <tr> ! * <th scope="row">"textInactiveText" * <td>{@code theme.getInactiveSystemTextColor()} ! * <tr> ! * <th scope="row">"control" * <td>{@code theme.getControl()} ! * <tr> ! * <th scope="row">"controlText" * <td>{@code theme.getControlTextColor()} ! * <tr> ! * <th scope="row">"controlHighlight" * <td>{@code theme.getControlHighlight()} ! * <tr> ! * <th scope="row">"controlLtHighlight" * <td>{@code theme.getControlHighlight()} ! * <tr> ! * <th scope="row">"controlShadow" * <td>{@code theme.getControlShadow()} ! * <tr> ! * <th scope="row">"controlDkShadow" * <td>{@code theme.getControlDarkShadow()} ! * <tr> ! * <th scope="row">"scrollbar" * <td>{@code theme.getControl()} ! * <tr> ! * <th scope="row">"info" * <td>{@code theme.getPrimaryControl()} ! * <tr> ! * <th scope="row">"infoText" * <td>{@code theme.getPrimaryControlInfo()} * </tbody> * </table> * The value {@code theme} corresponds to the current {@code MetalTheme}. *
< prev index next >