|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICalComponentMarshaller | |
|---|---|
| biweekly | |
| biweekly.component.marshaller | |
| biweekly.io | |
| biweekly.io.json | |
| biweekly.io.text | |
| biweekly.io.xml | |
| Uses of ICalComponentMarshaller in biweekly |
|---|
| Uses of ICalComponentMarshaller in biweekly.component.marshaller |
|---|
| Subclasses of ICalComponentMarshaller in biweekly.component.marshaller | |
|---|---|
class |
DaylightSavingsTimeMarshaller
|
class |
ICalendarMarshaller
|
class |
RawComponentMarshaller
|
class |
StandardTimeMarshaller
|
class |
VAlarmMarshaller
|
class |
VEventMarshaller
|
class |
VFreeBusyMarshaller
|
class |
VJournalMarshaller
|
class |
VTimezoneMarshaller
|
class |
VTodoMarshaller
|
| Uses of ICalComponentMarshaller in biweekly.io |
|---|
| Methods in biweekly.io that return ICalComponentMarshaller | |
|---|---|
ICalComponentMarshaller<? extends ICalComponent> |
ICalMarshallerRegistrar.getComponentMarshaller(Class<? extends ICalComponent> clazz)
Gets a component marshaller by class. |
ICalComponentMarshaller<? extends ICalComponent> |
ICalMarshallerRegistrar.getComponentMarshaller(ICalComponent component)
Gets the appropriate component marshaller for a given component instance. |
ICalComponentMarshaller<? extends ICalComponent> |
ICalMarshallerRegistrar.getComponentMarshaller(String componentName)
Gets a component marshaller by name. |
| Methods in biweekly.io with parameters of type ICalComponentMarshaller | |
|---|---|
void |
ICalMarshallerRegistrar.register(ICalComponentMarshaller<? extends ICalComponent> marshaller)
Registers a component marshaller. |
void |
ICalMarshallerRegistrar.unregister(ICalComponentMarshaller<? extends ICalComponent> marshaller)
Unregisters a component marshaller. |
| Uses of ICalComponentMarshaller in biweekly.io.json |
|---|
| Methods in biweekly.io.json with parameters of type ICalComponentMarshaller | |
|---|---|
void |
JCalWriter.registerMarshaller(ICalComponentMarshaller<? extends ICalComponent> marshaller)
Registers an experimental component marshaller. |
void |
JCalReader.registerMarshaller(ICalComponentMarshaller<? extends ICalComponent> marshaller)
Registers an experimental component marshaller. |
| Uses of ICalComponentMarshaller in biweekly.io.text |
|---|
| Methods in biweekly.io.text with parameters of type ICalComponentMarshaller | |
|---|---|
void |
ICalWriter.registerMarshaller(ICalComponentMarshaller<? extends ICalComponent> marshaller)
Registers an experimental component marshaller. |
void |
ICalReader.registerMarshaller(ICalComponentMarshaller<? extends ICalComponent> marshaller)
Registers an experimental component marshaller. |
| Uses of ICalComponentMarshaller in biweekly.io.xml |
|---|
| Methods in biweekly.io.xml with parameters of type ICalComponentMarshaller | |
|---|---|
void |
XCalDocument.registerMarshaller(ICalComponentMarshaller<? extends ICalComponent> marshaller)
Registers an experimental component marshaller. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||