Package | Description |
---|---|
org.freehep.jas.plugin.tree |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFTreeNodeAdapter
A FTreeNodeAdapter define the behavior of FTreeNodes through its methods.
|
class |
DefaultFTreeNodeAdapterProxy
A FTreeNodeAdapter define the behavior of FTreeNodes through its methods.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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).
|
Constructor and Description |
---|
DefaultFTreeNodeAdapterProvider(Class clazz,
FTreeNodeAdapter adapter) |
Copyright © 2016. All rights reserved.