uic.themes
Class UICToolBarUI.UICDocingListener

java.lang.Object
  extended byjavax.swing.plaf.basic.BasicToolBarUI.DockingListener
      extended byuic.themes.UICToolBarUI.UICDocingListener
All Implemented Interfaces:
EventListener, MouseInputListener, MouseListener, MouseMotionListener
Enclosing class:
UICToolBarUI

protected class UICToolBarUI.UICDocingListener
extends BasicToolBarUI.DockingListener


Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicToolBarUI.DockingListener
isDragging, origin, toolBar
 
Constructor Summary
UICToolBarUI.UICDocingListener(UICToolBar tb)
           
 
Method Summary
 void mouseDragged(MouseEvent e)
           
 void mousePressed(MouseEvent e)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicToolBarUI.DockingListener
mouseClicked, mouseEntered, mouseExited, mouseMoved, mouseReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UICToolBarUI.UICDocingListener

public UICToolBarUI.UICDocingListener(UICToolBar tb)
Method Detail

mousePressed

public void mousePressed(MouseEvent e)

mouseDragged

public void mouseDragged(MouseEvent e)


Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence