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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DState.java41 * <li>Focused</li>
79 static final State Focused = new StandardState(SynthConstants.FOCUSED); field in class:State
196 buffer.append("Focused");
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java361 public static class Focused extends Property { class in class:JRSUIConstants
367 Focused(final byte value) { method in class:JRSUIConstants.Focused
372 public static final Focused NO = new Focused(_no);
374 public static final Focused YES = new Focused(_yes);
378 private static final byte SHIFT = Focused.SHIFT + Focused.SIZE;

Completed in 61 milliseconds