MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / clearToggledPaths

Method clearToggledPaths

unused/javax/swing/JTree.java:3700–3702  ·  view source on GitHub ↗

Clears the cache of toggled tree paths. This does NOT send out any TreeExpansionListener events.

()

Source from the content-addressed store, hash-verified

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>.

Callers 2

setModelMethod · 0.95
treeStructureChangedMethod · 0.80

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected