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/StyledEd...


From: Roman Kennke
Subject: [commit-cp] classpath ./ChangeLog javax/swing/text/StyledEd...
Date: Fri, 29 Jul 2005 05:56:10 -0400

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Roman Kennke <address@hidden>   05/07/29 09:56:10

Modified files:
        .              : ChangeLog 
        javax/swing/text: StyledEditorKit.java View.java 
Added files:
        javax/swing/text: BoxView.java CompositeView.java FlowView.java 
                          GlyphView.java IconView.java 
                          ParagraphView.java 

Log message:
        2005-07-29  Roman Kennke  <address@hidden>
        
        * javax/swing/text/BoxView.java: New class.
        * javax/swing/text/CompositeView.java: New class.
        * javax/swing/text/FlowView.java: New class.
        * javax/swing/text/GlyphView.java: New class.
        * javax/swing/text/IconView.java: New class.
        * javax/swing/text/ParagraphView.java: New class.
        * javax/swing/text/StyledEditorKit.java
        (UnderLineAction.constructor): Added TODO comment.
        (UnderLineAction.actionPerformed): Implemented this method. This
        toggles the underline attribute to a piece of content.
        (ItalicAction.constructor): Added TODO comment.
        (ItalicAction.actionPerformed): Implemented this method. This
        toggles the italic attribute to a piece of content.
        (BoldAction.constructor): Added TODO comment.
        (BoldAction.actionPerformed): Implemented this method. This
        toggles the bold attribute to a piece of content.
        (AlignmentAction.constructor): Implemented this constructor.
        (AlignmentAction.actionPerformed): Implemented this method. This
        sets the alignment attribute for a piece of content.
        (ForegroundAction.constructor): Implemented this constructor.
        (ForegroundAction.actionPerformed): Implemented this method. This
        sets the foreground attribute for a piece of content.
        (FontSizeAction.constructor): Implemented this constructor.
        (FontSizeAction.actionPerformed): Implemented this method. This
        sets the font size attribute for a piece of content.
        (FontFamilyAction.constructor): Implemented this constructor.
        (FontFamilyAction.actionPerformed): Implemented this method. This
        sets the font family attribute for a piece of content.
        (StyledTextAction.constructor): Removed TODO comment.
        (StyledTextAction.getEditor): Implemented this method.
        (StyledTextAction.getStyledDocument): Implemented this method.
        (StyledTextAction.getStyledEditorKit): Implemented this method.
        (StyledTextAction.setCharacterAttributes): Implemented this method.
        (StyledTextAction.setParagraphAttributes): Implemented this method.
        (StyledViewFactory.constructor): Removed. This is not necessary here.
        (StyledViewFactory.create): Implemented this method.
        (AttributeTracker): Removed this inner class.
        (CaretTracker): New inner class.
        (CaretTracker.caretUpdate):  Implemented this method. This meeps
        track of the caret in a text component and updates some fields
        of the StyledEditorKit.
        (constructor): Implemented this constructor.
        The inputAttributes are initialized here.
        (clone): Implemented this method.
        (getActions): Implemented this method.
        (getInputAttributes): Implemented this method.
        (getCharacterAttributeRun): Implemented this method.
        (createDefaultDocument): Implemented this method.
        (install): Implemented this method.
        (deinstall): Implemented this method.
        (getViewFactory): Implemented this method.
        (createInputAttributes): Implemented this method.
        * javax/swing/text/View.java
        (modelToView(int, Shape, Position.Bias)): Added new abstract method.
        (modelToView(int, Position.Bias, int, Position.Bias, Shape):
        New method.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4281&tr2=1.4282&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/BoxView.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/CompositeView.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/FlowView.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/GlyphView.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/IconView.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/ParagraphView.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/StyledEditorKit.java.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/View.java.diff?tr1=1.13&tr2=1.14&r1=text&r2=text





reply via email to

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