Lines Matching refs:isExpanded
1320 if (root != null && !model.isLeaf(root) && isExpanded(rootPath)) {
1339 if (model.isLeaf(root) || !isExpanded(rootPath)) {
1545 isExpanded(selRow), getModel().isLeaf(lastPath), selRow,
1942 if(!isExpanded(parent))
1990 public boolean isExpanded(TreePath path) {
2013 public boolean isExpanded(int row) {
2038 return !isExpanded(path);
2049 return !isExpanded(row);
2079 return isExpanded(parentPath);
3017 isExpanded(row), true, row, false);
3548 if(isExpanded(parentPath)) {
3558 if(!isExpanded(parentPath)) {
3800 boolean isExpanded = isExpanded(parent);
3804 if(isExpanded) {
4274 boolean expanded = JTree.this.isExpanded(path);
4592 boolean expanded = tree.isExpanded(path);
4724 if (tree.isExpanded(path)) {
5486 if (JTree.this.isExpanded(path)) {