Searched defs:XPColorValue (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsLookAndFeel.java528 Object TextBackground = new XPColorValue(Part.EP_EDIT, null, Prop.FILLCOLOR,
534 //Object ReadOnlyTextBackground = new XPColorValue(Part.EP_EDITTEXT, State.READONLY, Prop.FILLCOLOR,
536 //Object DisabledTextBackground = new XPColorValue(Part.EP_EDITTEXT, State.DISABLED, Prop.FILLCOLOR,
690 new XPColorValue(Part.CP_COMBOBOX, State.DISABLED,
693 new XPColorValue(Part.CP_COMBOBOX, State.DISABLED,
758 "FileChooser.listViewBackground", new XPColorValue(Part.LVP_LISTVIEW, null, Prop.FILLCOLOR,
1435 new XPColorValue(Part.BP_GROUPBOX, null, Prop.TEXTCOLOR,
2413 private static class XPColorValue extends XPValue { class in class:WindowsLookAndFeel
2414 XPColorValue(Part part, State state, Prop prop, Object classicValue) { method in class:WindowsLookAndFeel.XPColorValue

Completed in 36 milliseconds