commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] classpath ChangeLog javax/swing/text/html/FormV...


From: Roman Kennke
Subject: [commit-cp] classpath ChangeLog javax/swing/text/html/FormV...
Date: Thu, 30 Nov 2006 19:38:05 +0000

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Roman Kennke <rabbit78> 06/11/30 19:38:05

Modified files:
        .              : ChangeLog 
        javax/swing/text/html: FormView.java FrameView.java 
                               HTMLDocument.java HTMLEditorKit.java 
Added files:
        javax/swing/text/html: FormSubmitEvent.java 

Log message:
        2006-11-30  Roman Kennke  <address@hidden>
        
                * javax/swing/text/html/FormSubmitEvent.java: New class.
                * javax/swing/text/html/FormView.java
                (SubmitThread): New class for submitting data in a separate 
thread.
                (actionPerformed): Fetch the actual for data.
                (addData): New helper method.
                (getElementFormData): New helper method.
                (getFormData): New helper method.
                (getInputFormData): New helper method.
                (submitData): Implemented.
                * javax/swing/text/html/FrameView.java
                (createComponent): Add this as hyperlink listener.
                Set the target document as frame document.
                (getTopEditorPane): New helper method.
                (hyperlinkUpdate): Implementation of the HyperlinkListener 
interface.
                (handleHyperlinkEvent): New helper method.
                (handleFormSubmitEvent): New helper method.
                * javax/swing/text/html/HTMLDocument.java
                (HTMLReader.BaseAction.start): Track the base target.
                (HTMLReader.BaseAction.end): Removed.
                (baseTarget): New field.
                (frameDocument): New field.
                (getBaseTarget): New property accessor.
                (isFrameDocument): New property accessor.
                (processHTMLFrameHyperlinkEvent): Implemented.
                (setFrameDocument): New property accessor.
                (updateFrame): New helper method.
                (updateFrameSet): New helper method.
                * javax/swing/text/html/HTMLEditorKit.java
                (LinkController.createHyperlinkEvent): Handle frame documents.
                (autoFormSubmission): New field.
                (HTMLEditorKit): Set autoFormSubmission to true.
                (isAutoFormSubmission): New property accessor.
                (setAutoFormSubmission): New property accessor.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8889&r2=1.8890
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/FormView.java?cvsroot=classpath&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/FrameView.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HTMLDocument.java?cvsroot=classpath&r1=1.53&r2=1.54
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HTMLEditorKit.java?cvsroot=classpath&r1=1.43&r2=1.44
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/FormSubmitEvent.java?cvsroot=classpath&rev=1.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]