Returns the editor used to edit entries in the tree. @return the TreeCellEditor in use, or null if the tree cannot be edited
()
| 832 | * or <code>null</code> if the tree cannot be edited |
| 833 | */ |
| 834 | public TreeCellEditor getCellEditor() { |
| 835 | return cellEditor; |
| 836 | } |
| 837 | |
| 838 | /** |
| 839 | * Returns the <code>TreeModel</code> that is providing the data. |