|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.event.MouseInputAdapter
cdox.gui.ToolBarPane.MyComponentListener
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 |
public ToolBarPane.MyComponentListener()
Method Detail |
public void mouseDragged(java.awt.event.MouseEvent me)
me
- the MouseEvent generated by dragging the textToolbarpublic void mouseReleased(java.awt.event.MouseEvent me)
me
- the MouseEvent generated by releasing the mouse-button
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |