Returns the L&F object that renders this component. @return the TreeUI object that renders this component
()
| 676 | * @return the <code>TreeUI</code> object that renders this component |
| 677 | */ |
| 678 | public TreeUI getUI() { |
| 679 | return (TreeUI)ui; |
| 680 | } |
| 681 | |
| 682 | /** |
| 683 | * Sets the L&F object that renders this component. |
no outgoing calls
no test coverage detected