public class DefaultFTreeNodeAdapterProvider extends Object implements FTreeNodeAdapterProvider
Constructor and Description |
---|
DefaultFTreeNodeAdapterProvider(Class clazz,
FTreeNodeAdapter adapter) |
Modifier and Type | Method and Description |
---|---|
FTreeNodeAdapter[] |
treeNodeAdaptersForClass(Class c)
Get the array of FTreeNodeAdapter that provide the behavior for the
given class.
|
public DefaultFTreeNodeAdapterProvider(Class clazz, FTreeNodeAdapter adapter)
public FTreeNodeAdapter[] treeNodeAdaptersForClass(Class c)
treeNodeAdaptersForClass
in interface FTreeNodeAdapterProvider
c
- The class of the FTreeNode for which the adapters are being requested.Copyright © 2014. All Rights Reserved.