Searched refs:isRootVisible (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DAbstractLayoutCache.java130 public boolean isRootVisible() { method in class:AbstractLayoutCache
H A DFixedHeightLayoutCache.java104 if(isRootVisible() != rootVisible) {
609 if(isRootVisible()) {
930 if (isRootVisible()) {
1416 if(!isRootVisible())
H A DVariableHeightLayoutCache.java123 if(isRootVisible() != rootVisible && root != null) {
739 if (isRootVisible())
789 if(isParentRoot && !isRootVisible())
1508 else if(this == root && !isRootVisible())
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTreeUI.java449 } else if (isRootVisible() && fTrackingRow == 0) {
533 if (parentPath != null && (!(parentPath.getParentPath() == null) || tree.isRootVisible())) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/
H A DJTreeTable.java406 boolean rv = t.isRootVisible();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java434 protected boolean isRootVisible() { method in class:BasicTreeUI
435 return (tree != null) ? tree.isRootVisible() : false;
1179 boolean rootVisible = isRootVisible();
1307 if (!tree.isRootVisible()) {
1358 if((depth == 0 || (depth == 1 && !isRootVisible())) &&
1409 if (depth == 0 && !getShowsRootHandles() && !isRootVisible()) {
1446 if(depth == 0 && !isRootVisible()) {
1556 if((depth == 0 || (depth == 1 && !isRootVisible())) &&
1729 if(isRootVisible()) {
1814 treeState.setRootVisible(tree.isRootVisible());
[all...]
/openjdk7/jdk/src/share/demo/jfc/SampleTree/
H A DSampleTree.java160 aCheckbox.setSelected(tree.isRootVisible());
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java65 * <li><code>isRootVisible()</code>
889 public boolean isRootVisible() { method in class:JTree
1609 * {@code isRootVisible()} is {@code true}. This returns {@code 0} if
4327 if (isRootVisible()) {
4346 if (isRootVisible()) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTreeUI.java374 boolean rootVisible = tree.isRootVisible();

Completed in 71 milliseconds