2010-05-19 8 views

Odpowiedz

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); 

Piękny, JavaDoc :-)

stanie rozszerzonym węzła jest nie w TreeModel ale w JTree.

+0

Dzięki, wychodzę na JavaDoc JTree :-) – waiting

Powiązane problemy