Uses of Class
biweekly.property.Categories

Packages that use Categories
biweekly.component   
biweekly.property.marshaller   
 

Uses of Categories in biweekly.component
 

Methods in biweekly.component that return Categories
 Categories VTodo.addCategories(List<String> categories)
          Adds a list of "tags" or "keywords" that describe the to-do.
 Categories VJournal.addCategories(List<String> categories)
          Adds a list of "tags" or "keywords" that describe the journal entry.
 Categories VEvent.addCategories(List<String> categories)
          Adds a list of "tags" or "keywords" that describe the event.
 Categories VTodo.addCategories(String... categories)
          Adds a list of "tags" or "keywords" that describe the to-do.
 Categories VJournal.addCategories(String... categories)
          Adds a list of "tags" or "keywords" that describe the journal entry.
 Categories VEvent.addCategories(String... categories)
          Adds a list of "tags" or "keywords" that describe the event.
 

Methods in biweekly.component that return types with arguments of type Categories
 List<Categories> VTodo.getCategories()
          Gets a list of "tags" or "keywords" that describe the to-do.
 List<Categories> VJournal.getCategories()
          Gets a list of "tags" or "keywords" that describe the journal entry.
 List<Categories> VEvent.getCategories()
          Gets a list of "tags" or "keywords" that describe the event.
 

Methods in biweekly.component with parameters of type Categories
 void VTodo.addCategories(Categories categories)
          Adds a list of "tags" or "keywords" that describe the to-do.
 void VJournal.addCategories(Categories categories)
          Adds a list of "tags" or "keywords" that describe the journal entry.
 void VEvent.addCategories(Categories categories)
          Adds a list of "tags" or "keywords" that describe the event.
 

Uses of Categories in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return Categories
 Categories CategoriesMarshaller.newInstance(ICalDataType dataType, ICalParameters parameters)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.