Method isExpanded(TreePath path)
Return type: boolean
Member of:
javax.swing.JTree
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
xml.append(EXPANDED).append("=\"").append(tree.isExpanded(path)).append("\" ");
2
xml.append(EXPANDED).append("=\"").append(tree.isExpanded(path)).append("\" ");
3
if (! tree.isExpanded(path)) {
4
if(((JTree)getSource()).isExpanded(path)) {
5
isExpanded(path), // isExpanded
6
else if((pcp.hasExpandedStateProperty(npS) || pTree.isExpanded(newPath)) && pcp.hasPanelShowingProperty(npS))
7
boolean expand = !m_tree.isExpanded(path);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.