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