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。