| Home >> All >> javatools >> swing >> [ tree Javadoc ] |
javatools.swing.tree: Javadoc index of package javatools.swing.tree.
Package Samples:
javatools.swing.tree
Classes:
AbstractTreeExpansionDispatcher: It is an "event dispatcher" for tree expansions, i.e. it manages in a separate thread tree expansions. You have only to inherit this method: doDispatchOne : what you have to do when you are expanding a node. Once created your own class, use this sequence of commands: AbstractTreeExpansioDispatcher disp = new YourClass(); disp.setStatusLabelSync(myStatusLabelSync); disp.start(); disp.expand(myTree, mySelectionPath); disp.stopAll();
IndexedTypedTreeNode: It is a node that is both typed (with a "type") and indexed (with an index).
ExpansionRecordingTreeNode: It is a tree node containing information about its expansion.
| Home | Contact Us | Privacy Policy | Terms of Service |