CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke <rabbit78> 06/11/02 14:00:46
Modified files: javax/swing : JEditorPane.java javax/swing/text/html: HTMLEditorKit.java . : ChangeLog Log message: 2006-11-02 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/JEditorPane.java (setContentType): Strip off attributes. * javax/swing/text/html/HTMLEditorKit.java (LinkController.activateLink(int,JEditorPane,int,int): New method. Implements activation of a hyperlink. (LinkController.activateLinke(int,JEditorPane)): Delegate to the other activateLink() method. (LinkController.createHyperlinkEvent): New helper method. (LinkController.mouseClicked): Implemented to activate the link. (LinkController.mouseDragged): Added comment that this method does nothing. (LinkController.mouseMoved): Update cursor for hyperlinks. (mouseHandler): Renamed field to linkController. (HTMLEditorKit): Create a link controller. (clone): Give the clone a new link controller. (deinstall): De-install link controller as mouseMotionListener too. (install): Install link controller as mouseMotionListener too. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JEditorPane.java?cvsroot=classpath&r1=1.37&r2=1.38 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HTMLEditorKit.java?cvsroot=classpath&r1=1.35&r2=1.36 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8746&r2=1.8747