cdox.gui
Class ToolBarPane.MyComponentListener

java.lang.Object
  extended byjavax.swing.event.MouseInputAdapter
      extended bycdox.gui.ToolBarPane.MyComponentListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.MouseInputListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener
Enclosing class:
ToolBarPane

public class ToolBarPane.MyComponentListener
extends javax.swing.event.MouseInputAdapter

An innerclass which handles the TextToolbar.


Constructor Summary
ToolBarPane.MyComponentListener()
           
 
Method Summary
 void mouseDragged(java.awt.event.MouseEvent me)
          Sets the point of the current mouseposition when the textToolbar is dragged.
 void mouseReleased(java.awt.event.MouseEvent me)
          Sets the point of the current mouseposition when the mouse-button is released.
 
Methods inherited from class javax.swing.event.MouseInputAdapter
mouseClicked, mouseEntered, mouseExited, mouseMoved, mousePressed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolBarPane.MyComponentListener

public ToolBarPane.MyComponentListener()
Method Detail

mouseDragged

public void mouseDragged(java.awt.event.MouseEvent me)
Sets the point of the current mouseposition when the textToolbar is dragged.

Parameters:
me - the MouseEvent generated by dragging the textToolbar

mouseReleased

public void mouseReleased(java.awt.event.MouseEvent me)
Sets the point of the current mouseposition when the mouse-button is released.

Parameters:
me - the MouseEvent generated by releasing the mouse-button