Uses of Interface
com.fg.ftree.FTreeModel

Packages that use FTreeModel
com.fg.ftree   
com.fg.xmleditor   
 

Uses of FTreeModel in com.fg.ftree
 

Classes in com.fg.ftree that implement FTreeModel
 class DefaultFTreeModel
          A simple implementation of the FTreeModel interface that uses tree of nodes which implement javax.swing.tree.TreeNode interface.
 

Methods in com.fg.ftree that return FTreeModel
 FTreeModel FTree.getTreeModel()
           
 

Methods in com.fg.ftree with parameters of type FTreeModel
 void FTree.setTreeModel(FTreeModel treeModel)
           
 

Constructors in com.fg.ftree with parameters of type FTreeModel
FTreeModelEvent(FTreeModel source, boolean restructured)
           
 

Uses of FTreeModel in com.fg.xmleditor
 

Subinterfaces of FTreeModel in com.fg.xmleditor
 interface FXDocumentModel
          Interface extends XML editor data-model interface FXModel with methods, performing XML documents creating, loading and retrieval.
 interface FXModel
          Represents an XML editor data-model interface.
 

Classes in com.fg.xmleditor that implement FTreeModel
 class FXDocumentModelImpl
          XML editor data-model implementation class.