Uses of Class
shared.CalendarCategory

Packages that use CalendarCategory
server   
shared   
 

Uses of CalendarCategory in server
 

Methods in server that return CalendarCategory
 CalendarCategory CalendarDatabase.getCategory(java.lang.String sCategoryName)
          Returns a specific calendar category using fast hash lookup.
 

Uses of CalendarCategory in shared
 

Methods in shared that return CalendarCategory
 CalendarCategory CalendarEvent.getCategory()
          This event returns the event's calendar category.
 

Methods in shared with parameters of type CalendarCategory
 void CalendarEvent.setCategory(CalendarCategory category)
          This method sets the event's category.
 

Constructors in shared with parameters of type CalendarCategory
CalendarEvent(CalendarCategory category)
          Simple constructor, creates an event object and increments iEventIDCount by one.