117118119120121122123
return null; } public Enumeration<AbstractCategory> children() { return new CategoryEnumeration(); }
127128129130131132133
return true; } public TreeNode getChildAt(int childIndex) { return new CategoryEnumeration().get(childIndex); }
132133134135136137138
return new CategoryEnumeration().get(childIndex); } public int getChildCount() { return new CategoryEnumeration().size(); }