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

/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java758 public static class Hit { class in class:JRSUIConstants
760 public static final Hit UNKNOWN = new Hit(_unknown);
762 public static final Hit NONE = new Hit(_none);
764 public static final Hit HIT = new Hit(_hit);
767 Hit(final int hit) { this.hit = hit; } method in class:JRSUIConstants.Hit
778 public static class ScrollBarHit extends Hit {
799 static Hit getHi
[all...]

Completed in 39 milliseconds