org.freehep.jas.plugin.tree
Class DefaultFTreeNodeAdapterProvider
java.lang.Object
org.freehep.jas.plugin.tree.DefaultFTreeNodeAdapterProvider
- All Implemented Interfaces:
- FTreeNodeAdapterProvider
public class DefaultFTreeNodeAdapterProvider
- extends Object
- implements FTreeNodeAdapterProvider
- Author:
- The FreeHEP team @ SLAC
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultFTreeNodeAdapterProvider
public DefaultFTreeNodeAdapterProvider(Class clazz,
FTreeNodeAdapter adapter)
treeNodeAdaptersForClass
public FTreeNodeAdapter[] treeNodeAdaptersForClass(Class c)
- Get the array of FTreeNodeAdapter that provide the behavior for the
given class.
- Specified by:
treeNodeAdaptersForClass
in interface FTreeNodeAdapterProvider
- 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.