Lines Matching defs:getCurrentTheme

171         return (getCurrentTheme() instanceof OceanTheme);
385 MetalTheme theme = getCurrentTheme();
679 MetalTheme theme = getCurrentTheme();
1561 * a cover method for {@code getCurrentTheme}.
1563 * @see #getCurrentTheme
1566 getCurrentTheme();
1572 * {@code getCurrentTheme().addCustomEntriesToTable(table)}.
1590 MetalTheme currentTheme = getCurrentTheme();
1625 * @see #getCurrentTheme
1645 public static MetalTheme getCurrentTheme() {
1733 * cover method for {@code getCurrentTheme().getControlTextColor()}.
1739 public static FontUIResource getControlTextFont() { return getCurrentTheme().getControlTextFont();}
1743 * cover method for {@code getCurrentTheme().getSystemTextFont()}.
1749 public static FontUIResource getSystemTextFont() { return getCurrentTheme().getSystemTextFont();}
1753 * cover method for {@code getCurrentTheme().getUserTextFont()}.
1759 public static FontUIResource getUserTextFont() { return getCurrentTheme().getUserTextFont();}
1763 * cover method for {@code getCurrentTheme().getMenuTextFont()}.
1769 public static FontUIResource getMenuTextFont() { return getCurrentTheme().getMenuTextFont();}
1773 * cover method for {@code getCurrentTheme().getWindowTitleFont()}.
1779 public static FontUIResource getWindowTitleFont() { return getCurrentTheme().getWindowTitleFont();}
1783 * cover method for {@code getCurrentTheme().getSubTextFont()}.
1789 public static FontUIResource getSubTextFont() { return getCurrentTheme().getSubTextFont();}
1793 * cover method for {@code getCurrentTheme().getDesktopColor()}.
1799 public static ColorUIResource getDesktopColor() { return getCurrentTheme().getDesktopColor(); }
1803 * cover method for {@code getCurrentTheme().getFocusColor()}.
1809 public static ColorUIResource getFocusColor() { return getCurrentTheme().getFocusColor(); }
1813 * cover method for {@code getCurrentTheme().getWhite()}.
1819 public static ColorUIResource getWhite() { return getCurrentTheme().getWhite(); }
1823 * cover method for {@code getCurrentTheme().getBlack()}.
1829 public static ColorUIResource getBlack() { return getCurrentTheme().getBlack(); }
1833 * cover method for {@code getCurrentTheme().getControl()}.
1839 public static ColorUIResource getControl() { return getCurrentTheme().getControl(); }
1843 * cover method for {@code getCurrentTheme().getControlShadow()}.
1849 public static ColorUIResource getControlShadow() { return getCurrentTheme().getControlShadow(); }
1853 * cover method for {@code getCurrentTheme().getControlDarkShadow()}.
1859 public static ColorUIResource getControlDarkShadow() { return getCurrentTheme().getControlDarkShadow(); }
1863 * cover method for {@code getCurrentTheme().getControlInfo()}.
1869 public static ColorUIResource getControlInfo() { return getCurrentTheme().getControlInfo(); }
1873 * cover method for {@code getCurrentTheme().getControlHighlight()}.
1879 public static ColorUIResource getControlHighlight() { return getCurrentTheme().getControlHighlight(); }
1883 * cover method for {@code getCurrentTheme().getControlDisabled()}.
1889 public static ColorUIResource getControlDisabled() { return getCurrentTheme().getControlDisabled(); }
1893 * cover method for {@code getCurrentTheme().getPrimaryControl()}.
1899 public static ColorUIResource getPrimaryControl() { return getCurrentTheme().getPrimaryControl(); }
1903 * cover method for {@code getCurrentTheme().getPrimaryControlShadow()}.
1909 public static ColorUIResource getPrimaryControlShadow() { return getCurrentTheme().getPrimaryControlShadow(); }
1914 * getCurrentTheme().getPrimaryControlDarkShadow()}.
1920 public static ColorUIResource getPrimaryControlDarkShadow() { return getCurrentTheme().getPrimaryControlDarkShadow(); }
1924 * cover method for {@code getCurrentTheme().getPrimaryControlInfo()}.
1930 public static ColorUIResource getPrimaryControlInfo() { return getCurrentTheme().getPrimaryControlInfo(); }
1935 * getCurrentTheme().getPrimaryControlHighlight()}.
1941 public static ColorUIResource getPrimaryControlHighlight() { return getCurrentTheme().getPrimaryControlHighlight(); }
1945 * cover method for {@code getCurrentTheme().getSystemTextColor()}.
1951 public static ColorUIResource getSystemTextColor() { return getCurrentTheme().getSystemTextColor(); }
1955 * cover method for {@code getCurrentTheme().getControlTextColor()}.
1961 public static ColorUIResource getControlTextColor() { return getCurrentTheme().getControlTextColor(); }
1966 * getCurrentTheme().getInactiveControlTextColor()}.
1972 public static ColorUIResource getInactiveControlTextColor() { return getCurrentTheme().getInactiveControlTextColor(); }
1977 * getCurrentTheme().getInactiveSystemTextColor()}.
1983 public static ColorUIResource getInactiveSystemTextColor() { return getCurrentTheme().getInactiveSystemTextColor(); }
1987 * cover method for {@code getCurrentTheme().getUserTextColor()}.
1993 public static ColorUIResource getUserTextColor() { return getCurrentTheme().getUserTextColor(); }
1997 * cover method for {@code getCurrentTheme().getTextHighlightColor()}.
2003 public static ColorUIResource getTextHighlightColor() { return getCurrentTheme().getTextHighlightColor(); }
2007 * cover method for {@code getCurrentTheme().getHighlightedTextColor()}.
2013 public static ColorUIResource getHighlightedTextColor() { return getCurrentTheme().getHighlightedTextColor(); }
2017 * cover method for {@code getCurrentTheme().getWindowBackground()}.
2023 public static ColorUIResource getWindowBackground() { return getCurrentTheme().getWindowBackground(); }
2028 * getCurrentTheme().getWindowTitleBackground()}.
2034 public static ColorUIResource getWindowTitleBackground() { return getCurrentTheme().getWindowTitleBackground(); }
2039 * getCurrentTheme().getWindowTitleForeground()}.
2045 public static ColorUIResource getWindowTitleForeground() { return getCurrentTheme().getWindowTitleForeground(); }
2050 * getCurrentTheme().getWindowTitleInactiveBackground()}.
2056 public static ColorUIResource getWindowTitleInactiveBackground() { return getCurrentTheme().getWindowTitleInactiveBackground(); }
2061 * getCurrentTheme().getWindowTitleInactiveForeground()}.
2067 public static ColorUIResource getWindowTitleInactiveForeground() { return getCurrentTheme().getWindowTitleInactiveForeground(); }
2071 * a cover method for {@code getCurrentTheme().getMenuBackground()}.
2077 public static ColorUIResource getMenuBackground() { return getCurrentTheme().getMenuBackground(); }
2081 * a cover method for {@code getCurrentTheme().getMenuForeground()}.
2087 public static ColorUIResource getMenuForeground() { return getCurrentTheme().getMenuForeground(); }
2092 * {@code getCurrentTheme().getMenuSelectedBackground()}.
2098 public static ColorUIResource getMenuSelectedBackground() { return getCurrentTheme().getMenuSelectedBackground(); }
2103 * {@code getCurrentTheme().getMenuSelectedForeground()}.
2109 public static ColorUIResource getMenuSelectedForeground() { return getCurrentTheme().getMenuSelectedForeground(); }
2114 * {@code getCurrentTheme().getMenuDisabledForeground()}.
2120 public static ColorUIResource getMenuDisabledForeground() { return getCurrentTheme().getMenuDisabledForeground(); }
2124 * a cover method for {@code getCurrentTheme().getSeparatorBackground()}.
2130 public static ColorUIResource getSeparatorBackground() { return getCurrentTheme().getSeparatorBackground(); }
2134 * a cover method for {@code getCurrentTheme().getSeparatorForeground()}.
2140 public static ColorUIResource getSeparatorForeground() { return getCurrentTheme().getSeparatorForeground(); }
2144 * a cover method for {@code getCurrentTheme().getAcceleratorForeground()}.
2150 public static ColorUIResource getAcceleratorForeground() { return getCurrentTheme().getAcceleratorForeground(); }
2155 * getCurrentTheme().getAcceleratorSelectedForeground()}.
2161 public static ColorUIResource getAcceleratorSelectedForeground() { return getCurrentTheme().getAcceleratorSelectedForeground(); }