javax.swing.plaf.metal
类 MetalToolBarUI.MetalDockingListener
java.lang.Object
javax.swing.plaf.basic.BasicToolBarUI.DockingListener
javax.swing.plaf.metal.MetalToolBarUI.MetalDockingListener
- 所有已实现的接口:
- MouseListener, MouseMotionListener, EventListener, MouseInputListener
- 正在封闭类:
- MetalToolBarUI
protected class MetalToolBarUI.MetalDockingListener
- extends BasicToolBarUI.DockingListener
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetalToolBarUI.MetalDockingListener
public MetalToolBarUI.MetalDockingListener(JToolBar t)
mousePressed
public void mousePressed(MouseEvent e)
- 从接口
MouseListener
复制的描述
- 鼠标按键在组件上按下时调用。
- 指定者:
- 接口
MouseListener
中的 mousePressed
- 覆盖:
- 类
BasicToolBarUI.DockingListener
中的 mousePressed
mouseDragged
public void mouseDragged(MouseEvent e)
- 从接口
MouseMotionListener
复制的描述
- 鼠标按键在组件上按下并拖动时调用。在释放鼠标按键前,
MOUSE_DRAGGED
事件被连续地传递到发起该拖动的组件(而不管鼠标位置是否处于该组件的边界内)。
由于拖放实现是与平台相关的,所以在本机拖放操作期间可能不传递 MOUSE_DRAGGED
事件。
- 指定者:
- 接口
MouseMotionListener
中的 mouseDragged
- 覆盖:
- 类
BasicToolBarUI.DockingListener
中的 mouseDragged
提交错误或意见版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only。