gcc/libjava ChangeLog javax/swing/plaf/basic/B ...
mkoch@gcc.gnu.org
mkoch@gcc.gnu.org
Mon Jan 24 18:51:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Branch: java-gui-branch
Changes by: mkoch@gcc.gnu.org 2005-01-24 18:49:54
Modified files:
libjava : ChangeLog
libjava/javax/swing/plaf/basic: BasicTextUI.java
libjava/javax/swing/text: View.java
Log message:
2005-01-24 Michael Koch <konqueror@gmx.de>
* javax/swing/plaf/basic/BasicTextUI.java
(RootView.modelToView): Made it public and return a java.awt.Shape.
Handle null subview.
(uninstall): Set textComponent to null when its not possible used
anymore.
* javax/swing/text/View.java
(setParent): Use better argument name.
(getContainer): Get parent via getParent().
(getViewFactory): Likewise.
(getAttributes): Get element via getElement().
(getStartOffset): Likewise.
(getEndOffset): Likewise.
(getResizeWeight): New method.
(getMaximumSpan): Likewise.
(getMinimumSpan): Likewise.
(setSize): Likewise.
(getGraphics): Likewise.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=java-gui-branch&r1=1.2660.2.672&r2=1.2660.2.673
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/swing/plaf/basic/BasicTextUI.java.diff?cvsroot=gcc&only_with_tag=java-gui-branch&r1=1.4.16.17&r2=1.4.16.18
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/swing/text/View.java.diff?cvsroot=gcc&only_with_tag=java-gui-branch&r1=1.2.8.6&r2=1.2.8.7
More information about the Gcc-cvs
mailing list