javax.swing.text.html
public static class HTMLEditorKit.LinkController extends MouseAdapter implements MouseMotionListener, Serializable
Constructor Summary | |
---|---|
LinkController()
Constructor |
Method Summary | |
---|---|
protected void | activateLink(int pos, JEditorPane editor)
If the given position represents a link, then linkActivated is called
on the JEditorPane.
|
void | mouseClicked(MouseEvent e)
Dispatched when the mouse is clicked. |
void | mouseDragged(MouseEvent e)
Dispatched when the mouse is dragged on a component.
|
void | mouseMoved(MouseEvent e)
Dispatched when the mouse cursor has moved into the component.
|
Parameters: pos the position editor the editor pane
Parameters: e - the mouse event
Parameters: e - the mouse event.
Parameters: e - the mouse event.