Uses of Interface
jfxtras.scene.control.agenda.Agenda.AppointmentGroup
Packages that use Agenda.AppointmentGroup
-
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 propertiesMethods in jfxtras.scene.control.agenda that return Agenda.AppointmentGroupModifier and TypeMethodDescriptionAgenda.Appointment.getAppointmentGroup()Agenda.AppointmentImplBase.getAppointmentGroup()Gets the value of theappointmentGroupproperty.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 theappointmentGroupproperty.Agenda.AppointmentImplBase.withAppointmentGroup(Agenda.AppointmentGroup value) -
Uses of Agenda.AppointmentGroup in jfxtras.scene.control.agenda.icalendar.factories
Constructor parameters in jfxtras.scene.control.agenda.icalendar.factories with type arguments of type Agenda.AppointmentGroupModifierConstructorDescriptionDefaultRecurrenceFactory(Collection<Agenda.AppointmentGroup> appointmentGroups)