Searched refs:FontActiveValue (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalLookAndFeel.java680 Object menuTextValue = new FontActiveValue(theme,
682 Object controlTextValue = new FontActiveValue(theme,
684 Object userTextValue = new FontActiveValue(theme,
686 Object windowTitleValue = new FontActiveValue(theme,
688 Object subTextValue = new FontActiveValue(theme,
690 Object systemTextValue = new FontActiveValue(theme,
2234 * FontActiveValue redirects to the appropriate metal theme method.
2236 private static class FontActiveValue implements UIDefaults.ActiveValue { class in class:MetalLookAndFeel
2240 FontActiveValue(MetalTheme theme, int type) { method in class:MetalLookAndFeel.FontActiveValue

Completed in 409 milliseconds