netx.start
Class Category
java.lang.Object
|
+--netx.start.Category
- All Implemented Interfaces:
- java.lang.Comparable
- public class Category
- extends java.lang.Object
- implements java.lang.Comparable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getRoot
public static Category getRoot()
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable
getName
public java.lang.String getName()
getCategories
public Category[] getCategories()
getApplications
public AppInfo[] getApplications()
addApplication
public void addApplication(AppInfo ai)
addCategory
public void addCategory(Category c)