|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Resources | |
---|---|
biweekly.component | |
biweekly.property.marshaller |
Uses of Resources in biweekly.component |
---|
Methods in biweekly.component that return Resources | |
---|---|
Resources |
VTodo.addResources(List<String> resources)
Adds a list of resources that are needed for the to-do. |
Resources |
VEvent.addResources(List<String> resources)
Adds a list of resources that are needed for the event. |
Resources |
VTodo.addResources(String... resources)
Adds a list of resources that are needed for the to-do. |
Resources |
VEvent.addResources(String... resources)
Adds a list of resources that are needed for the event. |
Methods in biweekly.component that return types with arguments of type Resources | |
---|---|
List<Resources> |
VTodo.getResources()
Gets the resources that are needed for the to-do. |
List<Resources> |
VEvent.getResources()
Gets the resources that are needed for the event. |
Methods in biweekly.component with parameters of type Resources | |
---|---|
void |
VTodo.addResources(Resources resources)
Adds a list of resources that are needed for the to-do. |
void |
VEvent.addResources(Resources resources)
Adds a list of resources that are needed for the event. |
Uses of Resources in biweekly.property.marshaller |
---|
Methods in biweekly.property.marshaller that return Resources | |
---|---|
Resources |
ResourcesMarshaller.newInstance(ICalDataType dataType,
ICalParameters parameters)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |