CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Roman Kennke <[EMAIL PROTECTED]> 05/07/29 11:06:27
Modified files: . : ChangeLog javax/swing : JTextPane.java javax/swing/plaf/basic: BasicEditorPaneUI.java BasicTextUI.java Log message: 2005-07-29 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/JTextPane.java (constructor()): Implemented this constructor. Initialize the EditorKit and set the Document to null. (constructor(StyledDocument)): Implemented this constructor. Initialize the EditorKit and Document. (getUIClassID): Inlined the constant String. (setDocument): Implemented this method. (getStyledDocument): Likewise. (setStyledDocument): Likewise. (replaceSelection): Likewise. (insertComponent): Clarified the TODO comment. (insertIcon): Clarified the TODO comment. (addStyle): Implemented this method. (removeStyle): Likewise. (getStyle): Likewise. (getLogicalStyle): Likewise. (setLogicalStyle): Likewise. (getCharacterAttributes): Likewise. (setCharacterAttributes): Likewise. (getParagraphAttributes): Likewise. (getInputAttributes): Likewise. (getStyledEditorKit): Likewise. (createDefaultEditorKit): Likewise. (setEditorKit): Likewise. * javax/swing/plaf/basic/BasicEditorPaneUI.java (getEditorKit): Implemented this method. * javax/swing/plaf/basic/BasicTextUI.java (RootView.getViewFactory): Ask the installed EditorKit for its ViewFactory. (RootView.setView): Set this as the parent of the installed real root view. (RootView.modelToView): Don't cast to PlainView here. Use View instead. (setView): Don't set the parent here. This is handled inside the root view. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4284&tr2=1.4285&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/JTextPane.java.diff?tr1=1.7&tr2=1.8&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicEditorPaneUI.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicTextUI.java.diff?tr1=1.27&tr2=1.28&r1=text&r2=text _______________________________________________ Commit-classpath mailing list Commit-classpath@gnu.org http://lists.gnu.org/mailman/listinfo/commit-classpath