java.lang.Object
javax.swing.plaf.basic.BasicToolBarUI.DockingListener
javax.swing.plaf.metal.MetalToolBarUI.MetalDockingListener
- All Implemented Interfaces:
MouseListener,MouseMotionListener,EventListener,MouseInputListener
- Enclosing class:
- MetalToolBarUI
protected class MetalToolBarUI.MetalDockingListener extends BasicToolBarUI.DockingListener
DockingListener for MetalToolBarUI.-
Field Summary
Fields declared in class javax.swing.plaf.basic.BasicToolBarUI.DockingListener
isDragging, origin, toolBar -
Constructor Summary
Constructors Constructor Description MetalDockingListener(JToolBar t)Constructs theMetalDockingListener. -
Method Summary
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleasedMethods declared in interface java.awt.event.MouseMotionListener
mouseDragged, mouseMoved
-
Constructor Details
-
MetalDockingListener
Constructs theMetalDockingListener.- Parameters:
t- an instance ofJToolBar
-