/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4311 by audriusa, Tue Aug 2 08:25:39 2005 UTC revision 1.4312 by rabbit78, Tue Aug 2 09:33:36 2005 UTC
# Line 1  Line 1 
1    2005-08-02  Roman Kennke  <roman@kennke.org>
2    
3            * javax/swing/plaf/basic/BasicTextUI.java
4            (RootView.viewToModel): New method.
5            * javax/swing/text/BoxView.java
6            (isBefore): New method. This is a stub method to implement the
7            new abstract method from CompositeView.
8            (isAfter): New method. This is a stub method to implement the
9            new abstract method from CompositeView.
10            (getViewAtPoint): New method. This is a stub method to implement the
11            new abstract method from CompositeView.
12            (childAllocation): New method. This is a stub method to implement the
13            new abstract method from CompositeView.
14            * javax/swing/text/ComponentView.java
15            (viewToModel): New method. This is a stub method to implement the
16            new abstract method from View.
17            * javax/swing/text/CompositeView.java
18            (loadChildren): Implemented new method.
19            (setParent): Implemented new method.
20            (getViewCount): Implemented new method.
21            (getView): Implemented new method.
22            (replace): Implemented new method.
23            (getChildAllocation): Implemented new method.
24            (modelToView(int, Shape, Position.Bias)): Implemented this method.
25            (modelToView(int, Position.Bias, int, Position.Bias, Shape):
26            Implemented new method.
27            (viewToModel): Implemented new method.
28            (getNextVisualPositionFrom): Implemented new method.
29            (getViewIndex): Implemented new method.
30            (isBefore): New abstract method.
31            (isAfter): New abstract method.
32            (getViewAtPoint): New abstract method.
33            (childAllocation): New abstract method.
34            (getViewAtPosition): Implemented new method.
35            (getViewIndexAtPosition): Implemented new method.
36            (getInsideAllocation): Implemented new method.
37            (setParagraphInsets): Implemented new method.
38            (setInsets): Implemented new method.
39            (getLeftInset): Implemented new method.
40            (getRightInset): Implemented new method.
41            (getTopInset): Implemented new method.
42            (getBottomInset): Implemented new method.
43            (getNextNorthSouthVisualPositionFrom): New method.
44            (getNextEastWestVisualPositionFrom): New method.
45            (flipEastAndWestAtEnds): Implemented new method.
46            * javax/swing/text/GlyphView.java
47            (viewToModel): New method. This is a stub method to implement the
48            new abstract method from View.
49            * javax/swing/text/IconView.java
50            (viewToModel): New method. This is a stub method to implement the
51            new abstract method from View.
52            * javax/swing/text/PlainView.java
53            (viewToModel): New method. This is a stub method to implement the
54            new abstract method from View.
55            * javax/swing/text/View.java
56            (viewToModel): New abstract method.
57    
58  2005-08-02  Audrius Meskauskas  <AudriusA@Bioinformatics.org>  2005-08-02  Audrius Meskauskas  <AudriusA@Bioinformatics.org>
59    
60          * org/omg/DynamicAny/DynValueCommon.java: Inherit from          * org/omg/DynamicAny/DynValueCommon.java: Inherit from

Legend:
Removed from v.1.4311  
changed lines
  Added in v.1.4312

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26