Returns the TreeModel that is providing the data. @return the TreeModel that is providing the data
()
| 841 | * @return the <code>TreeModel</code> that is providing the data |
| 842 | */ |
| 843 | public TreeModel getModel() { |
| 844 | return treeModel; |
| 845 | } |
| 846 | |
| 847 | /** |
| 848 | * Sets the <code>TreeModel</code> that will provide the data. |
no outgoing calls
no test coverage detected