public class DefaultTreeExpander extends java.lang.Object implements TreeExpander
Constructor and Description |
---|
DefaultTreeExpander(javax.swing.JTree tree) |
Modifier and Type | Method and Description |
---|---|
boolean |
canCollapse() |
boolean |
canExpand() |
void |
collapseAll() |
void |
expandAll() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isVisible
public void expandAll()
expandAll
in interface TreeExpander
public boolean canExpand()
canExpand
in interface TreeExpander
public void collapseAll()
collapseAll
in interface TreeExpander
public boolean canCollapse()
canCollapse
in interface TreeExpander