Class CategoryTree
- java.lang.Object
-
- org.apache.myfaces.tobago.example.demo.CategoryTree
-
public class CategoryTree extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DefaultMutableTreeNodecreateNode(String name, String id)static DefaultMutableTreeNodecreateSample()
-
-
-
Method Detail
-
createSample
public static DefaultMutableTreeNode createSample()
-
createNode
public static DefaultMutableTreeNode createNode(String name, String id)
-
-