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

Packages that use FTreeNodeAdapter
org.freehep.jas.plugin.tree   
 

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

Classes in org.freehep.jas.plugin.tree that implement FTreeNodeAdapter
 class DefaultFTreeNodeAdapter
          A FTreeNodeAdapter define the behaviour of FTreeNodes through its methods.
 class DefaultFTreeNodeAdapterProxy
          A FTreeNodeAdapter define the behaviour of FTreeNodes through its methods.
 

Methods in org.freehep.jas.plugin.tree that return FTreeNodeAdapter
 FTreeNodeAdapter FTree.adapterForClass(Class clazz)
          Get the FTreeNodeAdapter that describes the behavior for a given node's type on this tree.
 FTreeNodeAdapter[] FTree.adaptersForClass(Class clazz)
          Get all the FTreeNodeAdapters registered with this tree for the given class.
 FTreeNodeAdapter[] DefaultFTreeNodeAdapterProvider.treeNodeAdaptersForClass(Class c)
          Get the array of FTreeNodeAdapter that provide the behavior for the given class.
 FTreeNodeAdapter[] FTreeNodeAdapterProvider.treeNodeAdaptersForClass(Class clazz)
          Get the array of FTreeNodeAdapter that provide the behavior for the given class.
 

Methods in org.freehep.jas.plugin.tree with parameters of type FTreeNodeAdapter
 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.registerNodeAdapter(FTreeNodeAdapter adapter, Class clazz)
           
 void FTreeNodeAdapterRegistry.registerNodeAdapter(FTreeNodeAdapter adapter, Class clazz)
          Register an FTreeNodeAdapter for a given class for all the FTrees (currently existing or that will be crated).
 

Constructors in org.freehep.jas.plugin.tree with parameters of type FTreeNodeAdapter
DefaultFTreeNodeAdapterProvider(Class clazz, FTreeNodeAdapter adapter)
           
 



Copyright © 2013. All Rights Reserved.