What kinds of Objects do they create?
Agenda, Agenda.Appointment, Agenda.AppointmentGroup
Agenda.AppointmentGroupImpl, Agenda.AppointmentImpl, Agenda.CalendarRange
Agenda.AgendaSkin, AgendaWeekSkin
Thank you all in advance.
PS.
I've been going over the JFTras API but there's not much explanation there. There isn't that much elsewhere on the internet either. I think the JFXtras framework could really grow; it seems really useful, especially the Agenda, plus it is just what I need for my project now.
Short answers:
Agenda
is a JavaFX calendar componentAgenda.Appointment
, Agenda.AppointmentGroup
are interfacesAgenda.AppointmentGroupImpl
, Agenda.AppointmentImpl
are default implementations of previously mentioned interfacesAgenda.AgendaSkin
, Agenda.WeekSkin
are implementations of JavaFX component skins More info on architecture of JavaFX component can be found at http://www.guigarage.com/2012/11/custom-ui-controls-with-javafx-part-1/