org.w3c.jigadmin.editors
Class MyHTMLEditorKit.LinkController
java.lang.Object
   javax.swing.event.MouseInputAdapter
javax.swing.event.MouseInputAdapter
       org.w3c.jigadmin.editors.MyHTMLEditorKit.LinkController
org.w3c.jigadmin.editors.MyHTMLEditorKit.LinkController
- All Implemented Interfaces: 
- java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.io.Serializable, java.util.EventListener, javax.swing.event.MouseInputListener
- Enclosing class:
- MyHTMLEditorKit
- public static class MyHTMLEditorKit.LinkController 
- extends javax.swing.event.MouseInputAdapter- implements java.io.Serializable
Our MouseListener.
- See Also:
- Serialized Form
 
| Method Summary | 
| protected  void | activateLink(int pos,
             javax.swing.JEditorPane html,
             int type)
 | 
|  void | mouseClicked(java.awt.event.MouseEvent e)
 | 
|  void | mouseMoved(java.awt.event.MouseEvent e)
 | 
 
| Methods inherited from class javax.swing.event.MouseInputAdapter | 
| mouseDragged, mouseEntered, mouseExited, mousePressed, mouseReleased | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MyHTMLEditorKit.LinkController
public MyHTMLEditorKit.LinkController()
mouseClicked
public void mouseClicked(java.awt.event.MouseEvent e)
- 
- Specified by:
- mouseClickedin interface- java.awt.event.MouseListener
- Overrides:
- mouseClickedin class- javax.swing.event.MouseInputAdapter
 
- 
 
mouseMoved
public void mouseMoved(java.awt.event.MouseEvent e)
- 
- Specified by:
- mouseMovedin interface- java.awt.event.MouseMotionListener
- Overrides:
- mouseMovedin class- javax.swing.event.MouseInputAdapter
 
- 
 
activateLink
protected void activateLink(int pos,
                            javax.swing.JEditorPane html,
                            int type)
- 
 
-