classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] FYI: View fixes


From: Roman Kennke
Subject: Re: [cp-patches] FYI: View fixes
Date: Wed, 23 Nov 2005 15:22:38 +0100

Obviously I forgot to commit 3 classes of this ChangeLog entry. Here
comes the corresponding part of the patch.

/Roman

Am Mittwoch, den 23.11.2005, 12:01 +0000 schrieb Roman Kennke:
> Hi,
> 
> For some reason the method getNextVisualPositionFrom was declared
> abstract in javax.swing.text.View and also had the wrong signature. I
> fixed this. I also had to fix all the other views. Some of them have
> this method removed completely now (since it is no more abstract),
> others only have the signatures fixed.
> 
> 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.
> 
> /Roman
> _______________________________________________
> Classpath-patches mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/classpath-patches

Attachment: patch.diff
Description: Text Data

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


reply via email to

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