com.mxgraph.swing
Class mxGraphComponent.mxMouseRedirector
java.lang.Object
   com.mxgraph.swing.mxGraphComponent.mxMouseRedirector
com.mxgraph.swing.mxGraphComponent.mxMouseRedirector
- All Implemented Interfaces: 
- MouseListener, MouseMotionListener, EventListener
- Enclosing class:
- mxGraphComponent
- public static class mxGraphComponent.mxMouseRedirector 
- extends Object- implements MouseListener, MouseMotionListener
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
graphComponent
protected mxGraphComponent graphComponent
mxGraphComponent.mxMouseRedirector
public mxGraphComponent.mxMouseRedirector(mxGraphComponent graphComponent)
mouseClicked
public void mouseClicked(MouseEvent e)
- 
- Specified by:
- mouseClickedin interface- MouseListener
 
- 
 
mouseEntered
public void mouseEntered(MouseEvent e)
- 
- Specified by:
- mouseEnteredin interface- MouseListener
 
- 
 
mouseExited
public void mouseExited(MouseEvent e)
- 
- Specified by:
- mouseExitedin interface- MouseListener
 
- 
 
mousePressed
public void mousePressed(MouseEvent e)
- 
- Specified by:
- mousePressedin interface- MouseListener
 
- 
 
mouseReleased
public void mouseReleased(MouseEvent e)
- 
- Specified by:
- mouseReleasedin interface- MouseListener
 
- 
 
mouseDragged
public void mouseDragged(MouseEvent e)
- 
- Specified by:
- mouseDraggedin interface- MouseMotionListener
 
- 
 
mouseMoved
public void mouseMoved(MouseEvent e)
- 
- Specified by:
- mouseMovedin interface- MouseMotionListener
 
- 
 
Copyright (c) 2010 Gaudenz Alder. All rights reserved.