protected class

MetalToolBarUI.MetalDockingListener

extends BasicToolBarUI.DockingListener
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicToolBarUI.DockingListener
     ↳ javax.swing.plaf.metal.MetalToolBarUI.MetalDockingListener

Summary

[Expand]
Inherited Fields
From class javax.swing.plaf.basic.BasicToolBarUI.DockingListener
Public Constructors
MetalToolBarUI.MetalDockingListener(JToolBar t)
Public Methods
void mouseDragged(MouseEvent e)
Invoked when a mouse button is pressed on a component and then dragged.
void mousePressed(MouseEvent e)
Invoked when a mouse button has been pressed on a component.
[Expand]
Inherited Methods
From class javax.swing.plaf.basic.BasicToolBarUI.DockingListener
From class java.lang.Object
From interface java.awt.event.MouseListener
From interface java.awt.event.MouseMotionListener

Public Constructors

public MetalToolBarUI.MetalDockingListener (JToolBar t)

Public Methods

public void mouseDragged (MouseEvent e)

Invoked when a mouse button is pressed on a component and then dragged. MOUSE_DRAGGED events will continue to be delivered to the component where the drag originated until the mouse button is released (regardless of whether the mouse position is within the bounds of the component).

Due to platform-dependent Drag&Drop implementations, MOUSE_DRAGGED events may not be delivered during a native Drag&Drop operation.

public void mousePressed (MouseEvent e)

Invoked when a mouse button has been pressed on a component.