commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] classpath ./ChangeLog javax/swing/JPasswordFiel...


From: Lillian Angel
Subject: [commit-cp] classpath ./ChangeLog javax/swing/JPasswordFiel...
Date: Mon, 29 Aug 2005 17:25:18 -0400

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Lillian Angel <address@hidden>  05/08/29 21:25:18

Modified files:
        .              : ChangeLog 
        javax/swing    : JPasswordField.java 
        javax/swing/plaf/basic: BasicTreeUI.java 
        javax/swing/tree: DefaultTreeCellEditor.java 

Log message:
        2005-08-29  Lillian Angel  <address@hidden>
        
        * javax/swing/JPasswordField.java
        (getText): Changed to pass error to AssertionError.
        * javax/swing/plaf/basic/BasicTreeUI.java
        (setCellEditor): Updated boolean when appropriate.
        (stopEditing): Took out redundant code.
        (updateCellEditor): Updated boolean when appropriate.
        (installListeners): Took out CellEditorListener. It is added
        when the cellEditor is set.
        (installUI): Similar.
        (ensureRowsAreVisible): Fixed API documentation
        (startEditing): Fixed to add editing container to the tree.
        (checkForClickInExpandControl): Fixed API documentation.
        (editingStopped): Added code to remove listeners and container.
        (editingCanceled): Similar.
        (mousePressed): Updated to stop editing when a different cell is 
clicked.
        (treeNodesChanged): Called repaint.
        (treeNodesRemoved): Likewise.
        (treeStructureChanged): Likewise.
        (paintNode): Updated to paint a node that is being edited.
        (paintRecursive): Fixed API documentation.
        * javax/swing/tree/DefaultTreeCellEditor.java
        (paint): Fixed to paint icon and text box in correct location with
        correct spacing.
        (doLayout): Fixed API documentation.
        (DefaultTreeCellEditor): Took out call to configure editing component.
        (configureEditingComponent): Initialized editing icon.
        (getTreeCellEditorComponent): Took out code to stop editing. Not needed.
        (addCellEditorListener): Passed on to realEditor.
        (removeCellEditorListener): Likewise.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4586&tr2=1.4587&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/JPasswordField.java.diff?tr1=1.13&tr2=1.14&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicTreeUI.java.diff?tr1=1.68&tr2=1.69&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/tree/DefaultTreeCellEditor.java.diff?tr1=1.11&tr2=1.12&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]