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

/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java521 public static class ShowArrows extends Property { class in class:JRSUIConstants
527 ShowArrows(final byte value) { method in class:JRSUIConstants.ShowArrows
532 public static final ShowArrows NO = new ShowArrows(_no);
534 public static final ShowArrows YES = new ShowArrows(_yes);
538 private static final byte SHIFT = ShowArrows.SHIFT + ShowArrows.SIZE;

Completed in 417 milliseconds