java.lang.Object
java.util.EventObject
java.awt.AWTEvent
java.awt.event.ComponentEvent
java.awt.event.InputEvent
java.awt.event.MouseEvent
java.awt.event.MouseWheelEvent
- All Implemented Interfaces:
- Serializable
- See Also:
- Top Examples, Source Code,
MouseWheelListener
,
ScrollPane
,
ScrollPane.setWheelScrollingEnabled(boolean)
,
JScrollPane
,
JScrollPane.setWheelScrollingEnabled(boolean)
public int getScrollAmount()
- See Also:
getScrollType()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getScrollType()
- See Also:
Scrollable.getScrollableBlockIncrement(java.awt.Rectangle, int, int)
, Scrollable.getScrollableUnitIncrement(java.awt.Rectangle, int, int)
, Adjustable.getBlockIncrement()
, Adjustable.getUnitIncrement()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getUnitsToScroll()
- See Also:
JScrollPane.setWheelScrollingEnabled(boolean)
, ScrollPane.setWheelScrollingEnabled(boolean)
, Scrollable.getScrollableUnitIncrement(java.awt.Rectangle, int, int)
, Adjustable.getUnitIncrement()
, MouseWheelListener
, getScrollAmount()
, getScrollType()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getWheelRotation()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MouseWheelEvent(Component source,
int id,
long when,
int modifiers,
int x,
int y,
int clickCount,
boolean popupTrigger,
int scrollType,
int scrollAmount,
int wheelRotation)
- See Also:
MouseEvent.MouseEvent(java.awt.Component, int, long, int, int, int, int, boolean)
, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String paramString()
- See Also:
- MouseEvent
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int WHEEL_BLOCK_SCROLL
- See Also:
getScrollType()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int WHEEL_UNIT_SCROLL
- See Also:
getScrollType()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples