©
本文档使用
php.cn手册 发布
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
1 2 |
|
1 |
|
鼠标输入和 JList 的焦点处理。在 installUI() 时将此类的实例添加到适当的 java.awt.Component 列表中。注意,利用 JComponent KeyboardAction 处理键盘输入,请参阅 installKeyboardActions()。
警告:此类的序列化对象将与以后的 Swing 版本不兼容。当前的序列化支持适用于短期存储或运行相同 Swing 版本的应用程序之间的 RMI。从 1.4 版本开始,已在 java.beans
包中添加了支持所有 JavaBeansTM 长期存储的功能。请参见 XMLEncoder
。
BasicListUI.createMouseInputListener()
,
BasicListUI.installKeyboardActions()
,
BasicListUI.installUI(javax.swing.JComponent)
构造方法摘要 | |
---|---|
BasicListUI.MouseInputHandler()
|
方法摘要 | |
---|---|
void |
mouseClicked(MouseEvent e)
鼠标按键在组件上单击(按下并释放)时调用。 |
void |
mouseDragged(MouseEvent e)
鼠标按键在组件上按下并拖动时调用。 |
void |
mouseEntered(MouseEvent e)
鼠标进入到组件上时调用。 |
void |
mouseExited(MouseEvent e)
鼠标离开组件时调用。 |
void |
mouseMoved(MouseEvent e)
鼠标光标移动到组件上但无按键按下时调用。 |
void |
mousePressed(MouseEvent e)
鼠标按键在组件上按下时调用。 |
void |
mouseReleased(MouseEvent e)
鼠标按钮在组件上释放时调用。 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
1 |
|
方法详细信息 |
---|
1 |
|
MouseListener
复制的描述
MouseListener
中的 mouseClicked
1 |
|
MouseListener
复制的描述
MouseListener
中的 mouseEntered
1 |
|
MouseListener
复制的描述
MouseListener
中的 mouseExited
1 |
|
MouseListener
复制的描述
MouseListener
中的 mousePressed
1 |
|
MouseMotionListener
复制的描述MOUSE_DRAGGED
事件被连续地传递到发起该拖动的组件(而不管鼠标位置是否处于该组件的边界内)。
由于拖放实现是与平台相关的,所以在本机拖放操作期间可能不传递 MOUSE_DRAGGED
事件。
MouseMotionListener
中的 mouseDragged
1 |
|
MouseMotionListener
复制的描述
MouseMotionListener
中的 mouseMoved
1 |
|
MouseListener
复制的描述
MouseListener
中的 mouseReleased
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。