commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath javax/swing/text/AbstractDocument.jav...


From: Roman Kennke
Subject: [commit-cp] classpath javax/swing/text/AbstractDocument.jav...
Date: Thu, 10 Aug 2006 21:35:12 +0000

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Roman Kennke <rabbit78> 06/08/10 21:35:12

Modified files:
        javax/swing/text: AbstractDocument.java 
        .              : ChangeLog 

Log message:
        2006-08-10  Roman Kennke  <address@hidden>
        
                * javax/swing/text/AbstractDocument.java
                (BidiRootName): New constant field, denotes the element name
                for bidi root elements.
                (AsyncLoadPriority): New constant field, denotes the property
                to store the asynchronousLoadPriority.
                (I18N): New constant field, denotes the property for
                I18N support.
                (bidiRoot): Made field type BidiRootElement.
                (AbstractDocument): Build initial element structure for
                bidi.
                (getAsynchronousLoadPriority): Implemented. Returns the
                value stored in the document properties.
                (setAsynchronousLoadPriority): Implemented. Sets the
                value stored in the document properties.
                (getEndPosition): Implemented to use a Position from the
                content.
                (getStartPosition): Implemented to use a Position from the
                content.
                (insertStringImpl): Update the I18N setting if necessary.
                (insertUpdate): Update the bidi structure if necessary.
                (postRemoveUpdate): Update the bidi structure if necessary.
                (putProperty): Update the I18N setting and bidi structure
                if necessary.
                (updateBidi): New helper method for updating the bidi
                structure.
                (getBidis): New helper method. Fetches the Bidi analysers
                for the paragraphs of the range to check.
                (dump): Also dump the bidi structure.
                (AbstractElement.dump): Indent the '>' correctly.
                (AbstractElement.children): Check numChildren rather then
                children.length.
                (BidiRootElement): New inner class.
                (BidiElement): New inner class.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/AbstractDocument.java?cvsroot=classpath&r1=1.61&r2=1.62
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8360&r2=1.8361




reply via email to

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