Methods in org.gjt.universe.gui.tree with parameters of type TVData |
protected java.lang.String |
TVRenderer.makeSimpleText(TVData data)
This makes a label without the fancy coloring and other options
like bold/italics/whatever. |
void |
TVPopup.show(java.awt.event.MouseEvent e,
javax.swing.tree.TreePath path,
TVData data)
Dipslay the popup menu. |
javax.swing.JMenuItem[] |
TVMenuExtension.getMenuItems(TVData data)
The menu items to add. |
protected void |
TVFilter.filterIterator(TVData tvd)
Logic that, based upon filter paramters, decide if a node
should be hidden or not. |