commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath/javax/swing/text CompositeView.java G...


From: Roman Kennke
Subject: [commit-cp] classpath/javax/swing/text CompositeView.java G...
Date: Wed, 23 Nov 2005 09:23:15 -0500

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Roman Kennke <address@hidden>   05/11/23 14:23:15

Modified files:
        javax/swing/text: CompositeView.java GlyphView.java 
                          WrappedPlainView.java 

Log message:
        2005-11-23  Roman Kennke  <address@hidden>
        
        * javax/swing/text/View.java
        (getNextVisualPositionFrom): Fixed signature and (partly)
        implemented this method.
        * javax/swing/text/Utilities.java
        (getPositionAbove): Fixed to use the correct signature for the call
        to above method.
        (getPositionBelow): Fixed to use the correct signature for the call
        to above method.
        * javax/swing/text/ComponentView.java
        (getNextVisualPositionFrom): Removed method. This is not specified
        to be implemented.
        * javax/swing/text/CompositeView.java
        (getNextVisualPositionFrom): Removed method with wrong signature.
        A method with the correct signature is already in place.
        * javax/swing/text/FlowView.java
        (LogicalView.getNextVisualPositionFrom): Removed method with wrong
        signature.
        * javax/swing/text/GlyphView.java
        (getNextVisualPositionFrom): Removed method with wrong signature.
        A method with the correct signature is already in place.
        * javax/swing/text/IconView.java
        (getNextVisualPositionFrom): Removed method. This is not specified
        to be implemented.
        * javax/swing/text/PlainView.java
        (getNextVisualPositionFrom): Removed method. This is not specified
        to be implemented.
        * javax/swing/text/WrappedPlainView.java
        (WrappedLine.getNextVisualPositionFrom): Removed method with wrong
        signature.
        * javax/swing/plaf/basic/BasicTextUI.java
        (RootView.getNextVisualPositionFrom): Fixed signature.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/CompositeView.java.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/GlyphView.java.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/WrappedPlainView.java.diff?tr1=1.8&tr2=1.9&r1=text&r2=text





reply via email to

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