classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Patch: DefaultTreeCellEditor


From: Lillian Angel
Subject: [cp-patches] Patch: DefaultTreeCellEditor
Date: Fri, 19 Aug 2005 16:30:31 -0400

Still working on implementing this class. I implemented some of the
functions, but alot of them still need to be done. I will continue to
implement them to get editing working for JTree's.

2005-08-19  Lillian Angel  <address@hidden>

        * javax/swing/plaf/basic/BasicTreeUI.java
        (getCellBounds): No need to call getFont twice. This
        is fixed.
        * javax/swing/tree/DefaultTreeCellEditor.java:
        Added API documentation for all fields.
        (getPreferredSize): Implemented.
        (paint): Implemented.
        (doLayout): Implemented.
        (getFont): Implemented.
        (getPreferredSize): Implemented.
        (DefaultTreeCellEditor): Partially implemented.
        (DefaultTreeCellEditor): Partially implemented.
        (setBorderSelectionColor): Implemented.
        (getBorderSelectionColor): Implemented.
        (setFont): Implemented.
        (getFont): Implemented.
        (getTreeCellEditorComponent): Added API documentation.
        (getCellEditorValue): Added API documentation.
        (isCellEditable): Added API documentation.
        (shouldSelectCell): Added API documentation.
        (stopCellEditing): Added API documentation.
        (cancelCellEditing): Added API documentation.
        (valueChanged): Added API documentation.
        (actionPerformed): Added API documentation.
        (setTree): Implemented.
        (shouldStartEditingTimer): Added API documentation.
        (startEditingTimer): Added API documentation.
        (canEditImmediately): Added API documentation.
        (inHitRegion): Added API documentation.
        (determineOffset): Added API documentation.
        (prepareForEditing): Added API documentation.
        (createContainer): Added API documentation.
        (createTreeCellEditor): Added API documentation.

Attachment: patch.diff
Description: Text Data


reply via email to

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