CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Roman Kennke <[EMAIL PROTECTED]> 05/08/02 09:33:36
Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTextUI.java javax/swing/text: BoxView.java ComponentView.java CompositeView.java GlyphView.java IconView.java PlainView.java View.java Log message: 2005-08-02 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicTextUI.java (RootView.viewToModel): New method. * javax/swing/text/BoxView.java (isBefore): New method. This is a stub method to implement the new abstract method from CompositeView. (isAfter): New method. This is a stub method to implement the new abstract method from CompositeView. (getViewAtPoint): New method. This is a stub method to implement the new abstract method from CompositeView. (childAllocation): New method. This is a stub method to implement the new abstract method from CompositeView. * javax/swing/text/ComponentView.java (viewToModel): New method. This is a stub method to implement the new abstract method from View. * javax/swing/text/CompositeView.java (loadChildren): Implemented new method. (setParent): Implemented new method. (getViewCount): Implemented new method. (getView): Implemented new method. (replace): Implemented new method. (getChildAllocation): Implemented new method. (modelToView(int, Shape, Position.Bias)): Implemented this method. (modelToView(int, Position.Bias, int, Position.Bias, Shape): Implemented new method. (viewToModel): Implemented new method. (getNextVisualPositionFrom): Implemented new method. (getViewIndex): Implemented new method. (isBefore): New abstract method. (isAfter): New abstract method. (getViewAtPoint): New abstract method. (childAllocation): New abstract method. (getViewAtPosition): Implemented new method. (getViewIndexAtPosition): Implemented new method. (getInsideAllocation): Implemented new method. (setParagraphInsets): Implemented new method. (setInsets): Implemented new method. (getLeftInset): Implemented new method. (getRightInset): Implemented new method. (getTopInset): Implemented new method. (getBottomInset): Implemented new method. (getNextNorthSouthVisualPositionFrom): New method. (getNextEastWestVisualPositionFrom): New method. (flipEastAndWestAtEnds): Implemented new method. * javax/swing/text/GlyphView.java (viewToModel): New method. This is a stub method to implement the new abstract method from View. * javax/swing/text/IconView.java (viewToModel): New method. This is a stub method to implement the new abstract method from View. * javax/swing/text/PlainView.java (viewToModel): New method. This is a stub method to implement the new abstract method from View. * javax/swing/text/View.java (viewToModel): New abstract method. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4311&tr2=1.4312&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicTextUI.java.diff?tr1=1.29&tr2=1.30&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/BoxView.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/ComponentView.java.diff?tr1=1.7&tr2=1.8&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/CompositeView.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/GlyphView.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/IconView.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/PlainView.java.diff?tr1=1.9&tr2=1.10&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/View.java.diff?tr1=1.14&tr2=1.15&r1=text&r2=text _______________________________________________ Commit-classpath mailing list Commit-classpath@gnu.org http://lists.gnu.org/mailman/listinfo/commit-classpath