Searched refs:IndicatorOnly (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java377 public static class IndicatorOnly extends Property { class in class:JRSUIConstants
383 IndicatorOnly(final byte value) { method in class:JRSUIConstants.IndicatorOnly
388 public static final IndicatorOnly NO = new IndicatorOnly(_no);
390 public static final IndicatorOnly YES = new IndicatorOnly(_yes);
394 private static final byte SHIFT = IndicatorOnly.SHIFT + IndicatorOnly.SIZE;
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaComboBoxButton.java137 painter.state.set(IndicatorOnly.YES);
141 painter.state.set(IndicatorOnly.NO);
H A DAquaButtonExtendedTypes.java168 void patchUp(final SizeDescriptor descriptor) { border.painter.state.set(IndicatorOnly.YES); }
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DJRSUIConstantSync.m354 IF_CHANGED_SET_KEYED_BOOLEAN(IndicatorOnly, indicatorOnlyKey, get_boolean_value_for);

Completed in 317 milliseconds