Searched refs:getWheelRotation (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/test/javax/swing/border/
H A DTest4252164.java46 update(event.getWheelRotation());
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DMouseWheelEvent.java80 * The {@link #getWheelRotation} method returns the integer number
143 * @see #getWheelRotation
355 public int getWheelRotation() { method in class:MouseWheelEvent
367 * @see #getWheelRotation
445 getWheelRotation()+",preciseWheelRotation="+getPreciseWheelRotation();
/openjdk7/jdk/src/share/classes/sun/awt/
H A DScrollPaneWheelScroller.java139 increment = adj.getBlockIncrement() * e.getWheelRotation();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DBoundedZoomAction.java91 int amount = event.getWheelRotation();
/openjdk7/jdk/test/java/awt/event/MouseEvent/SmoothWheel/
H A DSmoothWheel.java82 wheelRotation = e.getWheelRotation();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DBoundedZoomAction.java90 int amount = event.getWheelRotation();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicScrollPaneUI.java867 e.getWheelRotation() != 0) {
869 int direction = e.getWheelRotation() < 0 ? -1 : 1;
896 boolean limitScroll = Math.abs(e.getWheelRotation()) == 1;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DListHelper.java636 wheelRotation = e.getWheelRotation();
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameUI.java938 c.dispatchEvent(new MouseWheelEvent(c, e.getID(), e.getWhen(), e.getModifiers(), pt.x, pt.y, e.getClickCount(), e.isPopupTrigger(), e.getScrollType(), e.getScrollAmount(), e.getWheelRotation()));
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWComponentPeer.java1194 me.getWheelRotation());
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSwingUtilities.java331 sourceWheelEvent.getWheelRotation());
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java4800 ((MouseWheelEvent)e).getWheelRotation(),
H A DComponent.java5006 e.getWheelRotation(),

Completed in 99 milliseconds