Clears the cache of toggled tree paths. This does NOT send out any TreeExpansionListener events.
()
| 3698 | * any <code>TreeExpansionListener</code> events. |
| 3699 | */ |
| 3700 | protected void clearToggledPaths() { |
| 3701 | expandedState.clear(); |
| 3702 | } |
| 3703 | |
| 3704 | /** |
| 3705 | * Creates and returns an instance of <code>TreeModelHandler</code>. |
no test coverage detected