Uses of Class
org.gjt.universe.gui.tree.TVData

Packages that use TVData
org.gjt.universe.gui.tree   
 

Uses of TVData in org.gjt.universe.gui.tree
 

Fields in org.gjt.universe.gui.tree declared as TVData
(package private)  TVData TVPopup.data
           
 

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.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.