2010-05-19 23 views

cevap

13

JTree.java:

/** 
* Returns true if the node identified by the path is currently expanded, 
* 
* @param path the <code>TreePath</code> specifying the node to check 
* @return false if any of the nodes in the node's path are collapsed, 
*    true if all nodes in the path are expanded 
*/ 
public boolean isExpanded(TreePath path); 

Güzel, javadoc bir düğüm genişletilmiş durumu

:-) TreeModel ama JTree yılında değil olduğunu.

+0

Teşekkürler, JTree'nin JavaDoc'unu gözden kaçırıyorum :-) – waiting

İlgili konular