Searched refs:SCROLL_DOWN (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboPopup.java194 protected static final int SCROLL_DOWN = 1; field in class:BasicComboPopup
908 int directionToScroll = newEvent.getPoint().y < r.y ? SCROLL_UP : SCROLL_DOWN;
1025 else if ( direction == SCROLL_DOWN ) {
1026 scrollDirection = SCROLL_DOWN;
1035 SCROLL_DOWN));
H A DBasicScrollPaneUI.java89 map.put(new Actions(Actions.SCROLL_DOWN));
711 private static final String SCROLL_DOWN = "scrollDown"; field in class:BasicScrollPaneUI.Actions
734 else if (key == SCROLL_DOWN) {
H A DBasicListUI.java170 map.put(new Actions(Actions.SCROLL_DOWN));
1812 private static final String SCROLL_DOWN = "scrollDown"; field in class:BasicListUI.Actions
1922 else if (name == SCROLL_DOWN) {

Completed in 172 milliseconds