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.

Author:
The FreeHEP team @ SLAC

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

Method Detail

treeNodeAdaptersForClass

FTreeNodeAdapter[] treeNodeAdaptersForClass(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.
The - array of FTreeNodeAdapter compatible with the given class. If no adapters are available, null should be returned.


Copyright © 2013. All Rights Reserved.