Uses of Interface
jfxtras.icalendarfx.utilities.Callback
Packages that use Callback
Package
Description
-
Uses of Callback in jfxtras.icalendarfx.components
Fields in jfxtras.icalendarfx.components declared as CallbackMethods in jfxtras.icalendarfx.components that return CallbackModifier and TypeMethodDescriptionVPersonal.getUidGeneratorCallback()
Callback for creating unique uid valuesMethods in jfxtras.icalendarfx.components with parameters of type CallbackModifier and TypeMethodDescriptionvoid
VPersonal.setUidGeneratorCallback
(Callback<Void, String> uidCallback) VPersonal.withUidGeneratorCallback
(Callback<Void, String> uidCallback) set UID callback generator. -
Uses of Callback in jfxtras.icalendarfx.content
Fields in jfxtras.icalendarfx.content declared as CallbackConstructors in jfxtras.icalendarfx.content with parameters of type CallbackModifierConstructorDescriptionSingleLineContent
(Orderer orderer, Callback<Void, String> nameCallback, int builderSize) -
Uses of Callback in jfxtras.scene.control.agenda.icalendar
Fields in jfxtras.scene.control.agenda.icalendar declared as CallbackMethods in jfxtras.scene.control.agenda.icalendar that return CallbackModifier and TypeMethodDescriptionICalendarAgenda.getUidGeneratorCallback()
set UID callback generator.Methods in jfxtras.scene.control.agenda.icalendar with parameters of type CallbackModifier and TypeMethodDescriptionvoid
ICalendarAgenda.setUidGeneratorCallback
(Callback<Void, String> uidCallback) set UID callback generator.ICalendarAgenda.withUidGeneratorCallback
(Callback<Void, String> uidCallback) set UID callback generator. -
Uses of Callback in jfxtras.scene.control.agenda.icalendar.factories
Fields in jfxtras.scene.control.agenda.icalendar.factories declared as CallbackConstructors in jfxtras.scene.control.agenda.icalendar.factories with parameters of type CallbackModifierConstructorDescriptionDefaultVComponentFactory
(Organizer organizer, Callback<Void, String> uidGeneratorCallback)