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 class
A 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.appointmentGroupObjectProperty
private final javafx.collections.ObservableList
<Agenda.AppointmentGroup> Agenda.appointmentGroups
Methods in jfxtras.scene.control.agenda that return Agenda.AppointmentGroupModifier and TypeMethodDescriptionAgenda.Appointment.getAppointmentGroup()
Agenda.AppointmentImplBase.getAppointmentGroup()
Gets the value of theappointmentGroup
property.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 TypeMethodDescriptionvoid
Agenda.Appointment.setAppointmentGroup
(Agenda.AppointmentGroup s) void
Agenda.AppointmentImplBase.setAppointmentGroup
(Agenda.AppointmentGroup value) Sets the value of theappointmentGroup
property.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.appointmentGroups
Constructor parameters in jfxtras.scene.control.agenda.icalendar.factories with type arguments of type Agenda.AppointmentGroupModifierConstructorDescriptionDefaultRecurrenceFactory
(Collection<Agenda.AppointmentGroup> appointmentGroups)