![]() |
|
Contents |
Public Member Functions | |
| MetalTheme () | |
| abstract String | getName () |
| Return the theme name. | |
| abstract FontUIResource | getWindowTitleFont () |
| Return window title font. | |
| abstract FontUIResource | getUserTextFont () |
| Return user text font. | |
| abstract FontUIResource | getSystemTextFont () |
| Return system text font. | |
| abstract FontUIResource | getSubTextFont () |
| Return sub text font. | |
| abstract FontUIResource | getMenuTextFont () |
| Return menu text font. | |
| abstract FontUIResource | getControlTextFont () |
| Return control text font. | |
| ColorUIResource | getWindowTitleInactiveForeground () |
| Return window title inactive foreground color. | |
| ColorUIResource | getWindowTitleInactiveBackground () |
| Return window title inactive background color. | |
| ColorUIResource | getWindowTitleForeground () |
| Return window title foreground color. | |
| ColorUIResource | getWindowTitleBackground () |
| Return window title background color. | |
| ColorUIResource | getWindowBackground () |
| Return window background color. | |
| ColorUIResource | getUserTextColor () |
| Return user text color. | |
| ColorUIResource | getTextHighlightColor () |
| Return user text color. | |
| ColorUIResource | getSystemTextColor () |
| Return system text color. | |
| ColorUIResource | getSeparatorForeground () |
| Return separator foreground color. | |
| ColorUIResource | getSeparatorBackground () |
| Return separator background color. | |
| ColorUIResource | getPrimaryControlShadow () |
| Return primary control shadow color. | |
| ColorUIResource | getPrimaryControlInfo () |
| Return primary control info color. | |
| ColorUIResource | getPrimaryControlHighlight () |
| Return primary control highlight color. | |
| ColorUIResource | getPrimaryControlDarkShadow () |
| Return primary control dark shadow color. | |
| ColorUIResource | getPrimaryControl () |
| Return primary control color. | |
| ColorUIResource | getMenuSelectedForeground () |
| Return menu selected foreground color. | |
| ColorUIResource | getMenuSelectedBackground () |
| Return menu selected background color. | |
| ColorUIResource | getMenuForeground () |
| Return menu foreground color. | |
| ColorUIResource | getMenuDisabledForeground () |
| Return menu disabled foreground color. | |
| ColorUIResource | getMenuBackground () |
| Return menu background color. | |
| ColorUIResource | getInactiveSystemTextColor () |
| Return inactive system text color. | |
| ColorUIResource | getInactiveControlTextColor () |
| Return inactive control text color. | |
| ColorUIResource | getHighlightedTextColor () |
| Return highlighted text color. | |
| ColorUIResource | getFocusColor () |
| Return focus color. | |
| ColorUIResource | getDesktopColor () |
| Return desktop color. | |
| ColorUIResource | getControlTextColor () |
| Return control text color. | |
| ColorUIResource | getControlShadow () |
| Return control shadow color. | |
| ColorUIResource | getControlInfo () |
| Return control info color. | |
| ColorUIResource | getControlHighlight () |
| Return control highlight color. | |
| ColorUIResource | getControlDisabled () |
| Return control disabled color. | |
| ColorUIResource | getControlDarkShadow () |
| Return control dark shadow color. | |
| ColorUIResource | getControl () |
| Return control color. | |
| ColorUIResource | getAcceleratorSelectedForeground () |
| Return selected accelerator color. | |
| ColorUIResource | getAcceleratorForeground () |
| Return accelerator foreground color. | |
| void | addCustomEntriesToTable (final UIDefaults uiDefs) |
| Add custom entries to the defaults table. | |
Protected Member Functions | |
| abstract ColorUIResource | getPrimary3 () |
| abstract ColorUIResource | getPrimary2 () |
| abstract ColorUIResource | getPrimary1 () |
| abstract ColorUIResource | getSecondary3 () |
| abstract ColorUIResource | getSecondary2 () |
| abstract ColorUIResource | getSecondary1 () |
| ColorUIResource | getWhite () |
| Return white color. | |
| ColorUIResource | getBlack () |
| Return black color. | |
Static Private Attributes | |
| static final ColorUIResource | blackColor = new ColorUIResource(0, 0, 0) |
| static final ColorUIResource | whiteColor = new ColorUIResource(255, 255, 255) |
| MetalTheme | ( | ) |
| abstract String getName | ( | ) | [pure virtual] |
| abstract FontUIResource getWindowTitleFont | ( | ) | [pure virtual] |
| abstract FontUIResource getUserTextFont | ( | ) | [pure virtual] |
| abstract FontUIResource getSystemTextFont | ( | ) | [pure virtual] |
| abstract FontUIResource getSubTextFont | ( | ) | [pure virtual] |
| abstract FontUIResource getMenuTextFont | ( | ) | [pure virtual] |
| abstract FontUIResource getControlTextFont | ( | ) | [pure virtual] |
| abstract ColorUIResource getPrimary3 | ( | ) | [protected, pure virtual] |
Implemented in DefaultMetalTheme, and OceanTheme.
| abstract ColorUIResource getPrimary2 | ( | ) | [protected, pure virtual] |
Implemented in DefaultMetalTheme, and OceanTheme.
| abstract ColorUIResource getPrimary1 | ( | ) | [protected, pure virtual] |
Implemented in DefaultMetalTheme, and OceanTheme.
| abstract ColorUIResource getSecondary3 | ( | ) | [protected, pure virtual] |
Implemented in DefaultMetalTheme, and OceanTheme.
| abstract ColorUIResource getSecondary2 | ( | ) | [protected, pure virtual] |
Implemented in DefaultMetalTheme, and OceanTheme.
| abstract ColorUIResource getSecondary1 | ( | ) | [protected, pure virtual] |
Implemented in DefaultMetalTheme, and OceanTheme.
| ColorUIResource getWindowTitleInactiveForeground | ( | ) |
| ColorUIResource getWindowTitleInactiveBackground | ( | ) |
| ColorUIResource getWindowTitleForeground | ( | ) |
| ColorUIResource getWindowTitleBackground | ( | ) |
| ColorUIResource getWindowBackground | ( | ) |
| ColorUIResource getWhite | ( | ) | [protected] |
| ColorUIResource getUserTextColor | ( | ) |
| ColorUIResource getTextHighlightColor | ( | ) |
| ColorUIResource getSystemTextColor | ( | ) |
| ColorUIResource getSeparatorForeground | ( | ) |
| ColorUIResource getSeparatorBackground | ( | ) |
| ColorUIResource getPrimaryControlShadow | ( | ) |
| ColorUIResource getPrimaryControlInfo | ( | ) |
| ColorUIResource getPrimaryControlHighlight | ( | ) |
| ColorUIResource getPrimaryControlDarkShadow | ( | ) |
| ColorUIResource getPrimaryControl | ( | ) |
| ColorUIResource getMenuSelectedForeground | ( | ) |
| ColorUIResource getMenuSelectedBackground | ( | ) |
| ColorUIResource getMenuForeground | ( | ) |
| ColorUIResource getMenuDisabledForeground | ( | ) |
| ColorUIResource getMenuBackground | ( | ) |
| ColorUIResource getInactiveSystemTextColor | ( | ) |
| ColorUIResource getInactiveControlTextColor | ( | ) |
| ColorUIResource getHighlightedTextColor | ( | ) |
| ColorUIResource getFocusColor | ( | ) |
| ColorUIResource getDesktopColor | ( | ) |
| ColorUIResource getControlTextColor | ( | ) |
| ColorUIResource getControlShadow | ( | ) |
| ColorUIResource getControlInfo | ( | ) |
| ColorUIResource getControlHighlight | ( | ) |
| ColorUIResource getControlDisabled | ( | ) |
| ColorUIResource getControlDarkShadow | ( | ) |
| ColorUIResource getControl | ( | ) |
| ColorUIResource getBlack | ( | ) | [protected] |
| ColorUIResource getAcceleratorSelectedForeground | ( | ) |
| ColorUIResource getAcceleratorForeground | ( | ) |
| void addCustomEntriesToTable | ( | final UIDefaults | uiDefs | ) |
final ColorUIResource blackColor = new ColorUIResource(0, 0, 0) [static, private] |
final ColorUIResource whiteColor = new ColorUIResource(255, 255, 255) [static, private] |