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, waitisVisiblepublic void expandAll()
expandAll in interface TreeExpanderpublic boolean canExpand()
canExpand in interface TreeExpanderpublic void collapseAll()
collapseAll in interface TreeExpanderpublic boolean canCollapse()
canCollapse in interface TreeExpander