JavaTM 2 Platform
Standard Ed. 6

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


欄位摘要
 
從類別 javax.swing.plaf.basic.BasicToolBarUI.DockingListener 繼承的欄位
isDragging, origin, toolBar
 
建構子摘要
MetalToolBarUI.MetalDockingListener(JToolBar t)
           
 
方法摘要
 void mouseDragged(MouseEvent e)
          鼠標按鍵在元件上按下並拖動時調用。
 void mousePressed(MouseEvent e)
          鼠標按鍵在元件上按下時調用。
 
從類別 javax.swing.plaf.basic.BasicToolBarUI.DockingListener 繼承的方法
mouseClicked, mouseEntered, mouseExited, mouseMoved, mouseReleased
 
從類別 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

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only