Class TreeNodeFactory
- java.lang.Object
-
- org.glassfish.flashlight.datatree.factory.TreeNodeFactory
-
public class TreeNodeFactory extends Object
- Author:
- Harpreet Singh
-
-
Constructor Summary
Constructors Constructor Description TreeNodeFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TreeNodecreateMethodInvoker(String name, Object instance, String category, Method m)static TreeNodecreateTreeNode(String name, Object instance, String category)
-