|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.awt.event.MouseAdapter javax.swing.plaf.basic.BasicScrollBarUI.TrackListener
protected class BasicScrollBarUI.TrackListener
跟踪鼠标拖动。
字段摘要 | |
---|---|
protected int |
currentMouseX
|
protected int |
currentMouseY
|
protected int |
offset
|
构造方法摘要 | |
---|---|
protected |
BasicScrollBarUI.TrackListener()
|
方法摘要 | |
---|---|
void |
mouseDragged(MouseEvent e)
将模型值设置为 thumb 的 Vertical 滚动条顶部的位置,或者相对于滑道原点的从左到右/从右到左滚动条中 Horizontal 滚动条的左部/右部位置。 |
void |
mouseExited(MouseEvent e)
当鼠标退出滚动条时调用。 |
void |
mouseMoved(MouseEvent e)
鼠标光标移动到组件上但无按键按下时调用。 |
void |
mousePressed(MouseEvent e)
如果在 "thumb" 组件上方按下鼠标,则可以将滚动条值减少一页(“向上翻页”),在下方按下鼠标则将滚动条值增加一页。 |
void |
mouseReleased(MouseEvent e)
鼠标按钮在组件上释放时调用。 |
从类 java.awt.event.MouseAdapter 继承的方法 |
---|
mouseClicked, mouseEntered, mouseWheelMoved |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
protected transient int offset
protected transient int currentMouseX
protected transient int currentMouseY
构造方法详细信息 |
---|
protected BasicScrollBarUI.TrackListener()
方法详细信息 |
---|
public void mouseReleased(MouseEvent e)
MouseAdapter
复制的描述
MouseListener
中的 mouseReleased
MouseAdapter
中的 mouseReleased
public void mousePressed(MouseEvent e)
MouseListener
中的 mousePressed
MouseAdapter
中的 mousePressed
public void mouseDragged(MouseEvent e)
MouseMotionListener
中的 mouseDragged
MouseAdapter
中的 mouseDragged
public void mouseMoved(MouseEvent e)
MouseAdapter
复制的描述
MouseMotionListener
中的 mouseMoved
MouseAdapter
中的 mouseMoved
public void mouseExited(MouseEvent e)
MouseListener
中的 mouseExited
MouseAdapter
中的 mouseExited
e
- 进一步描述事件的 MouseEvent
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。