Uses of Interface
org.freehep.jas.plugin.tree.FTree

Packages that use FTree
org.freehep.jas.plugin.tree   
org.freehep.jas.plugin.tree.utils.linkNode   
 

Uses of FTree in org.freehep.jas.plugin.tree
 

Methods in org.freehep.jas.plugin.tree that return FTree
 FTree FTreeProvider.tree()
          Get the provider's default FTree.
 FTree FTreePlugin.tree()
           
 FTree FTreeSelectionEvent.tree()
           
 FTree FTreeNode.tree()
          Get the FTree to which this node belongs.
 FTree FTreeProvider.tree(String name)
          Get an FTree by name.
 FTree FTreePlugin.tree(String name)
           
 

Methods in org.freehep.jas.plugin.tree with parameters of type FTree
 int DefaultFTreeNodeAdapterProxy.priority(FTree tree)
           
 int DefaultFTreeNodeAdapter.priority(FTree tree)
          This method is used by the FTreeLookupAdapter create a sorted list of FTreeNodeAdapters.
 int FTreeNodeAdapter.priority(FTree tree)
          The FTreeNodeAdapter's priority for a given tree.
 void DefaultFTreeNodeAdapterRegistry.registerNodeAdapter(FTree tree, FTreeNodeAdapter adapter, Class clazz)
           
 void FTreeNodeAdapterRegistry.registerNodeAdapter(FTree tree, FTreeNodeAdapter adapter, Class clazz)
          Register an FTreeNodeAdapter for a given class for the given FTree.
 void DefaultFTreeNodeAdapterRegistry.registerNodeAdapterProvider(FTree tree, FTreeNodeAdapterProvider adapterProvider)
           
 void FTreeNodeAdapterRegistry.registerNodeAdapterProvider(FTree tree, FTreeNodeAdapterProvider provider)
          Register an FTreeNodeAdapterProvider for a given FTree.
 void DefaultFTreeNodeAdapterRegistry.registerNodeObjectProvider(FTree tree, FTreeNodeObjectProvider objectProvider, Class clazz, int priority)
           
 void FTreeNodeAdapterRegistry.registerNodeObjectProvider(FTree tree, FTreeNodeObjectProvider provider, Class clazz, int priority)
          Register an FTreeNodeObjectProvider for the given FTree.
 

Constructors in org.freehep.jas.plugin.tree with parameters of type FTree
FTreeSelectionEvent(TreeSelectionEvent event, FTree tree)
           
 

Uses of FTree in org.freehep.jas.plugin.tree.utils.linkNode
 

Methods in org.freehep.jas.plugin.tree.utils.linkNode that return FTree
 FTree LinkNode.tree()
          The FTree to which the linked path belongs to.
 



Copyright © 2013. All Rights Reserved.