Ensures that the node identified by the specified path is collapsed and viewable. @param path the TreePath identifying a node
(TreePath path)
| 2241 | * @param path the <code>TreePath</code> identifying a node |
| 2242 | */ |
| 2243 | public void collapsePath(TreePath path) { |
| 2244 | setExpandedState(path, false); |
| 2245 | } |
| 2246 | |
| 2247 | /** |
| 2248 | * Ensures that the node in the specified row is collapsed. |
no test coverage detected