javax.swing.plaf.metal
protected class MetalToolBarUI.MetalDockingListener extends BasicToolBarUI.DockingListener
| Constructor Summary | |
|---|---|
| MetalDockingListener(JToolBar t)
Creates a new DockingListener object.
| |
| Method Summary | |
|---|---|
| void | mouseDragged(MouseEvent e)
This method is called when the mouse is dragged. |
| void | mousePressed(MouseEvent e)
This method is called when the mouse is pressed in the JToolBar. |
Parameters: t The JToolBar this DockingListener is being used for.
Parameters: e The MouseEvent.
Parameters: e The MouseEvent.