©
本文档使用
php.cn手册 发布
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
1 2 3 4 |
|
1 |
|
侦听边框调整。
字段摘要 | |
---|---|
protected int |
RESIZE_NONE
|
从接口 javax.swing.SwingConstants 继承的字段 |
---|
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
构造方法摘要 | |
---|---|
protected |
BasicInternalFrameUI.BorderListener()
|
方法摘要 | |
---|---|
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.awt.event.MouseAdapter 继承的方法 |
---|
mouseWheelMoved |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
1 |
|
构造方法详细信息 |
---|
1 |
|
方法详细信息 |
---|
1 |
|
MouseAdapter
复制的描述
MouseListener
中的 mouseClicked
MouseAdapter
中的 mouseClicked
1 |
|
MouseAdapter
复制的描述
MouseListener
中的 mouseReleased
MouseAdapter
中的 mouseReleased
1 |
|
MouseAdapter
复制的描述
MouseListener
中的 mousePressed
MouseAdapter
中的 mousePressed
1 |
|
MouseAdapter
复制的描述MOUSE_DRAGGED
事件被连续地传递到发起该拖动的组件(而不管鼠标位置是否处于该组件的边界内)。
由于拖放实现是与平台相关的,所以在本机拖放操作期间可能不传递 MOUSE_DRAGGED
事件。
MouseMotionListener
中的 mouseDragged
MouseAdapter
中的 mouseDragged
1 |
|
MouseAdapter
复制的描述
MouseMotionListener
中的 mouseMoved
MouseAdapter
中的 mouseMoved
1 |
|
MouseAdapter
复制的描述
MouseListener
中的 mouseEntered
MouseAdapter
中的 mouseEntered
1 |
|
MouseAdapter
复制的描述
MouseListener
中的 mouseExited
MouseAdapter
中的 mouseExited
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。