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


Method Summary
 void addApplication(AppInfo ai)
           
 void addCategory(Category c)
           
 int compareTo(java.lang.Object o)
           
 AppInfo[] getApplications()
           
 Category[] getCategories()
           
 java.lang.String getName()
           
static Category getRoot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)