Searched refs:removeFromMapping (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/tree/
H A DVariableHeightLayoutCache.java1077 node.removeFromMapping();
1640 protected void removeFromMapping() { method in class:VariableHeightLayoutCache.TreeStateNode
1644 ((TreeStateNode)getChildAt(counter)).removeFromMapping();
H A DFixedHeightLayoutCache.java795 node.removeFromMapping();
959 protected void removeFromMapping() { method in class:FixedHeightLayoutCache.FHTreeStateNode
963 ((FHTreeStateNode)getChildAt(counter)).removeFromMapping();

Completed in 47 milliseconds