软件包 | 描述 |
---|---|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
java.awt.event |
用于处理不同类型的事件由AWT组件提供的接口和类发射。
|
javax.swing.plaf |
提供一个接口和抽象类的使用许多摆动为可插拔的外观和感觉的能力。
|
javax.swing.plaf.basic |
根据基本的外观和感觉提供内置的用户界面对象。
|
Modifier and Type | Method and Description |
---|---|
void |
AWTEventMulticaster.mouseWheelMoved(MouseWheelEvent e)
处理mousewheelmoved事件通过调用mousewheelmoved方法对listener-a和listener-b.
|
protected void |
ScrollPane.processMouseWheelEvent(MouseWheelEvent e)
过程中,通过滚动鼠标滚轮事件给这个
ScrollPane 适量。
|
protected void |
Component.processMouseWheelEvent(MouseWheelEvent e)
处理鼠标滚轮事件发生在这个组件分派他们到任何注册
MouseWheelListener 对象。
|
Modifier and Type | Method and Description |
---|---|
void |
MouseWheelListener.mouseWheelMoved(MouseWheelEvent e)
当鼠标滚轮旋转时调用。
|
void |
MouseAdapter.mouseWheelMoved(MouseWheelEvent e)
当鼠标滚轮旋转时调用。
|
Modifier and Type | Method and Description |
---|---|
protected void |
LayerUI.processMouseWheelEvent(MouseWheelEvent e, JLayer<? extends V> l)
鼠标滚轮事件过程的
JLayer 或其任何部分发生。
|
Modifier and Type | Method and Description |
---|---|
void |
BasicScrollPaneUI.MouseWheelHandler.mouseWheelMoved(MouseWheelEvent e)
当鼠标滚轮旋转而在JScrollPane。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.