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

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DActionEvent.java51 * in the range from {@code ACTION_FIRST} to {@code ACTION_LAST}.
89 public static final int ACTION_FIRST = 1001; field in class:ActionEvent
99 public static final int ACTION_PERFORMED = ACTION_FIRST; //Event.ACTION_EVENT

Completed in 52 milliseconds