Searched defs:setRootVisible (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DAbstractLayoutCache.java120 public void setRootVisible(boolean rootVisible) { method in class:AbstractLayoutCache
H A DFixedHeightLayoutCache.java103 public void setRootVisible(boolean rootVisible) { method in class:FixedHeightLayoutCache
105 super.setRootVisible(rootVisible);
H A DVariableHeightLayoutCache.java122 public void setRootVisible(boolean rootVisible) { method in class:VariableHeightLayoutCache
141 super.setRootVisible(rootVisible);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/
H A DJTreeTable.java75 public void setRootVisible(boolean visible) { method in class:JTreeTable
76 tree.setRootVisible(visible);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java66 * <li><code>setRootVisible()</code>
579 this.setRootVisible(false);
595 this.setRootVisible(false);
612 this.setRootVisible(false);
906 public void setRootVisible(boolean rootVisible) { method in class:JTree
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java424 protected void setRootVisible(boolean newValue) { method in class:BasicTreeUI
428 treeState.setRootVisible(newValue);
1814 treeState.setRootVisible(tree.isRootVisible());
3420 setRootVisible(((Boolean)event.getNewValue()).

Completed in 515 milliseconds