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

/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIControl.java33 public final class JRSUIControl { class
100 public JRSUIControl(final boolean flipped){ method in class:JRSUIControl
108 JRSUIControl(final JRSUIControl other) { method in class:JRSUIControl
334 if (!(obj instanceof JRSUIControl)) return false;
335 final JRSUIControl other = (JRSUIControl)obj;
344 final StringBuilder builder = new StringBuilder("JRSUIControl[inNative:");

Completed in 80 milliseconds