Returns the current TreeCellRenderer that is rendering each cell. @return the TreeCellRenderer that is rendering each cell
()
| 746 | * @return the <code>TreeCellRenderer</code> that is rendering each cell |
| 747 | */ |
| 748 | public TreeCellRenderer getCellRenderer() { |
| 749 | return cellRenderer; |
| 750 | } |
| 751 | |
| 752 | /** |
| 753 | * Sets the <code>TreeCellRenderer</code> that will be used to |
no outgoing calls
no test coverage detected