org.annotation.wordfreak.viewer
Interface DynamicFeatureTreeTableModel.TreeShouldExpandListener
- All Known Implementing Classes:
- TreeTableViewer
- Enclosing interface:
- DynamicFeatureTreeTableModel
- public static interface DynamicFeatureTreeTableModel.TreeShouldExpandListener
Interface to notifies listers of tree expansion events.
Method Summary |
void |
treeShouldExpand(javax.swing.event.TreeModelEvent e)
Indicates that the node indicated by the specifed event should be expanded. |
treeShouldExpand
public void treeShouldExpand(javax.swing.event.TreeModelEvent e)
- Indicates that the node indicated by the specifed event should be expanded.
- Parameters:
e
- The tree event which caused this notification.
Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.