| java.awt.event.ComponentEvent java.awt.event.InputEvent java.awt.event.MouseEvent java.awt.event.MouseWheelEvent
Constructor Summary | |
public | MouseWheelEvent(Component source, int id, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger, int scrollType, int scrollAmount, int wheelRotation) |
WHEEL_BLOCK_SCROLL | final public static int WHEEL_BLOCK_SCROLL(Code) | | |
WHEEL_UNIT_SCROLL | final public static int WHEEL_UNIT_SCROLL(Code) | | |
MouseWheelEvent | public MouseWheelEvent(Component source, int id, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger, int scrollType, int scrollAmount, int wheelRotation)(Code) | | |
getScrollAmount | public int getScrollAmount()(Code) | | |
getScrollType | public int getScrollType()(Code) | | |
getUnitsToScroll | public int getUnitsToScroll()(Code) | | |
getWheelRotation | public int getWheelRotation()(Code) | | |
|
|