uic.themes
Class UICToolBarUI.UICDocingListener

java.lang.Object
  extended by javax.swing.plaf.basic.BasicToolBarUI.DockingListener
      extended by uic.themes.UICToolBarUI.UICDocingListener
All Implemented Interfaces:
MouseListener, MouseMotionListener, EventListener, MouseInputListener
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)
Specified by:
mousePressed in interface MouseListener
Overrides:
mousePressed in class BasicToolBarUI.DockingListener

mouseDragged

public void mouseDragged(MouseEvent e)
Specified by:
mouseDragged in interface MouseMotionListener
Overrides:
mouseDragged in class BasicToolBarUI.DockingListener


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence