com.waveset.ui.util
Class TreeContentAdapterFactory
java.lang.Object
com.waveset.ui.util.TreeContentAdapterFactory
- public class TreeContentAdapterFactory
- extends java.lang.Object
A class that knows how to construct TreeContentAdapters.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
code_id
public static final java.lang.String code_id
- See Also:
- Constant Field Values
DEFAULT_PROVIDER_CLASS_NAME
public static final java.lang.String DEFAULT_PROVIDER_CLASS_NAME
- See Also:
- Constant Field Values
TreeContentAdapterFactory
public TreeContentAdapterFactory()
getInstance
public static TreeContentAdapterFactory getInstance()
getTreeContentAdapter
public com.waveset.ui.util.html.TreeContent.TreeContentAdapter getTreeContentAdapter(java.lang.String name,
java.util.Map configuration)
throws TreeContentAdapterFactoryException
- Throws:
TreeContentAdapterFactoryException
makeAdapter
protected com.waveset.ui.util.html.TreeContent.TreeContentAdapter makeAdapter(java.lang.String name,
java.util.Map configuration)
throws TreeContentAdapterFactoryException
- Throws:
TreeContentAdapterFactoryException