Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.MouseAdapter | +--com.sun.java.swing.text.html.HTMLEditorKit.LinkController
Method Summary | |
void | activateLink(int pos,
JEditorPane html)
Calls linkActivated on the associated JEditorPane if the given position represents a link. |
void | mouseClicked(java.awt.event.MouseEvent e)
Called for a mouse click event. |
Methods inherited from class java.awt.event.MouseAdapter | |
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased |
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Method Detail |
public void mouseClicked(java.awt.event.MouseEvent e)
e
- the mouse eventprotected final void activateLink(int pos, JEditorPane html)
pos
- the position
html
- the editor paneOverview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |