- java.lang.Object
- 
- javax.swing.plaf.basic.BasicToolBarUI.DockingListener
 
- 
- All Implemented Interfaces:
- MouseListener,- MouseMotionListener,- EventListener,- MouseInputListener
 - Direct Known Subclasses:
- MetalToolBarUI.MetalDockingListener
 - Enclosing class:
- BasicToolBarUI
 
 public class BasicToolBarUI.DockingListener extends Object implements MouseInputListener This class should be treated as a "protected" inner class. Instantiate it only within subclasses of BasicToolBarUI.
- 
- 
Field SummaryFields Modifier and Type Field Description protected booleanisDraggingtrueif theJToolBaris being dragged.protected PointoriginThe origin point.protected JToolBartoolBarThe instance ofJToolBar.
 - 
Constructor SummaryConstructors Constructor Description DockingListener(JToolBar t)Constructs a new instance ofDockingListener.
 - 
Method Summary- 
Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods declared in interface java.awt.event.MouseListenermouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
 - 
Methods declared in interface java.awt.event.MouseMotionListenermouseDragged, mouseMoved
 
- 
 
- 
- 
- 
Constructor Detail- 
DockingListenerpublic DockingListener(JToolBar t) Constructs a new instance ofDockingListener.- Parameters:
- t- an instance of- JToolBar
 
 
- 
 
-