Uses of Interface
jfxtras.scene.control.agenda.Agenda.AppointmentGroup
Packages that use Agenda.AppointmentGroup
Package
Description
-
Uses of Agenda.AppointmentGroup in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour
Constructor parameters in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour with type arguments of type Agenda.AppointmentGroupModifierConstructorDescriptionNewAppointmentDialog(Agenda.Appointment appointment, javafx.collections.ObservableList<Agenda.AppointmentGroup> appointmentGroups, ResourceBundle resources) -
Uses of Agenda.AppointmentGroup in jfxtras.scene.control.agenda
Classes in jfxtras.scene.control.agenda that implement Agenda.AppointmentGroupModifier and TypeClassDescriptionstatic classA class to help you get going; all the required methods of the interface are implemented as JavaFX propertiesFields in jfxtras.scene.control.agenda with type parameters of type Agenda.AppointmentGroupModifier and TypeFieldDescriptionprivate final javafx.beans.property.ObjectProperty<Agenda.AppointmentGroup>Agenda.AppointmentImplBase.appointmentGroupObjectPropertyprivate final javafx.collections.ObservableList<Agenda.AppointmentGroup>Agenda.appointmentGroupsMethods in jfxtras.scene.control.agenda that return Agenda.AppointmentGroupModifier and TypeMethodDescriptionAgenda.Appointment.getAppointmentGroup()Agenda.AppointmentImplBase.getAppointmentGroup()Gets the value of the property appointmentGroup.Methods in jfxtras.scene.control.agenda that return types with arguments of type Agenda.AppointmentGroupModifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<Agenda.AppointmentGroup>Agenda.AppointmentImplBase.appointmentGroupProperty()AppointmentGroup:javafx.collections.ObservableList<Agenda.AppointmentGroup>Agenda.appointmentGroups()AppointmentGroups:Methods in jfxtras.scene.control.agenda with parameters of type Agenda.AppointmentGroupModifier and TypeMethodDescriptionvoidAgenda.Appointment.setAppointmentGroup(Agenda.AppointmentGroup s) voidAgenda.AppointmentImplBase.setAppointmentGroup(Agenda.AppointmentGroup value) Sets the value of the property appointmentGroup.Agenda.AppointmentImplBase.withAppointmentGroup(Agenda.AppointmentGroup value) -
Uses of Agenda.AppointmentGroup in jfxtras.scene.control.agenda.icalendar.factories
Fields in jfxtras.scene.control.agenda.icalendar.factories with type parameters of type Agenda.AppointmentGroupModifier and TypeFieldDescriptionprivate Collection<Agenda.AppointmentGroup>DefaultRecurrenceFactory.appointmentGroupsConstructor parameters in jfxtras.scene.control.agenda.icalendar.factories with type arguments of type Agenda.AppointmentGroupModifierConstructorDescriptionDefaultRecurrenceFactory(Collection<Agenda.AppointmentGroup> appointmentGroups)