Uses of Interface
jfxtras.icalendarfx.components.VComponent
Packages that use VComponent
Package
Description
-
Uses of VComponent in jfxtras.icalendarfx
Methods in jfxtras.icalendarfx that return VComponentMethods in jfxtras.icalendarfx that return types with arguments of type VComponentModifier and TypeMethodDescriptionList<? extends VComponent>VCalendar.getVComponents(VComponent vComponent) A convenience method that returns parent list of theVComponentparameter.Methods in jfxtras.icalendarfx with parameters of type VComponentModifier and TypeMethodDescriptionList<? extends VComponent>VCalendar.getVComponents(VComponent vComponent) A convenience method that returns parent list of theVComponentparameter.VCalendar.importVComponent(VComponent newVComponent) Deprecated. -
Uses of VComponent in jfxtras.icalendarfx.components
Subinterfaces of VComponent in jfxtras.icalendarfx.componentsModifier and TypeInterfaceDescriptioninterfaceVAttendee<T>Interface forAttendeepropertyinterfaceVDateTimeEnd<T>Interface forDateTimeEndpropertyinterfaceVDescribable<T>interfaceFor single DESCRIPTION property Note: Not for VJournal - allows multiple descriptionsinterfaceVDuration<T>Interface forDurationProppropertyinterfaceinterfaceVRepeatable<T>Contains following properties:Classes in jfxtras.icalendarfx.components that implement VComponentModifier and TypeClassDescriptionclassDAYLIGHT
Describes Daylight Saving Time
RFC 5545, 3.6.5, page 65classclassStandardOrDaylight<T extends StandardOrDaylight<T>>Superclass ofDaylightSavingTimeandStandardTimethat contains the following properties:TZNAMETZOFFSETFROMTZOFFSETTOclassSTANDARD
Describes Standard Time
RFC 5545, 3.6.5, page 65classclassVCommon<T>VComponentwith the following propertiesX-PROPclassBase class implementation of aVComponentclassclassVDisplayable<T>VComponentwith the following propertiesATTACHCATEGORIESCLASSCONTACTCREATEDEXDATELAST-MODIFIEDRECURRENCE-IDRELATED-TORRULESEQUENCESTATUSSUMMARYclassVEVENT Event Component RFC 5545, 3.6.1, page 52 Description: A "VEVENT" calendar component is a grouping of component properties, possibly including "VALARM" calendar components, that represents a scheduled amount of time on a calendar.classVFREEBUSY Free/Busy Component RFC 5545 iCalendar 3.6.4.classVJOURNAL Journal Component RFC 5545, 3.6.3, page 57 A "VJOURNAL" calendar component is a grouping of component properties that represent one or more descriptive text notes associated with a particular calendar date.classVLocatable<T>classVPersonal<T>Components with the following properties: ATTENDEE, DTSTAMP, ORGANIZER, REQUEST-STATUS, UID, URLclassVPrimary<T>Components with the following properties: COMMENT, DTSTARTclassContains following properties:classVTIMEZONE Time Zone Component RFC 5545 iCalendar 3.6.5.classVTODO To-Do Component RFC 5545, 3.6.2, page 55 A "VTODO" calendar component is a grouping of component properties and possibly "VALARM" calendar components that represent an action-item or assignment.Fields in jfxtras.icalendarfx.components with type parameters of type VComponentModifier and TypeFieldDescriptionprivate static final Map<Class<? extends VComponent>,VComponentElement> VComponentElement.CLASS_MAPprivate Class<? extends VComponent>VComponentElement.myClassMethods in jfxtras.icalendarfx.components that return types with arguments of type VComponentModifier and TypeMethodDescriptionList<? extends VComponent>StandardOrDaylight.calendarList()List<? extends VComponent>VAlarm.calendarList()List<? extends VComponent>VComponent.calendarList()Class<? extends VComponent>VComponentElement.elementClass()Methods in jfxtras.icalendarfx.components with parameters of type VComponentModifier and TypeMethodDescription(package private) voidVComponentBase.addSubcomponent(VComponent subcomponent) Hook to add subcomponent such as#VAlarm,#StandardTimeand#DaylightSavingTime(package private) voidVLocatable.addSubcomponent(VComponent subcomponent) (package private) voidVTimeZone.addSubcomponent(VComponent subcomponent) Constructor parameters in jfxtras.icalendarfx.components with type arguments of type VComponentModifierConstructorDescriptionprivateVComponentElement(String name, Class<? extends VComponent> myClass) -
Uses of VComponent in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour.popup
Fields in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour.popup declared as VComponentMethods in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour.popup with parameters of type VComponentModifier and TypeMethodDescriptionstatic EditDisplayableSceneSimpleEditSceneFactory.newScene(VComponent vComponent) Create an emptyEditDisplayableScenestatic EditDisplayableSceneSimpleEditSceneFactory.newScene(VComponent vComponent, Object[] params) Create a Stage to edit the type of VComponent passed as a parameterstatic EditDisplayableSceneSimpleEditSceneFactory.newScene(VComponent vComponent, Temporal startRecurrence, Temporal endRecurrence, List<String> categories) Create a Stage to edit the type of VComponent passed as a parameter -
Uses of VComponent in jfxtras.scene.control.agenda.icalendar.editors.deleters
Methods in jfxtras.scene.control.agenda.icalendar.editors.deleters with parameters of type VComponentModifier and TypeMethodDescriptionstatic DeleterSimpleDeleterFactory.newDeleter(VComponent vComponent) static DeleterSimpleDeleterFactory.newDeleter(VComponent vComponent, Object[] params) static DeleterSimpleDeleterFactory.newDeleter(VComponent vComponent, javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> changeDialogCallback, Temporal startOriginalRecurrence) -
Uses of VComponent in jfxtras.scene.control.agenda.icalendar.editors.revisors
Methods in jfxtras.scene.control.agenda.icalendar.editors.revisors with parameters of type VComponentModifier and TypeMethodDescriptionstatic ReviserSimpleRevisorFactory.newReviser(VComponent vComponent) New reviser without parametersstatic ReviserSimpleRevisorFactory.newReviser(VComponent vComponent, Object[] params) New reviser with all parameters packaged in an array