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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsLookAndFeel.java2345 protected Object classicValue, xpValue; field in class:WindowsLookAndFeel.XPValue
2350 XPValue(Object xpValue, Object classicValue) { argument
2351 this.xpValue = xpValue;
2371 return recursiveCreateValue(xpValue, table);
2393 XPBorderValue(Part xpValue, Object classicValue) { argument
2394 this(xpValue, classicValue, null);
2397 XPBorderValue(Part xpValue, Object classicValue, Border extraMargin) { argument
2398 super(xpValue, classicValue);
2403 Border xpBorder = XPStyle.getXP().getBorder(null, (Part)xpValue);
[all...]

Completed in 320 milliseconds