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

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaButtonBorder.java57 return new Named(Widget.BUTTON_BEVEL, new SizeDescriptor(new SizeVariant().alterMargins(2, 4, 2, 4)));
221 if (style == Widget.BUTTON_BEVEL) {
250 return Widget.BUTTON_BEVEL;
254 return Widget.BUTTON_BEVEL;
276 painter.state.set(Widget.BUTTON_BEVEL);
H A DAquaTableHeaderBorder.java87 painter.state.set(height > 16 ? Widget.BUTTON_BEVEL : Widget.BUTTON_LIST_HEADER);
H A DAquaButtonExtendedTypes.java171 new BorderDefinedTypeSpecifier("square", Widget.BUTTON_BEVEL, new SizeVariant(16, 16).alterMargins(5, 7, 5, 7).replaceInsets(focusInsets)),
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java583 public static final Widget BUTTON_BEVEL = new Widget(_buttonBevel); field in class:JRSUIConstants.Widget

Completed in 39 milliseconds