gcc/libjava ChangeLog javax/swing/plaf/basic/B ...

mkoch@gcc.gnu.org mkoch@gcc.gnu.org
Thu Aug 12 10:02:00 GMT 2004


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	java-gui-branch
Changes by:	mkoch@gcc.gnu.org	2004-08-12 10:02:47

Modified files:
	libjava        : ChangeLog 
	libjava/javax/swing/plaf/basic: BasicTextUI.java 
	libjava/javax/swing/text: JTextComponent.java 

Log message:
	2004-08-12  Michael Koch  <konqueror@gmx.de>
	
	* javax/swing/plaf/basic/BasicTextUI.java
	(RootView.textComponent): Removed.
	(RootView.RootView): Don't initialize textComponent.
	(RootView.getViewFactory): New method.
	(EventHandler): New inner class.
	(rootView): Initialize at instance creation.
	(eventHandler): New field.
	(installUI): Don't create view hierarchy directly,
	call modelChanged() instead.
	(modelChanged): New method.
	* javax/swing/text/JTextComponent.java
	(setDocument): Fire property change event.

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.336&r2=1.2660.2.337
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.8&r2=1.4.16.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/swing/text/JTextComponent.java.diff?cvsroot=gcc&only_with_tag=java-gui-branch&r1=1.4.2.16&r2=1.4.2.17



More information about the Gcc-cvs mailing list