org.freehep.jas.plugin.tree
Interface FTreeNodeAdapterProvider

All Known Implementing Classes:
DefaultFTreeNodeAdapterProvider

public interface FTreeNodeAdapterProvider

This interface is to be implemented by classes that provide FTreeNodeAdapters for a given class.


Method Summary
 FTreeNodeAdapter[] treeNodeAdaptersForClass(java.lang.Class clazz)
          Get the array of FTreeNodeAdapter that provide the behavior for the given class.
 

Method Detail

treeNodeAdaptersForClass

public FTreeNodeAdapter[] treeNodeAdaptersForClass(java.lang.Class clazz)
Get the array of FTreeNodeAdapter that provide the behavior for the given class.

Parameters:
clazz - The class of the FTreeNode for which the adapters are being requested.