Uses of Interface
com.fg.ftree.FTreeCellGUI

Packages that use FTreeCellGUI
com.fg.ftree   
 

Uses of FTreeCellGUI in com.fg.ftree
 

Classes in com.fg.ftree that implement FTreeCellGUI
 class DefaultFTreeCellGUI
          DefaultFTreeCellGUI provides the following implementation of the FTreeCellGUI interface: within each method it checks if a passed node implements FNodeCellGUI interface and, when it does, calls respective FNodeCellGUI method.
 

Methods in com.fg.ftree that return FTreeCellGUI
 FTreeCellGUI FTree.getTreeCellGUI()
           
 

Methods in com.fg.ftree with parameters of type FTreeCellGUI
 void FTree.setTreeCellGUI(FTreeCellGUI cellGUI)