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

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DMouseEvent.java141 * represented by the following constants:{@code BUTTON1}, {@code BUTTON2}, and {@code BUTTON3}.
275 public static final int BUTTON3 = 3; field in class:MouseEvent
340 * {@code BUTTON2}, and {@code BUTTON3}
353 * <li> 3 ({@code BUTTON3})
358 * then the field may not contain the value larger than {@code BUTTON3}.
516 * {@code BUTTON3}.
530 * @throws IllegalArgumentException if {@code button} is greater then BUTTON3 and the support for extended mouse buttons is
689 * {@code BUTTON3}.
703 * @throws IllegalArgumentException if {@code button} is greater then BUTTON3 and the support for extended mouse buttons is
743 if (button > BUTTON3) {
[all...]

Completed in 1858 milliseconds