Skip navigation links
A B C D E F G H I L M N O P R S T U V W Y Z 

A

addEntries(Entry<?>...) - Method in class com.calendarfx.model.Calendar
Adds the given entries to the calendar.
addEntries(Collection<Entry<?>>) - Method in class com.calendarfx.model.Calendar
Adds the given entries to the calendar.
addEntries(Iterator<Entry<?>>) - Method in class com.calendarfx.model.Calendar
Adds the entries returned by the iterator to the calendar.
addEntries(Iterable<Entry<?>>) - Method in class com.calendarfx.model.Calendar
Adds the entries returned by the iterable to the calendar.
addEntry(Entry<?>) - Method in class com.calendarfx.model.Calendar
Adds the given entry to the calendar.
addEventHandler(EventHandler<CalendarEvent>) - Method in class com.calendarfx.model.Calendar
Adds an event handler for calendar events.
adjustTime(ZonedDateTime, boolean, DayOfWeek) - Method in class com.calendarfx.view.VirtualGrid
Adjusts the given time either rounding it up or down.
adjustTime(Instant, ZoneId, boolean, DayOfWeek) - Method in class com.calendarfx.view.VirtualGrid
Adjusts the given instant either rounding it up or down.
adjustTime(LocalDateTime, boolean, DayOfWeek) - Method in class com.calendarfx.view.VirtualGrid
Adjusts the given time either rounding it up or down.
adjustToFirstDayOfWeek(LocalDate, DayOfWeek) - Static method in class com.calendarfx.util.Util
Adjusts the given date to a new date that marks the beginning of the week where the given date is located.
adjustToFirstDayOfWeekProperty() - Method in class com.calendarfx.view.AllDayView
A flag used to indicate that the view should always show the first day of the week (e.g.
adjustToFirstDayOfWeekProperty() - Method in class com.calendarfx.view.DetailedWeekView
A flag used to indicate that the view should always show the first day of the week (e.g.
adjustToFirstDayOfWeekProperty() - Method in class com.calendarfx.view.WeekDayHeaderView
A flag used to indicate that the view should always show the first day of the week (e.g.
adjustToFirstDayOfWeekProperty() - Method in class com.calendarfx.view.WeekView
A flag used to indicate that the view should always show the first day of the week (e.g.
adjustToLastDayOfWeek(LocalDate, DayOfWeek) - Static method in class com.calendarfx.util.Util
Adjusts the given date to a new date that marks the end of the week where the given date is located.
afterUnitsProperty() - Method in class com.calendarfx.view.print.TimeRangeField
 
AgendaEntry(LocalDate) - Constructor for class com.calendarfx.view.AgendaView.AgendaEntry
 
AgendaEntryCell(AgendaView) - Constructor for class com.calendarfx.view.AgendaView.AgendaEntryCell
Constructs a new cell that will work with the given agenda view.
AgendaEntryCell(AgendaView, boolean) - Constructor for class com.calendarfx.view.AgendaView.AgendaEntryCell
Constructs a new cell that will work with the given agenda view.
AgendaView - Class in com.calendarfx.view
The agenda view displays calendar entries in a list.
AgendaView() - Constructor for class com.calendarfx.view.AgendaView
Constructs a new agenda view.
AgendaView.AgendaEntry - Class in com.calendarfx.view
Agenda entries are model objects that reference a collection of calendar entries for a specific date.
AgendaView.AgendaEntryCell - Class in com.calendarfx.view
A specialized list cell that is capable of displaying all entries currently assigned to a given day.
AllDayEntryView - Class in com.calendarfx.view
An entry view specialized for display in the AllDayView control.
AllDayEntryView(Entry<?>) - Constructor for class com.calendarfx.view.AllDayEntryView
Constructs a new entry.
AllDayView - Class in com.calendarfx.view
A date control used on top of a DayView or a DetailedWeekView for showing "full day" calendar entries.
AllDayView(int) - Constructor for class com.calendarfx.view.AllDayView
Constructs a new view for the given number of days.
AllDayView() - Constructor for class com.calendarfx.view.AllDayView
Constructs a new view for seven days.
ANY - Static variable in class com.calendarfx.model.CalendarEvent
The supertype of all event types in this event class.

B

back() - Method in class com.calendarfx.view.print.PrintablePage
 
BadgeDateCell(MonthSheetView, LocalDate) - Constructor for class com.calendarfx.view.MonthSheetView.BadgeDateCell
Constructs a new badge date cell.
bind(DateControl) - Method in class com.calendarfx.view.CalendarHeaderView
 
bind(DateControl, boolean) - Method in class com.calendarfx.view.DateControl
Binds several properties of the given date control to the same properties of this control.
bind(DayViewBase, boolean) - Method in class com.calendarfx.view.DayViewBase
Invokes DateControl.bind(DateControl, boolean) and adds some more bindings between this control and the given control.
bind(DateControl) - Method in class com.calendarfx.view.SourceGridView
 
bind(DateControl) - Method in class com.calendarfx.view.SourceView
 
bindBidirectional(Property<L>, Property<R>, Util.Converter<L, R>) - Static method in class com.calendarfx.util.Util
Creates a bidirectional binding between the two given properties of different types via the help of a Util.Converter.
bindPage(PrintablePage) - Method in class com.calendarfx.view.print.PrintablePage
 
bottomMarginProperty() - Method in class com.calendarfx.view.print.PaperView
Stores the bottom print margin value.
bottomMarginProperty() - Method in class com.calendarfx.view.print.PrintablePage
Stores the bottom print margin value.
bounce() - Method in class com.calendarfx.view.EntryViewBase
Makes the entry view "bounce" by applying a scale transition.
buildEventDispatchChain(EventDispatchChain) - Method in class com.calendarfx.model.Calendar
 
ButtonBar - Class in com.calendarfx.view
A segmented button bar control based on the segmented button control found in ControlsFX but this one working with regular buttons and not toggle buttons.
ButtonBar() - Constructor for class com.calendarfx.view.ButtonBar
Constructs a new button bar.
ButtonBar(Button...) - Constructor for class com.calendarfx.view.ButtonBar
Constructs a new button bar for the given buttons.
ButtonBar(ObservableList<Button>) - Constructor for class com.calendarfx.view.ButtonBar
Constructs a new button bar for the given buttons.

C

Calendar - Class in com.calendarfx.model
A calendar is responsible for storing calendar entries.
Calendar() - Constructor for class com.calendarfx.model.Calendar
Constructs a new calendar.
Calendar(String) - Constructor for class com.calendarfx.model.Calendar
Constructs a new calendar with the given name.
Calendar.Style - Enum in com.calendarfx.model
Predefined visual styles for calendars.
CALENDAR_CHANGED - Static variable in class com.calendarfx.model.CalendarEvent
An event type used to inform the application that "something" inside the calendar has changed and that the views need to update their visuals accordingly (brute force update).
CalendarEvent - Class in com.calendarfx.model
An event class used to signal changes done within a calendar or changes done to a calendar entry.
CalendarEvent(EventType<? extends CalendarEvent>, Calendar) - Constructor for class com.calendarfx.model.CalendarEvent
Constructs a new event for subclass.
CalendarEvent(EventType<? extends CalendarEvent>, Calendar, Entry<?>) - Constructor for class com.calendarfx.model.CalendarEvent
Constructs a new event.
CalendarEvent(EventType<CalendarEvent>, Calendar, Entry<?>, Calendar) - Constructor for class com.calendarfx.model.CalendarEvent
Constructs a new event used for signalling that an entry was assigned to a new calendar.
CalendarEvent(EventType<CalendarEvent>, Calendar, Entry<?>, Object) - Constructor for class com.calendarfx.model.CalendarEvent
Constructs a new event used for signalling that an entry has been assigned a new user object.
CalendarEvent(EventType<CalendarEvent>, Calendar, Entry<?>, Interval) - Constructor for class com.calendarfx.model.CalendarEvent
Constructs a new event used for signalling that an entry was assigned a new start end date / time.
CalendarEvent(EventType<CalendarEvent>, Calendar, Entry<?>, String) - Constructor for class com.calendarfx.model.CalendarEvent
Constructs a new event used for signalling that an entry was assigned a new text (normally the title).
CalendarEvent(EventType<CalendarEvent>, Calendar, Entry<?>, boolean) - Constructor for class com.calendarfx.model.CalendarEvent
Constructs a new event used for signaling that an entry was set to full day.
CalendarFX - Class in com.calendarfx.util
Common superclass for all controls in this framework.
CalendarFX() - Constructor for class com.calendarfx.util.CalendarFX
 
CalendarFXControl - Class in com.calendarfx.view
Common superclass for all controls in the calendar framework.
CalendarFXControl() - Constructor for class com.calendarfx.view.CalendarFXControl
Constructs a new control.
CalendarHeaderView - Class in com.calendarfx.view
A view used for showing the short names of calendars on top of those DayView instances that are using the DateControl.Layout.SWIMLANE layout strategy.
CalendarHeaderView() - Constructor for class com.calendarfx.view.CalendarHeaderView
Constructs a new calendar header view.
calendarProperty() - Method in class com.calendarfx.model.Entry
A property used to store a reference to the calendar that owns the entry.
calendarProperty() - Method in class com.calendarfx.view.CalendarSelector
A property used to store the current value of the control, the currently selected calendar.
CalendarSelector - Class in com.calendarfx.view
A control for choosing a calendar from a list of calendars.
CalendarSelector() - Constructor for class com.calendarfx.view.CalendarSelector
Constructs a new selector.
CalendarSource - Class in com.calendarfx.model
A calendar source is a collection of calendars.
CalendarSource() - Constructor for class com.calendarfx.model.CalendarSource
Constructs a new untitled calendar source.
CalendarSource(String) - Constructor for class com.calendarfx.model.CalendarSource
Constructs a new calendar source with the given name.
calendarSourceFactoryProperty() - Method in class com.calendarfx.view.DateControl
A factory for creating a new calendar source, e.g.
calendarsProperty() - Method in class com.calendarfx.view.DateControl
A list that contains all calendars found in all calendar sources currently attached to this date control.
CalendarView - Class in com.calendarfx.view
A full calendar view with multiple pages for displaying a single day, a week, a month, and an entire year.
CalendarView() - Constructor for class com.calendarfx.view.CalendarView
Constructs a new calendar view.
call(DateControl.ContextMenuParameter) - Method in class com.calendarfx.view.ContextMenuProvider
 
CANCEL_PRESSED - Static variable in class com.calendarfx.view.popover.RecurrencePopup.RecurrencePopupEvent
 
cellFactoryProperty() - Method in class com.calendarfx.view.AgendaView
 
cellFactoryProperty() - Method in class com.calendarfx.view.CalendarHeaderView
Returns the property used for storing a reference to a cell factory that will be used to create the nodes that will serve as column headers.
cellFactoryProperty() - Method in class com.calendarfx.view.MonthSheetView
A property used to store a reference to the cell factory for this view.
cellFactoryProperty() - Method in class com.calendarfx.view.WeekDayHeaderView
A cell factory used for creating instances of WeekDayHeaderView.WeekDayCell that will be used to display the weekend day names.
cellFactoryProperty() - Method in class com.calendarfx.view.YearMonthView
A factory for creating alternative content for the month view.
changeEndDate(LocalDate) - Method in class com.calendarfx.model.Entry
Changes the end date of the entry interval and ensures that the entry's interval stays valid, which means that the start time will be before the end time and that the duration of the entry will be at least the duration defined by the Entry.minimumDurationProperty().
changeEndDate(LocalDate, boolean) - Method in class com.calendarfx.model.Entry
Changes the end date of the entry interval.
changeEndTime(LocalTime) - Method in class com.calendarfx.model.Entry
Changes the end time of the entry interval and ensures that the entry's interval stays valid, which means that the start time will be before the end time and that the duration of the entry will be at least the duration defined by the Entry.minimumDurationProperty().
changeEndTime(LocalTime, boolean) - Method in class com.calendarfx.model.Entry
Changes the end time of the entry interval.
changeStartDate(LocalDate) - Method in class com.calendarfx.model.Entry
Changes the start date of the entry interval and ensures that the entry's interval stays valid, which means that the start time will be before the end time and that the duration of the entry will be at least the duration defined by the Entry.minimumDurationProperty().
changeStartDate(LocalDate, boolean) - Method in class com.calendarfx.model.Entry
Changes the start date of the entry interval.
changeStartTime(LocalTime) - Method in class com.calendarfx.model.Entry
Changes the start time of the entry interval and ensures that the entry's interval stays valid, which means that the start time will be before the end time and that the duration of the entry will be at least the duration defined by the Entry.minimumDurationProperty().
changeStartTime(LocalTime, boolean) - Method in class com.calendarfx.model.Entry
Changes the start time of the entry interval.
clear() - Method in class com.calendarfx.model.Calendar
Removes all entries from the calendar.
clear() - Method in class com.calendarfx.view.DateSelectionModel
 
clearAndSelect(LocalDate) - Method in class com.calendarfx.view.DateSelectionModel
 
clearSelection() - Method in class com.calendarfx.view.DateControl
Clears the current selection of entries.
clickBehaviourProperty() - Method in class com.calendarfx.view.MonthSheetView
The behaviour used when the user clicks on a date.
clickBehaviourProperty() - Method in class com.calendarfx.view.YearMonthView
The behaviour used when the user clicks on a date.
columnSpacingProperty() - Method in class com.calendarfx.view.AllDayView
Stores the spacing between columns in the view.
com.calendarfx.model - package com.calendarfx.model
Classes for modeling calendars and entries.
com.calendarfx.util - package com.calendarfx.util
Core classes used for logging, license management.
com.calendarfx.view - package com.calendarfx.view
Custom controls for visualizing calendars for a day, a week, a month, or a year.
com.calendarfx.view.page - package com.calendarfx.view.page
Complex controls that wire several date controls together for a rich user experience.
com.calendarfx.view.popover - package com.calendarfx.view.popover
A getting started set of views for creating popovers for calendar entries.
com.calendarfx.view.print - package com.calendarfx.view.print
A set of controls used for creating a print preview dialog.
compareTo(Entry<?>) - Method in class com.calendarfx.model.Entry
 
compareTo(AgendaView.AgendaEntry) - Method in class com.calendarfx.view.AgendaView.AgendaEntry
 
compareTo(EntryViewBase<T>) - Method in class com.calendarfx.view.EntryViewBase
 
computePrefHeight(double) - Method in class com.calendarfx.view.MonthSheetView.BadgeDateCell
 
computePrefHeight(double) - Method in class com.calendarfx.view.MonthSheetView.DetailedDateCell
 
computePrefHeight(double) - Method in class com.calendarfx.view.MonthSheetView.SimpleDateCell
 
computePrefWidth(double) - Method in class com.calendarfx.view.MonthSheetView.BadgeDateCell
 
computePrefWidth(double) - Method in class com.calendarfx.view.MonthSheetView.DetailedDateCell
 
computePrefWidth(double) - Method in class com.calendarfx.view.MonthSheetView.SimpleDateCell
 
CONFIG - Static variable in class com.calendarfx.util.LoggingDomain
Logger used for anything related to the configuration of the calendar.
contentProperty() - Method in class com.calendarfx.view.print.ZoomPane
 
contextMenuCallbackProperty() - Method in class com.calendarfx.view.DateControl
The context menu callback that will be invoked when the user triggers the context menu by clicking in an area without an entry view.
ContextMenuParameter(ContextMenuEvent, DateControl, Calendar, ZonedDateTime) - Constructor for class com.calendarfx.view.DateControl.ContextMenuParameter
Constructs a new parameter object.
ContextMenuProvider - Class in com.calendarfx.view
An implementation of the context menu callback required by DateControl.
ContextMenuProvider() - Constructor for class com.calendarfx.view.ContextMenuProvider
 
convertRFC2445ToText(String, LocalDate) - Static method in class com.calendarfx.util.Util
Converts the given recurrence rule (according to RFC 2445) into a human readable text, e.g.
createBody() - Method in class com.calendarfx.view.AgendaView.AgendaEntryCell
Creates the node used for the body part of each cell.
createCalendarSource() - Method in class com.calendarfx.view.DateControl
Creates a new calendar source that will be added to the list of calendar sources of this date control.
CreateCalendarSourceParameter(DateControl) - Constructor for class com.calendarfx.view.DateControl.CreateCalendarSourceParameter
Constructs a new parameter object.
createDefaultSkin() - Method in class com.calendarfx.view.AgendaView
 
createDefaultSkin() - Method in class com.calendarfx.view.AllDayEntryView
 
createDefaultSkin() - Method in class com.calendarfx.view.AllDayView
 
createDefaultSkin() - Method in class com.calendarfx.view.ButtonBar
 
createDefaultSkin() - Method in class com.calendarfx.view.CalendarHeaderView
 
createDefaultSkin() - Method in class com.calendarfx.view.CalendarSelector
 
createDefaultSkin() - Method in class com.calendarfx.view.CalendarView
 
createDefaultSkin() - Method in class com.calendarfx.view.DayEntryView
 
createDefaultSkin() - Method in class com.calendarfx.view.DayView
 
createDefaultSkin() - Method in class com.calendarfx.view.DetailedDayView
 
createDefaultSkin() - Method in class com.calendarfx.view.DetailedWeekView
 
createDefaultSkin() - Method in class com.calendarfx.view.DeveloperConsole
 
createDefaultSkin() - Method in class com.calendarfx.view.MonthEntryView
 
createDefaultSkin() - Method in class com.calendarfx.view.MonthSheetView
 
createDefaultSkin() - Method in class com.calendarfx.view.MonthView
 
createDefaultSkin() - Method in class com.calendarfx.view.page.DayPage
 
createDefaultSkin() - Method in class com.calendarfx.view.page.MonthPage
 
createDefaultSkin() - Method in class com.calendarfx.view.page.WeekPage
 
createDefaultSkin() - Method in class com.calendarfx.view.page.YearPage
 
createDefaultSkin() - Method in class com.calendarfx.view.popover.RecurrencePopup
 
createDefaultSkin() - Method in class com.calendarfx.view.print.OptionsView
 
createDefaultSkin() - Method in class com.calendarfx.view.print.PaperView
 
createDefaultSkin() - Method in class com.calendarfx.view.print.PreviewPane
 
createDefaultSkin() - Method in class com.calendarfx.view.print.PrintablePage
 
createDefaultSkin() - Method in class com.calendarfx.view.print.PrintView
 
createDefaultSkin() - Method in class com.calendarfx.view.print.SettingsView
 
createDefaultSkin() - Method in class com.calendarfx.view.print.TimeRangeField
 
createDefaultSkin() - Method in class com.calendarfx.view.print.TimeRangeView
 
createDefaultSkin() - Method in class com.calendarfx.view.print.ZoomPane
 
createDefaultSkin() - Method in class com.calendarfx.view.RecurrenceView
 
createDefaultSkin() - Method in class com.calendarfx.view.SearchResultView
 
createDefaultSkin() - Method in class com.calendarfx.view.SourceGridView
 
createDefaultSkin() - Method in class com.calendarfx.view.SourceView
 
createDefaultSkin() - Method in class com.calendarfx.view.TimeField
 
createDefaultSkin() - Method in class com.calendarfx.view.TimeScaleView
 
createDefaultSkin() - Method in class com.calendarfx.view.WeekDayHeaderView
 
createDefaultSkin() - Method in class com.calendarfx.view.WeekDayView
 
createDefaultSkin() - Method in class com.calendarfx.view.WeekFieldsView
 
createDefaultSkin() - Method in class com.calendarfx.view.WeekTimeScaleView
 
createDefaultSkin() - Method in class com.calendarfx.view.WeekView
 
createDefaultSkin() - Method in class com.calendarfx.view.YearMonthView
 
createDefaultSkin() - Method in class com.calendarfx.view.YearView
 
createEntryAt(ZonedDateTime) - Method in class com.calendarfx.view.DateControl
Creates a new entry at the given time.
createEntryAt(ZonedDateTime, Calendar) - Method in class com.calendarfx.view.DateControl
Creates a new entry at the given time.
createEntryGraphic(Entry<?>) - Method in class com.calendarfx.view.AgendaView.AgendaEntryCell
Creates a node used to display an icon for the entry.
CreateEntryParameter(DateControl, Calendar, ZonedDateTime) - Constructor for class com.calendarfx.view.DateControl.CreateEntryParameter
Constructs a new parameter object.
createEntryTimeLabel(Entry<?>) - Method in class com.calendarfx.view.AgendaView.AgendaEntryCell
Creates the label used to display the time of the entry.
createEntryTitleLabel(Entry<?>) - Method in class com.calendarfx.view.AgendaView.AgendaEntryCell
Creates the label used to display the title of the entry.
createHeader() - Method in class com.calendarfx.view.AgendaView.AgendaEntryCell
Creates the header part for each cell.
createRecurrence() - Method in class com.calendarfx.model.Entry
If the entry defines a recurrence rule (see Entry.recurrenceRuleProperty()) then the calendar will use this method to create one or more "copies" of the entry.

D

DateCell(MonthSheetView, LocalDate) - Constructor for class com.calendarfx.view.MonthSheetView.DateCell
Constructs a new date cell.
DateCell() - Constructor for class com.calendarfx.view.YearMonthView.DateCell
 
DateControl - Class in com.calendarfx.view
The superclass for all controls that are showing calendar information.
DateControl() - Constructor for class com.calendarfx.view.DateControl
Constructs a new date control and initializes all factories and callbacks with default implementations.
DateControl.ContextMenuParameter - Class in com.calendarfx.view
The parameter object passed to the context menu callback.
DateControl.CreateCalendarSourceParameter - Class in com.calendarfx.view
The parameter object passed to the calendar source factory.
DateControl.CreateEntryParameter - Class in com.calendarfx.view
The parameter object passed to the entry factory.
DateControl.DateDetailsParameter - Class in com.calendarfx.view
The parameter object passed to the date details callback.
DateControl.EntryContextMenuParameter - Class in com.calendarfx.view
The parameter object passed to the context menu callback for entries.
DateControl.EntryDetailsParameter - Class in com.calendarfx.view
The parameter object passed to the entry details callback.
DateControl.EntryDetailsPopOverContentParameter - Class in com.calendarfx.view
The parameter object passed to the entry details popover content callback.
DateControl.Layout - Enum in com.calendarfx.view
Supported layout strategies by the DayView.
DateControl.Usage - Enum in com.calendarfx.view
 
dateControlProperty() - Method in class com.calendarfx.view.DeveloperConsole
Stores a reference to the date control that will be monitored by the console.
dateControlProperty() - Method in class com.calendarfx.view.EntryViewBase
The date control where the entry view is shown.
dateDetailsCallbackProperty() - Method in class com.calendarfx.view.DateControl
A callback used for showing the details of a given date.
DateDetailsParameter(InputEvent, DateControl, Node, LocalDate, double, double) - Constructor for class com.calendarfx.view.DateControl.DateDetailsParameter
Constructs a new parameter object.
DateParameter(MonthSheetView, LocalDate) - Constructor for class com.calendarfx.view.MonthSheetView.DateParameter
Constructs a new parameter object.
DatePopOver - Class in com.calendarfx.view.popover
A popover that shows the calendar entries for a given date.
DatePopOver(DateControl, LocalDate) - Constructor for class com.calendarfx.view.popover.DatePopOver
Constructs a new popover for the given date.
dateProperty() - Method in class com.calendarfx.view.DateControl
The date that needs to be shown by the date control.
dateProperty() - Method in class com.calendarfx.view.WeekDayHeaderView.WeekDayCell
The date shown by this cell.
DateSelectionModel - Class in com.calendarfx.view
 
DateSelectionModel() - Constructor for class com.calendarfx.view.DateSelectionModel
 
DateSelectionModel.SelectionMode - Enum in com.calendarfx.view
 
dateSelectionModelProperty() - Method in class com.calendarfx.view.MonthSheetView
A property used to store a selection model for selecting dates.
dateTimeFormatterProperty() - Method in class com.calendarfx.view.page.PageBase
A formatter for the date shown in the upper right corner.
DayEntryView - Class in com.calendarfx.view
A view representing an entry inside the DayView control.
DayEntryView(Entry<?>) - Constructor for class com.calendarfx.view.DayEntryView
Constructs a new entry view for the given calendar entry.
dayOfMonthLabel - Variable in class com.calendarfx.view.MonthSheetView.SimpleDateCell
 
dayOfWeekLabel - Variable in class com.calendarfx.view.MonthSheetView.SimpleDateCell
 
DayPage - Class in com.calendarfx.view.page
A composite view focused on displaying calendar information for a single day.
DayPage() - Constructor for class com.calendarfx.view.page.DayPage
Constructs a new day page.
DayPage.DayPageLayout - Enum in com.calendarfx.view.page
An enumerator used for telling the DayPage view to show more or less content.
dayPageLayoutProperty() - Method in class com.calendarfx.view.page.DayPage
Stores the currently requested layout for the DayPage.
DayView - Class in com.calendarfx.view
A view representing a single day.
DayView() - Constructor for class com.calendarfx.view.DayView
Constructs a new day view.
DayViewBase - Class in com.calendarfx.view
The common superclass for all date controls that are used to display the 24 hours of a day: day view, week day view, time scale, week time scale, and week view.
DayViewBase() - Constructor for class com.calendarfx.view.DayViewBase
Constructs a new view.
DayViewBase.EarlyLateHoursStrategy - Enum in com.calendarfx.view
An enumerator used for specifying how to deal with late and early hours.
DayViewBase.HoursLayoutStrategy - Enum in com.calendarfx.view
An enumerator used for specifying how to lay out hours.
DEFAULT_STYLE - Static variable in class com.calendarfx.view.print.PreviewPane
 
DEFAULT_STYLE - Static variable in class com.calendarfx.view.print.PrintablePage
 
DEFAULT_STYLE - Static variable in class com.calendarfx.view.print.SettingsView
 
DEFAULT_STYLE - Static variable in class com.calendarfx.view.print.TimeRangeField
 
DEFAULT_STYLE - Static variable in class com.calendarfx.view.print.ZoomPane
 
defaultCalendarProviderProperty() - Method in class com.calendarfx.view.DateControl
The default calendar provider is responsible for returning a calendar that can be used to add a new entry.
deselect(Entry<?>) - Method in class com.calendarfx.view.DateControl
Removes the given entry from the set of currently selected entries.
deselect(LocalDate) - Method in class com.calendarfx.view.DateSelectionModel
 
DetailedDateCell(MonthSheetView, LocalDate) - Constructor for class com.calendarfx.view.MonthSheetView.DetailedDateCell
Constructs a new detailed date cell.
DetailedDayView - Class in com.calendarfx.view
The detailed day view is a composite control consisting of a DayView, an AllDayView, an CalendarHeaderView, and a TimeScaleView.
DetailedDayView() - Constructor for class com.calendarfx.view.DetailedDayView
Constructs a new day view.
DetailedWeekView - Class in com.calendarfx.view
A view for showing several week days in a row, normally seven.
DetailedWeekView() - Constructor for class com.calendarfx.view.DetailedWeekView
Constructs a new view with seven days.
DetailedWeekView(int) - Constructor for class com.calendarfx.view.DetailedWeekView
Constructs a new view with the given number of days.
detailedWeekViewProperty() - Method in class com.calendarfx.view.WeekTimeScaleView
The week view where this scale is being used.
DeveloperConsole - Class in com.calendarfx.view
A control used for showing the internals of CalendarFX at work.
DeveloperConsole() - Constructor for class com.calendarfx.view.DeveloperConsole
Constructs a new view.
displayModeProperty() - Method in class com.calendarfx.view.page.YearPage
A property used to control whether the page should display the year in a grid format (with each cell containing a single month) or in a column format (each column representing one month).
doPrint() - Method in class com.calendarfx.view.print.PrintView
Performs the actual printing of the calendars.
draggedEndProperty() - Method in class com.calendarfx.view.EntryViewBase
A flag used to indicate that the user is currently changing the end time of the entry (view).
DraggedEntry - Class in com.calendarfx.view
Dragged entry is used internally only to represent the calendar entry that is currently being dragged.
DraggedEntry(Entry<?>, DraggedEntry.DragMode) - Constructor for class com.calendarfx.view.DraggedEntry
Constructs a new dragged entry
DraggedEntry.DragMode - Enum in com.calendarfx.view
An enum used for defining which drag operation is currently in progress.
draggedEntryProperty() - Method in class com.calendarfx.view.DateControl
Stores a DraggedEntry instance, which serves as a wrapper around the actual entry that is currently being edited by the user.
draggedProperty() - Method in class com.calendarfx.view.EntryViewBase
A flag used to indicate that the entry view is currently being dragged by the user.
draggedStartProperty() - Method in class com.calendarfx.view.EntryViewBase
A flag used to indicate that the user is currently changing the start time of the entry (view).

E

earliestTimeUsedProperty() - Method in class com.calendarfx.view.DayViewBase
A read-only property used for informing the application about the earliest time point used by any of the calendar entries currently shown by the view.
earlyLateHoursStrategyProperty() - Method in class com.calendarfx.view.DayViewBase
Specifies a strategy for dealing with early / late hours.
editEntry(Entry<?>) - Method in class com.calendarfx.view.DateControl
Adjusts the current view / page in such a way that the given entry becomes visible and brings up the details editor / UI for the entry (default is a popover).
EDITING - Static variable in class com.calendarfx.util.LoggingDomain
Logger used for anything related to the editing of entries.
enableCurrentTimeMarkerProperty() - Method in class com.calendarfx.view.DayViewBase
A property used to signal whether the application wants to use the red (default) line used for marking the current system time.
enableHyperlinksProperty() - Method in class com.calendarfx.view.DateControl
A property used to control whether the control allows the user to click on it or an element inside of it in order to "jump" to another screen with more detail.
endDateProperty() - Method in class com.calendarfx.model.Entry
A read-only property used for retrieving the end date of the entry.
endDateProperty() - Method in class com.calendarfx.view.DetailedWeekView
The latest date shown by the view.
endDateProperty() - Method in class com.calendarfx.view.EntryViewBase
The date where the view stops to appear (not the end date of the calendar entry).
endDateProperty() - Method in class com.calendarfx.view.print.TimeRangeView
 
endDateProperty() - Method in class com.calendarfx.view.WeekDayHeaderView
The last date shown by the view.
endDateProperty() - Method in class com.calendarfx.view.WeekView
The latest date shown by the view.
endFieldProperty() - Method in class com.calendarfx.view.print.TimeRangeField
 
endTimeProperty() - Method in class com.calendarfx.model.Entry
A read-only property used for retrieving the end time of the entry.
endTimeProperty() - Method in class com.calendarfx.view.DateControl
An end time used to limit the time interval shown by the control.
endTimeProperty() - Method in class com.calendarfx.view.EntryViewBase
The time where the entry view ends (not the end time of the calendar entry).
Entry<T> - Class in com.calendarfx.model
An entry inside a calendar, for example "Dentist Appointment, Feb 2nd, 9am".
Entry() - Constructor for class com.calendarfx.model.Entry
Constructs a new untitled entry.
Entry(String) - Constructor for class com.calendarfx.model.Entry
Constructs a new entry with the given title and a default time interval.
Entry(String, Interval) - Constructor for class com.calendarfx.model.Entry
Constructs a new entry with the given title.
ENTRY_CALENDAR_CHANGED - Static variable in class com.calendarfx.model.CalendarEvent
An event type used to inform the application that an entry has been moved from one calendar to another.
ENTRY_CHANGED - Static variable in class com.calendarfx.model.CalendarEvent
The supertype of all events that a related to an entry itself and not the calendar.
ENTRY_FULL_DAY_CHANGED - Static variable in class com.calendarfx.model.CalendarEvent
An event type used to inform the application that an entry has become a "full day" entry, meaning its start and end time are no longer relevant.
ENTRY_INTERVAL_CHANGED - Static variable in class com.calendarfx.model.CalendarEvent
An event type used to inform the application that the time bounds of an entry have been changed.
ENTRY_LOCATION_CHANGED - Static variable in class com.calendarfx.model.CalendarEvent
An event type used to inform the application that an entry has been assigned a new user object.
ENTRY_RECURRENCE_RULE_CHANGED - Static variable in class com.calendarfx.model.CalendarEvent
An event type used to inform the application that an entry has been assigned a new user object.
ENTRY_TITLE_CHANGED - Static variable in class com.calendarfx.model.CalendarEvent
An event type used to inform the application that an entry has been assigned a new title.
ENTRY_USER_OBJECT_CHANGED - Static variable in class com.calendarfx.model.CalendarEvent
An event type used to inform the application that an entry has been assigned a new user object.
entryContextMenuCallbackProperty() - Method in class com.calendarfx.view.DateControl
A callback used for dynamically creating a context menu for a given entry view.
EntryContextMenuParameter(ContextMenuEvent, DateControl, EntryViewBase<?>) - Constructor for class com.calendarfx.view.DateControl.EntryContextMenuParameter
Constructs a new context menu parameter object.
entryDetailsCallbackProperty() - Method in class com.calendarfx.view.DateControl
A callback used for showing the details of a given entry.
EntryDetailsParameter(InputEvent, DateControl, Entry<?>, Node, double, double) - Constructor for class com.calendarfx.view.DateControl.EntryDetailsParameter
Constructs a new parameter object.
entryDetailsPopOverContentCallbackProperty() - Method in class com.calendarfx.view.DateControl
Stores a callback for creating the content of the popover.
EntryDetailsPopOverContentParameter(PopOver, DateControl, Node, Entry<?>) - Constructor for class com.calendarfx.view.DateControl.EntryDetailsPopOverContentParameter
Constructs a new parameter object.
EntryDetailsView - Class in com.calendarfx.view.popover
 
EntryDetailsView(Entry<?>) - Constructor for class com.calendarfx.view.popover.EntryDetailsView
 
entryFactoryProperty() - Method in class com.calendarfx.view.DateControl
A factory for creating new entries when the user double clicks inside the date control or when the application calls DateControl.createEntryAt(ZonedDateTime).
EntryHeaderView - Class in com.calendarfx.view.popover
 
EntryHeaderView(Entry<?>, List<Calendar>) - Constructor for class com.calendarfx.view.popover.EntryHeaderView
 
EntryPopOverContentPane - Class in com.calendarfx.view.popover
 
EntryPopOverContentPane(PopOver, DateControl, Entry<?>) - Constructor for class com.calendarfx.view.popover.EntryPopOverContentPane
 
EntryPopOverPane - Class in com.calendarfx.view.popover
 
EntryPopOverPane() - Constructor for class com.calendarfx.view.popover.EntryPopOverPane
 
EntryViewBase<T extends DateControl> - Class in com.calendarfx.view
The base class for all views that are representing calendar entries.
EntryViewBase(Entry<?>) - Constructor for class com.calendarfx.view.EntryViewBase
Constructs a new view for the given entry.
EntryViewBase.Position - Enum in com.calendarfx.view
An enumerator used for specifying the position of an entry view.
entryViewFactoryProperty() - Method in class com.calendarfx.view.AllDayView
A callback used for producing views for entries.
entryViewFactoryProperty() - Method in class com.calendarfx.view.DayView
A factory used for creating instances of DayEntryView for each calendar entry that needs to be shown in this day view.
entryViewFactoryProperty() - Method in class com.calendarfx.view.MonthView
A factory used for creating instances of type MonthEntryView.
entryWidthPercentageProperty() - Method in class com.calendarfx.view.DayViewBase
A percentage value used to specify how much of the available width inside the view will be utilized by the entry views.
equals(Object) - Method in class com.calendarfx.model.Entry
 
equals(Object) - Method in class com.calendarfx.model.Interval
 
EVENTS - Static variable in class com.calendarfx.util.LoggingDomain
Logger used for anything related to the creation, fireing, and handling of events.
expandedPaneProperty() - Method in class com.calendarfx.view.popover.PopOverContentPane
 
extendedUnitsBackwardProperty() - Method in class com.calendarfx.view.MonthSheetView
An integer property that stores the number of units that will be used to extend the view by.
extendedUnitsForwardProperty() - Method in class com.calendarfx.view.MonthSheetView
An integer property that stores the number of units that will be used to extend the view by.
extendedViewUnitProperty() - Method in class com.calendarfx.view.MonthSheetView
A property used to store the unit shown by the view in front of or after the main columns (e.g.
extraPaddingProperty() - Method in class com.calendarfx.view.AllDayView
Extra padding to be used inside of the view above and below the full day entries.

F

fadingDurationProperty() - Method in class com.calendarfx.view.popover.PopOverTitledPane
 
FEATURE_LICENSEE - Static variable in class com.calendarfx.util.CalendarFX
Represents the "Licensee" feature.
FEATURE_PRODUCT - Static variable in class com.calendarfx.util.CalendarFX
Represents the "Product" feature.
FEATURE_RUNTIME - Static variable in class com.calendarfx.util.CalendarFX
Represents the "Runtime" feature.
FEATURE_VENDOR - Static variable in class com.calendarfx.util.CalendarFX
Represents the "Vendor" feature.
FEATURE_VERSION - Static variable in class com.calendarfx.util.CalendarFX
Represents the "Version" feature.
findEntries(LocalDate, LocalDate, ZoneId) - Method in class com.calendarfx.model.Calendar
Queries the calendar for all entries within the time interval defined by the start date and end date.
findEntries(String) - Method in class com.calendarfx.model.Calendar
Queries the calendar for entries that match the given search text.
findEntryView(Entry<?>) - Method in class com.calendarfx.view.DateControl
Finds the first view that represents the given entry.
findScrollBar(Parent, Orientation) - Static method in class com.calendarfx.util.Util
Searches for a ScrollBar of the given orientation (vertical, horizontal) somewhere in the containment hierarchy of the given parent node.
fireEvent(CalendarEvent) - Method in class com.calendarfx.model.Calendar
Fires the given calendar event to all event handlers currently registered with this calendar.
firstDayOfWeekProperty() - Method in class com.calendarfx.view.WeekFieldsView
A read-only property storing the "first day of week" as specified by WeekFieldsView.weekFieldsProperty().
footerProperty() - Method in class com.calendarfx.view.CalendarView
Property used to reference a node that can be used as a footer for the calendar view.
footerProperty() - Method in class com.calendarfx.view.popover.PopOverContentPane
 
format(LogRecord) - Method in class com.calendarfx.util.LoggingFormatter
Format the given LogRecord.
fullDayProperty() - Method in class com.calendarfx.model.Entry
A property used to signal whether an entry is considered to be a "full day" entry, for example a birthday.

G

getAfterUnits() - Method in class com.calendarfx.view.print.TimeRangeField
Gets the value of the property afterUnits.
getAgendaView() - Method in class com.calendarfx.view.DetailedDayView
Returns the agenda view sub control.
getAgendaView() - Method in class com.calendarfx.view.page.DayPage
Returns the agenda view child control.
getAllDayView() - Method in class com.calendarfx.view.DetailedDayView
Returns the all day view sub control.
getAllDayView() - Method in class com.calendarfx.view.DetailedWeekView
Returns the all day view child control.
getAllDayViewMenu(DateControl.ContextMenuParameter) - Method in class com.calendarfx.view.ContextMenuProvider
Returns the context menu specific for an AllDayView.
getAmount() - Method in class com.calendarfx.view.VirtualGrid
The number of units used for the grid.
getAvailablePapers() - Method in class com.calendarfx.view.print.PaperView
Returns the available paper sizes.
getBottomMargin() - Method in class com.calendarfx.view.print.PaperView
Returns the value of the PaperView.bottomMarginProperty().
getBottomMargin() - Method in class com.calendarfx.view.print.PrintablePage
Returns the value of the PrintablePage.bottomMarginProperty().
getBoundDateControls() - Method in class com.calendarfx.view.DateControl
Returns all data controls that are bound to this control.
getButtons() - Method in class com.calendarfx.view.ButtonBar
The list of buttons managed by this button bar.
getCalendar() - Method in class com.calendarfx.model.CalendarEvent
Returns the calendar for which the event was fired.
getCalendar() - Method in class com.calendarfx.model.Entry
Returns the value of Entry.calendarProperty().
getCalendar() - Method in class com.calendarfx.view.CalendarSelector
getCalendar() - Method in class com.calendarfx.view.DateControl.ContextMenuParameter
The (default) calendar where newly created entries should be added.
getCalendar() - Method in class com.calendarfx.view.DateControl.EntryContextMenuParameter
Convenience method to easily lookup the calendar of the entry for which the view was created.
getCalendar() - Method in class com.calendarfx.view.popover.EntryHeaderView
Returns the currently selected calendar.
getCalendarAt(double, double) - Method in class com.calendarfx.view.DateControl
Returns the calendar shown at the given location.
getCalendarAt(double, double) - Method in class com.calendarfx.view.DayView
 
getCalendarColor(String) - Static method in class com.calendarfx.view.MonthSheetView.DetailedDateCell
Returns the color to be used for the given calendar style.
getCalendarHeaderView() - Method in class com.calendarfx.view.DetailedDayView
Returns the calendar header sub control.
getCalendarHeaderView() - Method in class com.calendarfx.view.DetailedWeekView
Returns the header view control that gets shown when the layout of the control is set to DateControl.Layout.SWIMLANE .
getCalendars() - Method in class com.calendarfx.model.CalendarSource
Returns the list of calendars that belong to this calendar source.
getCalendars() - Method in class com.calendarfx.view.CalendarHeaderView
The list of calendars for which the view will display a header.
getCalendars() - Method in class com.calendarfx.view.CalendarSelector
The available list of calendars from which the user can select.
getCalendars() - Method in class com.calendarfx.view.DateControl
Returns the value of DateControl.calendarsProperty().
getCalendarSourceFactory() - Method in class com.calendarfx.view.DateControl
getCalendarSources() - Method in class com.calendarfx.model.LoadEvent
The calendar sources that are affected by the load event.
getCalendarSources() - Method in class com.calendarfx.view.DateControl
The list of all calendar sources attached to this control.
getCalendarSources() - Method in class com.calendarfx.view.print.PrintView
The list of all calendar sources attached to this control.
getCalendarSources() - Method in class com.calendarfx.view.SearchResultView
The list of calendar sources where the view will perform the search.
getCalendarSources() - Method in class com.calendarfx.view.SourceGridView
 
getCalendarSources() - Method in class com.calendarfx.view.SourceView
The list of calendar sources shown by the view.
getCalendarVisibilityMap() - Method in class com.calendarfx.view.CalendarHeaderView
 
getCalendarVisibilityMap() - Method in class com.calendarfx.view.DateControl
 
getCalendarVisibilityMap() - Method in class com.calendarfx.view.SourceGridView
 
getCalendarVisibilityMap() - Method in class com.calendarfx.view.SourceView
 
getCalendarVisibilityProperty(Calendar) - Method in class com.calendarfx.view.CalendarHeaderView
 
getCalendarVisibilityProperty(Calendar) - Method in class com.calendarfx.view.DateControl
 
getCalendarVisibilityProperty(Calendar) - Method in class com.calendarfx.view.SourceGridView
 
getCalendarVisibilityProperty(Calendar) - Method in class com.calendarfx.view.SourceView
 
getCellFactory() - Method in class com.calendarfx.view.AgendaView
Gets the value of the property cellFactory.
getCellFactory() - Method in class com.calendarfx.view.CalendarHeaderView
getCellFactory() - Method in class com.calendarfx.view.MonthSheetView
getCellFactory() - Method in class com.calendarfx.view.WeekDayHeaderView
getCellFactory() - Method in class com.calendarfx.view.YearMonthView
getChronoUnit() - Method in enum com.calendarfx.view.print.ViewType
 
getClassCssMetaData() - Static method in class com.calendarfx.view.AllDayView
 
getClickBehaviour() - Method in class com.calendarfx.view.MonthSheetView
getClickBehaviour() - Method in class com.calendarfx.view.YearMonthView
getColumnSpacing() - Method in class com.calendarfx.view.AllDayView
getContent() - Method in class com.calendarfx.view.print.ZoomPane
Gets the value of the property content.
getContextMenuCallback() - Method in class com.calendarfx.view.DateControl
getControlCssMetaData() - Method in class com.calendarfx.view.AllDayView
 
getDate() - Method in class com.calendarfx.view.AgendaView.AgendaEntry
 
getDate() - Method in class com.calendarfx.view.DateControl
Returns the value of DateControl.dateProperty().
getDate() - Method in class com.calendarfx.view.MonthSheetView.DateCell
Returns the date shown by the cell or null if it does not show any date (might be the case when used as a filler cell at the beginning or end of the month.
getDate() - Method in class com.calendarfx.view.MonthSheetView.DateParameter
Returns the date for which a cell has to be created.
getDate() - Method in class com.calendarfx.view.popover.DatePopOver
Returns the date where the popover is being used.
getDate() - Method in class com.calendarfx.view.RequestEvent
Returns the requested date.
getDate() - Method in class com.calendarfx.view.WeekDayHeaderView.WeekDayCell
getDate() - Method in class com.calendarfx.view.YearMonthView.DateCell
 
getDateControl() - Method in class com.calendarfx.view.DateControl.CreateCalendarSourceParameter
The control where the source will be added.
getDateControl() - Method in class com.calendarfx.view.DateControl.CreateEntryParameter
The date control where the user performed the double click.
getDateControl() - Method in class com.calendarfx.view.DateControl.EntryDetailsPopOverContentParameter
The date control where the popover was requested.
getDateControl() - Method in class com.calendarfx.view.DeveloperConsole
getDateControl() - Method in class com.calendarfx.view.EntryViewBase
getDateControl() - Method in class com.calendarfx.view.popover.DatePopOver
Returns the date control where the popover is being used.
getDateControl() - Method in class com.calendarfx.view.popover.EntryPopOverContentPane
 
getDateDetailsCallback() - Method in class com.calendarfx.view.DateControl
getDateSelectionModel() - Method in class com.calendarfx.view.MonthSheetView
getDateTime() - Method in class com.calendarfx.view.RequestEvent
Returns the requested date and time.
getDateTimeFormatter() - Method in class com.calendarfx.view.page.PageBase
getDateTimeFormatter() - Method in enum com.calendarfx.view.print.ViewType
 
getDayPage() - Method in class com.calendarfx.view.CalendarView
Returns the day page.
getDayPageLayout() - Method in class com.calendarfx.view.page.DayPage
Returns the value of DayPage.dayPageLayoutProperty().
getDayView() - Method in class com.calendarfx.view.DetailedDayView
Returns the day view sub control.
getDayView() - Method in class com.calendarfx.view.print.PrintablePage
 
getDayViewMenu(DateControl.ContextMenuParameter) - Method in class com.calendarfx.view.ContextMenuProvider
Returns the context menu specific for a single DayView.
getDefaultCalendar() - Method in class com.calendarfx.view.DateControl.CreateEntryParameter
Returns the default calendar.
getDefaultCalendarProvider() - Method in class com.calendarfx.view.DateControl
getDetailedDayView() - Method in class com.calendarfx.view.page.DayPage
Returns the day view.
getDetailedWeekView() - Method in class com.calendarfx.view.page.WeekPage
Returns the week view child control.
getDetailedWeekView() - Method in class com.calendarfx.view.WeekTimeScaleView
getDeveloperConsole() - Method in class com.calendarfx.view.CalendarView
Returns the developer console that can be made visible via a META-D key stroke when the system property "calendarfx.developer" is set to true.
getDisplayMode() - Method in class com.calendarfx.view.page.YearPage
Returns the value of YearPage.displayModeProperty().
getDraggedEntry() - Method in class com.calendarfx.view.DateControl
getDragMode() - Method in class com.calendarfx.view.DraggedEntry
Returns the current drag mode (start time, end time, or both).
getDuration() - Method in class com.calendarfx.model.Entry
Utility method to calculate the duration of the entry.
getDuration() - Method in class com.calendarfx.model.Interval
Returns the duration of this interval.
getEarliestTimeUsed() - Method in class com.calendarfx.model.Calendar
Gets the earliest time used by this calendar, that means the start of the first entry stored.
getEarliestTimeUsed() - Method in class com.calendarfx.view.DayViewBase
getEarlyLateHoursStrategy() - Method in class com.calendarfx.view.DayViewBase
getEndAsLocalDateTime() - Method in class com.calendarfx.model.Entry
Utility method to get the local end date time.
getEndAsZonedDateTime() - Method in class com.calendarfx.model.Entry
Utility method to get the zoned end time.
getEndDate() - Method in class com.calendarfx.model.Entry
Returns the end date of the entry's interval (see Entry.intervalProperty()).
getEndDate() - Method in class com.calendarfx.model.Interval
Returns the end date of the interval.
getEndDate() - Method in class com.calendarfx.model.LoadEvent
The end of the loaded time interval.
getEndDate() - Method in class com.calendarfx.view.DetailedWeekView
getEndDate() - Method in class com.calendarfx.view.EntryViewBase
Returns the value of EntryViewBase.endDateProperty().
getEndDate() - Method in class com.calendarfx.view.print.TimeRangeView
Gets the value of the property endDate.
getEndDate() - Method in class com.calendarfx.view.WeekView
Returns the value of WeekView.endDateProperty().
getEndDateTime() - Method in class com.calendarfx.model.Interval
Utility method to get the local end date time.
getEndField() - Method in class com.calendarfx.view.print.TimeRangeView
 
getEndMillis() - Method in class com.calendarfx.model.Entry
Returns the end time in milliseconds since 1.1.1970.
getEndMillis() - Method in class com.calendarfx.model.Interval
Returns the start time in milliseconds since 1.1.1970.
getEndMonth() - Method in class com.calendarfx.view.MonthSheetView
Returns the first "regular" month shown by the view.
getEndMonth(LocalDate) - Method in enum com.calendarfx.view.MonthSheetView.ViewUnit
Returns the end month for the given view unit and date.
getEndTime() - Method in class com.calendarfx.model.Entry
Returns the end time of the entry's interval (see Entry.intervalProperty()).
getEndTime() - Method in class com.calendarfx.model.Interval
Returns the end time of the interval.
getEndTime() - Method in class com.calendarfx.model.LoadEvent
Convenience method to return a zoned date time based on the given end date and time zone.
getEndTime() - Method in class com.calendarfx.view.DateControl
Returns the value of DateControl.endTimeProperty().
getEndTime() - Method in class com.calendarfx.view.EntryViewBase
Returns the value of EntryViewBase.endTimeProperty().
getEndZonedDateTime() - Method in class com.calendarfx.model.Interval
A convenience method to retrieve a zoned date time based on the end date, end time, and time zone id.
getEntries() - Method in class com.calendarfx.view.AgendaView.AgendaEntry
 
getEntry() - Method in class com.calendarfx.model.CalendarEvent
Returns the entry for which the event was fired.
getEntry() - Method in class com.calendarfx.view.DateControl.EntryContextMenuParameter
Convenience method to easily lookup the entry for which the view was created.
getEntry() - Method in class com.calendarfx.view.DateControl.EntryDetailsParameter
The entry for which details are requested.
getEntry() - Method in class com.calendarfx.view.DateControl.EntryDetailsPopOverContentParameter
The entry for which the popover was requested.
getEntry() - Method in class com.calendarfx.view.EntryViewBase
Returns the calendar entry for which the view was created.
getEntry() - Method in class com.calendarfx.view.popover.EntryPopOverContentPane
 
getEntry() - Method in class com.calendarfx.view.RequestEvent
Returns the requested entry.
getEntryContextMenuCallback() - Method in class com.calendarfx.view.DateControl
getEntryDetailsCallback() - Method in class com.calendarfx.view.DateControl
getEntryDetailsPopOverContentCallback() - Method in class com.calendarfx.view.DateControl
getEntryFactory() - Method in class com.calendarfx.view.DateControl
getEntryView() - Method in class com.calendarfx.view.DateControl.EntryContextMenuParameter
The entry view for which the context menu will be shown.
getEntryViewFactory() - Method in class com.calendarfx.view.AllDayView
getEntryViewFactory() - Method in class com.calendarfx.view.DayView
getEntryViewFactory() - Method in class com.calendarfx.view.MonthView
getEntryWidthPercentage() - Method in class com.calendarfx.view.DayViewBase
getExpandedPane() - Method in class com.calendarfx.view.popover.PopOverContentPane
Gets the value of the property expandedPane.
getExtendedEndMonth() - Method in class com.calendarfx.view.MonthSheetView
Returns the last month shown by the view.
getExtendedStartMonth() - Method in class com.calendarfx.view.MonthSheetView
Returns the first month shown by the view.
getExtendedUnitsBackward() - Method in class com.calendarfx.view.MonthSheetView
getExtendedUnitsForward() - Method in class com.calendarfx.view.MonthSheetView
getExtendedViewUnit() - Method in class com.calendarfx.view.MonthSheetView
getExtraPadding() - Method in class com.calendarfx.view.AllDayView
Returns the value of AllDayView.extraPaddingProperty().
getFadingDuration() - Method in class com.calendarfx.view.popover.PopOverTitledPane
Gets the value of the property fadingDuration.
getFirstDayOfWeek() - Method in class com.calendarfx.view.DateControl
A convenience method to lookup the first day of the week ("Monday" in Germany, "Sunday" in the US).
getFirstDayOfWeek() - Method in class com.calendarfx.view.print.PrintView
A convenience method to lookup the first day of the week ("Monday" in Germany, "Sunday" in the US).
getFirstDayOfWeek() - Method in class com.calendarfx.view.WeekFieldsView
getFooter() - Method in class com.calendarfx.view.CalendarView
Returns the value of CalendarView.footerProperty().
getFooter() - Method in class com.calendarfx.view.popover.PopOverContentPane
Gets the value of the property footer.
getFromMonth(Month) - Static method in enum com.calendarfx.view.print.TimeRangeField.TimeRangeFieldValue
 
getHeader() - Method in class com.calendarfx.view.CalendarView
Returns the value of CalendarView.headerProperty().
getHeader() - Method in class com.calendarfx.view.popover.PopOverContentPane
Gets the value of the property header.
getHeaderCellFactory() - Method in class com.calendarfx.view.MonthSheetView
getHourHeight() - Method in class com.calendarfx.view.DayViewBase
Returns the value of DayViewBase.hourHeightProperty().
getHourHeightCompressed() - Method in class com.calendarfx.view.DayViewBase
getHoursLayoutStrategy() - Method in class com.calendarfx.view.DayViewBase
getId() - Method in class com.calendarfx.model.Entry
Returns the ID of the entry.
getInterval() - Method in class com.calendarfx.model.Entry
Returns the value of Entry.intervalProperty().
getLastSelected() - Method in class com.calendarfx.view.DateSelectionModel
 
getLatestTimeUsed() - Method in class com.calendarfx.model.Calendar
Gets the latest time used by this calendar, that means the end of the last entry stored.
getLatestTimeUsed() - Method in class com.calendarfx.view.DayViewBase
getLayout() - Method in class com.calendarfx.view.DateControl
Returns the value of DateControl.layoutProperty().
getLayout() - Method in class com.calendarfx.view.print.PrintView
Returns the value of PrintView.layoutProperty().
getLeftMargin() - Method in class com.calendarfx.view.print.PaperView
Returns the value of the PaperView.leftMarginProperty().
getLeftMargin() - Method in class com.calendarfx.view.print.PrintablePage
Returns the value of the PrintablePage.leftMarginProperty().
getLicense() - Static method in class com.calendarfx.util.CalendarFX
Returns the license object.
getLicensedVersion() - Static method in class com.calendarfx.util.CalendarFX
Returns the version (e.g.
getLicensee() - Static method in class com.calendarfx.util.CalendarFX
Returns the name of the licensee.
getListView() - Method in class com.calendarfx.view.AgendaView
Returns the list view that will be used to display one cell for each day that contains at least one calendar entry.
getLocalDate() - Method in class com.calendarfx.view.DateControl.DateDetailsParameter
The date for which details are required.
getLocation() - Method in class com.calendarfx.model.Entry
Returns the value of Entry.locationProperty().
getLookAheadDuration() - Method in class com.calendarfx.model.Calendar
getLookAheadPeriodInDays() - Method in class com.calendarfx.view.AgendaView
getLookBackDuration() - Method in class com.calendarfx.model.Calendar
getLookBackPeriodInDays() - Method in class com.calendarfx.view.AgendaView
getMarginType() - Method in class com.calendarfx.view.print.PaperView
Returns the value of PaperView.marginTypeProperty().
getMarginType() - Method in class com.calendarfx.view.print.PrintablePage
getMaximumRowsPerColumn() - Method in class com.calendarfx.view.SourceGridView
Gets the value of the property maximumRowsPerColumn.
getMessageKey() - Method in enum com.calendarfx.view.print.TimeRangeField.TimeRangeFieldValue
 
getMessageKey() - Method in enum com.calendarfx.view.print.ViewType
 
getMinimalDaysInFirstWeek() - Method in class com.calendarfx.view.WeekFieldsView
getMinimumDuration() - Method in class com.calendarfx.model.Entry
Returns the value of Entry.minimumDurationProperty().
getMonthPage() - Method in class com.calendarfx.view.CalendarView
Returns the month page.
getMonthsCount() - Method in enum com.calendarfx.view.MonthSheetView.ViewUnit
Returns the number of months represented by the view unit, e.g.
getMonthSheetView() - Method in class com.calendarfx.view.page.YearPage
Returns the MonthSheetView used by the page to display months in columns.
getMonthView() - Method in class com.calendarfx.view.page.MonthPage
Returns the week view child control.
getMonthView() - Method in class com.calendarfx.view.print.PrintablePage
 
getMonthView(Month) - Method in class com.calendarfx.view.YearView
Returns the view that is used for displaying the given month of the year.
getMonthYear() - Method in class com.calendarfx.view.print.TimeRangeField
Gets the value of the property monthYear.
getName() - Method in class com.calendarfx.model.Calendar
Returns the value of Calendar.nameProperty().
getName() - Method in class com.calendarfx.model.CalendarSource
Returns the value fo CalendarSource.nameProperty().
getName() - Method in class com.calendarfx.view.VirtualGrid
Returns the grid name that can be used for grid selection controls.
getNode() - Method in class com.calendarfx.view.DateControl.EntryDetailsPopOverContentParameter
The node for which the popover was requested.
getNumberOfDays() - Method in class com.calendarfx.view.AllDayView
Returns the value of AllDayView.numberOfDaysProperty().
getNumberOfDays() - Method in class com.calendarfx.view.CalendarHeaderView
getNumberOfDays() - Method in class com.calendarfx.view.DetailedWeekView
getNumberOfDays() - Method in class com.calendarfx.view.WeekDayHeaderView
getNumberOfDays() - Method in class com.calendarfx.view.WeekView
Returns the value of WeekView.numberOfDaysProperty().
getOffsetDuration() - Method in class com.calendarfx.view.DraggedEntry
Returns the duration between the mouse press location and the start time of the entry.
getOldCalendar() - Method in class com.calendarfx.model.CalendarEvent
Returns the old calendar.
getOldFullDay() - Method in class com.calendarfx.model.CalendarEvent
Returns the old value of the "full day" flag.
getOldInterval() - Method in class com.calendarfx.model.CalendarEvent
Returns the old time interval of the modified entry.
getOldText() - Method in class com.calendarfx.model.CalendarEvent
Returns the old text.
getOldUserObject() - Method in class com.calendarfx.model.CalendarEvent
Returns the old user object of the modified entry.
getOnCancel() - Method in class com.calendarfx.view.print.PrintView
Returns the value of the PrintView.onCancelProperty().
getOnCancelPressed() - Method in class com.calendarfx.view.popover.RecurrencePopup
Gets the value of the property onCancelPressed.
getOnContinue() - Method in class com.calendarfx.view.print.PrintView
Returns the value of the PrintView.onContinueProperty().
getOnDate() - Method in class com.calendarfx.view.print.TimeRangeField
Gets the value of the property onDate.
getOnOkPressed() - Method in class com.calendarfx.view.popover.RecurrencePopup
Gets the value of the property onOkPressed.
getOnWeekNumber() - Method in class com.calendarfx.view.print.TimeRangeField
Gets the value of the property onWeekNumber.
getOptionsView() - Method in class com.calendarfx.view.print.SettingsView
 
getOriginalCalendar() - Method in class com.calendarfx.view.DraggedEntry
Returns the original calendar where the entry is located that is being dragged.
getOriginalEntry() - Method in class com.calendarfx.view.DraggedEntry
Returns the original entry that the user wants to edit.
getPageEndDate() - Method in class com.calendarfx.view.print.PrintablePage
Gets the value of the property pageEndDate.
getPageNumber() - Method in class com.calendarfx.view.print.PrintablePage
Gets the value of the property pageNumber.
getPageOrientation() - Method in enum com.calendarfx.view.print.ViewType
 
getPageStartDate() - Method in class com.calendarfx.view.print.PrintablePage
Gets the value of the property pageStartDate.
getPanes() - Method in class com.calendarfx.view.popover.PopOverContentPane
 
getPaper() - Method in class com.calendarfx.view.print.PaperView
Returns the value of PaperView.paperProperty().
getPaper() - Method in class com.calendarfx.view.print.PrintablePage
Gets the value of the property paper.
getPaperView() - Method in class com.calendarfx.view.print.SettingsView
 
getPluralChronoMessageKey() - Method in enum com.calendarfx.view.print.ViewType
 
getPopOver() - Method in class com.calendarfx.view.DateControl.EntryDetailsPopOverContentParameter
Returns the popover in which the content will be shown.
getPopOver() - Method in class com.calendarfx.view.popover.EntryPopOverContentPane
 
getPosition() - Method in class com.calendarfx.view.EntryViewBase
Returns the value of EntryViewBase.positionProperty().
getPreviewPane() - Method in class com.calendarfx.view.print.PrintView
Returns the preview pane sub control.
getPrintablePage() - Method in class com.calendarfx.view.print.PreviewPane
 
getPrintEndDate() - Method in class com.calendarfx.view.print.PreviewPane
Gets the value of the property printEndDate.
getPrintEndDate() - Method in class com.calendarfx.view.print.PrintablePage
Gets the value of the property printEndDate.
getPrinterMarginType() - Method in enum com.calendarfx.view.print.PaperView.MarginType
 
getPrintStartDate() - Method in class com.calendarfx.view.print.PreviewPane
Gets the value of the property printStartDate.
getPrintStartDate() - Method in class com.calendarfx.view.print.PrintablePage
Gets the value of the property printStartDate.
getPrintView() - Method in class com.calendarfx.view.CalendarView
Returns the print view associated with this view.
getPrintViewType() - Method in class com.calendarfx.view.page.DayPage
 
getPrintViewType() - Method in class com.calendarfx.view.page.MonthPage
 
getPrintViewType() - Method in class com.calendarfx.view.page.PageBase
Returns the type of view used when printing this page.
getPrintViewType() - Method in class com.calendarfx.view.page.WeekPage
 
getPrintViewType() - Method in class com.calendarfx.view.page.YearPage
 
getProduct() - Static method in class com.calendarfx.util.CalendarFX
Returns the product type (e.g.
getProperties() - Method in class com.calendarfx.model.Entry
Returns an observable map of properties on this entry for use primarily by application developers.
getPropertySheetItems() - Method in class com.calendarfx.model.Entry
 
getPropertySheetItems() - Method in class com.calendarfx.view.AgendaView
 
getPropertySheetItems() - Method in class com.calendarfx.view.AllDayView
 
getPropertySheetItems() - Method in class com.calendarfx.view.CalendarFXControl
Returns a list of property items that can be shown by the PropertySheet of ControlsFX.
getPropertySheetItems() - Method in class com.calendarfx.view.CalendarView
 
getPropertySheetItems() - Method in class com.calendarfx.view.DateControl
 
getPropertySheetItems() - Method in class com.calendarfx.view.DayViewBase
 
getPropertySheetItems() - Method in class com.calendarfx.view.DetailedDayView
 
getPropertySheetItems() - Method in class com.calendarfx.view.DetailedWeekView
 
getPropertySheetItems() - Method in class com.calendarfx.view.EntryViewBase
Returns a list of property items that can be shown by the PropertySheet of ControlsFX.
getPropertySheetItems() - Method in class com.calendarfx.view.MonthSheetView
 
getPropertySheetItems() - Method in class com.calendarfx.view.MonthView
 
getPropertySheetItems() - Method in class com.calendarfx.view.MonthViewBase
 
getPropertySheetItems() - Method in class com.calendarfx.view.page.DayPage
 
getPropertySheetItems() - Method in class com.calendarfx.view.page.PageBase
 
getPropertySheetItems() - Method in class com.calendarfx.view.page.WeekPage
 
getPropertySheetItems() - Method in class com.calendarfx.view.page.YearPage
 
getPropertySheetItems() - Method in class com.calendarfx.view.print.OptionsView
 
getPropertySheetItems() - Method in class com.calendarfx.view.print.TimeRangeField
 
getPropertySheetItems() - Method in class com.calendarfx.view.print.ViewTypeControl
 
getPropertySheetItems() - Method in class com.calendarfx.view.SourceGridView
 
getPropertySheetItems() - Method in class com.calendarfx.view.TimeField
Returns a list of property items that can be shown by the PropertySheet of ControlsFX.
getPropertySheetItems() - Method in class com.calendarfx.view.WeekDayHeaderView
 
getPropertySheetItems() - Method in class com.calendarfx.view.WeekFieldsView
 
getPropertySheetItems() - Method in class com.calendarfx.view.WeekView
 
getPropertySheetItems() - Method in class com.calendarfx.view.YearMonthView
 
getPublicKey() - Static method in class com.calendarfx.util.CalendarFX
Returns the public key used for decoding the license key.
getRecurrenceEnd() - Method in class com.calendarfx.model.Entry
Returns the value of Entry.recurrenceRuleProperty().
getRecurrenceId() - Method in class com.calendarfx.model.Entry
Returns the value of Entry.recurrenceIdProperty().
getRecurrenceRule() - Method in class com.calendarfx.model.Entry
Returns the value of Entry.recurrenceRuleProperty().
getRecurrenceRule() - Method in class com.calendarfx.view.RecurrenceView
getRecurrenceSourceEntry() - Method in class com.calendarfx.model.Entry
Returns the value of Entry.recurrenceSourceProperty().
getRecurrenceView() - Method in class com.calendarfx.view.popover.RecurrencePopup
 
getRequestedTime() - Method in class com.calendarfx.view.DateControl
getRightMargin() - Method in class com.calendarfx.view.print.PaperView
Returns the value of the PaperView.rightMarginProperty().
getRightMargin() - Method in class com.calendarfx.view.print.PrintablePage
Returns the value of the PrintablePage.rightMarginProperty().
getRoot() - Method in class com.calendarfx.view.popover.RecurrencePopup
 
getRowHeight() - Method in class com.calendarfx.view.AllDayView
Returns the value of AllDayView.rowHeightProperty().
getRowSpacing() - Method in class com.calendarfx.view.AllDayView
Returns the value of AllDayView.rowSpacingProperty().
getSearchField() - Method in class com.calendarfx.view.CalendarView
Returns the search text field.
getSearchResults() - Method in class com.calendarfx.view.SearchResultView
The list containing the search results.
getSearchResultView() - Method in class com.calendarfx.view.CalendarView
Returns the search result view child control.
getSearchText() - Method in class com.calendarfx.view.SearchResultView
getSelectablesForView(ViewType, boolean) - Static method in enum com.calendarfx.view.print.TimeRangeField.TimeRangeFieldValue
 
getSelectedDates() - Method in class com.calendarfx.view.DateSelectionModel
 
getSelectedDates() - Method in class com.calendarfx.view.MonthViewBase
The selected dates.
getSelectedEntry() - Method in class com.calendarfx.view.SearchResultView
getSelectedPage() - Method in class com.calendarfx.view.CalendarView
getSelectionMode() - Method in class com.calendarfx.view.DateControl
getSelectionMode() - Method in class com.calendarfx.view.DateSelectionModel
Gets the value of the property selectionMode.
getSelections() - Method in class com.calendarfx.view.DateControl
Stores the currently selected entries.
getSettingsView() - Method in class com.calendarfx.view.print.PrintView
Returns the settings view sub control.
getShortName() - Method in class com.calendarfx.model.Calendar
Returns the value of Calendar.shortNameProperty().
getShortName() - Method in class com.calendarfx.view.VirtualGrid
Returns the grid short name that can be used for grid selection controls.
getSourceName() - Method in class com.calendarfx.model.LoadEvent
A human readable name of the control that triggered the load event, e.g.
getSourceView() - Method in class com.calendarfx.view.CalendarView
Returns the source view child control.
getSourceView() - Method in class com.calendarfx.view.print.SettingsView
 
getStartAsLocalDateTime() - Method in class com.calendarfx.model.Entry
Utility method to get the local start date time.
getStartAsZonedDateTime() - Method in class com.calendarfx.model.Entry
Utility method to get the zoned start time.
getStartDate() - Method in class com.calendarfx.model.Entry
Returns the start date of the entry's interval (see Entry.intervalProperty()).
getStartDate() - Method in class com.calendarfx.model.Interval
Returns the start date of the interval.
getStartDate() - Method in class com.calendarfx.model.LoadEvent
The start of the loaded time interval.
getStartDate() - Method in class com.calendarfx.view.DetailedWeekView
getStartDate() - Method in class com.calendarfx.view.EntryViewBase
Returns the value of EntryViewBase.startDateProperty().
getStartDate() - Method in class com.calendarfx.view.print.TimeRangeView
Gets the value of the property startDate.
getStartDate() - Method in class com.calendarfx.view.RecurrenceView
getStartDate() - Method in class com.calendarfx.view.WeekDayHeaderView
getStartDate() - Method in class com.calendarfx.view.WeekView
Returns the value of WeekView.startDateProperty().
getStartDateTime() - Method in class com.calendarfx.model.Interval
Utility method to get the local start date time.
getStartField() - Method in class com.calendarfx.view.print.TimeRangeView
 
getStartMillis() - Method in class com.calendarfx.model.Entry
Returns the start time in milliseconds since 1.1.1970.
getStartMillis() - Method in class com.calendarfx.model.Interval
Returns the start time in milliseconds since 1.1.1970.
getStartMonth() - Method in class com.calendarfx.view.MonthSheetView
Returns the first "regular" month shown by the view.
getStartMonth(LocalDate) - Method in enum com.calendarfx.view.MonthSheetView.ViewUnit
Returns the start month for the given view unit and date.
getStartTime() - Method in class com.calendarfx.model.Entry
Returns the start time of the entry's interval (see Entry.intervalProperty()).
getStartTime() - Method in class com.calendarfx.model.Interval
Returns the start time of the interval.
getStartTime() - Method in class com.calendarfx.model.LoadEvent
Convenience method to return a zoned date time based on the given start date and time zone.
getStartTime() - Method in class com.calendarfx.view.DateControl
Returns the value of DateControl.startTimeProperty().
getStartTime() - Method in class com.calendarfx.view.EntryViewBase
Returns the value of EntryViewBase.startTimeProperty().
getStartZonedDateTime() - Method in class com.calendarfx.model.Interval
A convenience method to retrieve a zoned date time based on the start date, start time, and time zone id.
getString(String) - Static method in class com.calendarfx.view.Messages
Returns the translation for the given key.
getString(String, Object...) - Static method in class com.calendarfx.view.Messages
 
getStyle() - Method in class com.calendarfx.model.Calendar
Returns the value of Calendar.styleProperty().
getStyle(int) - Static method in enum com.calendarfx.model.Calendar.Style
Returns a style for the given ordinal.
getStyleClass() - Method in class com.calendarfx.model.Entry
Returns a list of style classes.
getTabPane() - Method in class com.calendarfx.view.DeveloperConsole
Returns the tab pane used by the console to display different sections.
getTime() - Method in class com.calendarfx.view.DateControl
Returns the value of DateControl.timeProperty().
getTimeRangeView() - Method in class com.calendarfx.view.print.SettingsView
 
getTimeScaleView() - Method in class com.calendarfx.view.DetailedDayView
Returns the time scale sub control.
getTimeScaleView() - Method in class com.calendarfx.view.DetailedWeekView
Returns the time scale child control.
getTimeText(Entry<?>) - Method in class com.calendarfx.view.AgendaView.AgendaEntryCell
Creates a nicely formatted text that contains the start and end time of the given entry.
getTitle() - Method in class com.calendarfx.model.Entry
Returns the value of Entry.titleProperty().
getToday() - Method in class com.calendarfx.view.DateControl
Returns the value of DateControl.todayProperty().
getToday() - Method in class com.calendarfx.view.print.PrintView
Returns the value of PrintView.todayProperty().
getToday() - Method in class com.calendarfx.view.print.TimeRangeField
Returns the value of TimeRangeField.todayProperty().
getToday() - Method in class com.calendarfx.view.print.TimeRangeView
Returns the value of TimeRangeView.todayProperty().
getToolBarControls() - Method in class com.calendarfx.view.page.DayPage
 
getToolBarControls() - Method in class com.calendarfx.view.page.PageBase
Returns one or more controls that can be added to the toolbar by the surrounding container, e.g.
getToolBarControls() - Method in class com.calendarfx.view.page.WeekPage
 
getToolBarControls() - Method in class com.calendarfx.view.page.YearPage
 
getTopMargin() - Method in class com.calendarfx.view.print.PaperView
Returns the value of the PaperView.topMarginProperty().
getTopMargin() - Method in class com.calendarfx.view.print.PrintablePage
Returns the value of the PrintablePage.topMarginProperty().
getTotalPages() - Method in class com.calendarfx.view.print.PrintablePage
Gets the value of the property totalPages.
getUnit() - Method in class com.calendarfx.view.VirtualGrid
The temporal unit used for the grid.
getUnitsToPrint() - Method in class com.calendarfx.view.print.TimeRangeView
Gets the value of the property unitsToPrint.
getUsagePolicy() - Method in class com.calendarfx.view.DateControl
Returns the value of DateControl.usagePolicyProperty().
getUserAgentStylesheet() - Method in class com.calendarfx.view.CalendarFXControl
 
getUserObject() - Method in class com.calendarfx.model.Entry
Returns the value of Entry.userObjectProperty().
getValue() - Method in class com.calendarfx.view.print.TimeRangeField
Gets the value of the property value.
getValue() - Method in class com.calendarfx.view.TimeField
Returns the value of TimeField.valueProperty().
getValues() - Method in class com.calendarfx.view.print.TimeRangeField
 
getVendor() - Static method in class com.calendarfx.util.CalendarFX
Returns the name of the vendor (e.g.
getVersion() - Static method in class com.calendarfx.util.CalendarFX
Returns the CalendarFX version number in the format major.minor.bug (1.0.0).
getView() - Method in class com.calendarfx.view.MonthSheetView.DateCell
Returns the month sheet view to which the cell belongs.
getView() - Method in class com.calendarfx.view.MonthSheetView.DateParameter
Returns the view for which a cell has to be created.
getView() - Method in class com.calendarfx.view.MonthSheetView.HeaderParameter
 
getView() - Method in class com.calendarfx.view.MonthSheetView.MonthHeaderCell
Returns the view where the cell is used.
getView() - Method in class com.calendarfx.view.print.PrintablePage
Gets the value of the property view.
getViewType() - Method in class com.calendarfx.view.print.PrintablePage
Gets the value of the property viewType.
getViewType() - Method in class com.calendarfx.view.print.ViewTypeControl
getViewTypes() - Method in enum com.calendarfx.view.print.TimeRangeField.TimeRangeFieldValue
 
getViewUnit() - Method in class com.calendarfx.view.MonthSheetView
Returns the value of MonthSheetView.viewUnitProperty().
getVirtualGrid() - Method in class com.calendarfx.view.DateControl
Returns the value of DateControl.virtualGridProperty().
getVisibleHours() - Method in class com.calendarfx.view.DayViewBase
getWeekDayHeaderView() - Method in class com.calendarfx.view.DetailedWeekView
Returns the header view that is used to display the names of the week days (Mon, Tue, Wed, ...).
getWeekDayLayout() - Method in class com.calendarfx.view.MonthSheetView
getWeekDayViewFactory() - Method in class com.calendarfx.view.WeekView
getWeekDayViewMenu(DateControl.ContextMenuParameter) - Method in class com.calendarfx.view.ContextMenuProvider
Returns the context menu specific for a single WeekDayView.
getWeekDayViews() - Method in class com.calendarfx.view.WeekView
A list of the WeekDayView instances that the view created via the factory.
getWeekendDays() - Method in class com.calendarfx.view.DateControl
Returns the days of the week that are considered to be weekend days, for example Saturday and Sunday, or Friday and Saturday.
getWeekFields() - Method in class com.calendarfx.view.DateControl
Returns the value of DateControl.weekFieldsProperty().
getWeekFields() - Method in class com.calendarfx.view.print.PrintView
Returns the value of PrintView.weekFieldsProperty().
getWeekFields() - Method in class com.calendarfx.view.print.TimeRangeField
getWeekFields() - Method in class com.calendarfx.view.print.TimeRangeView
getWeekFields() - Method in class com.calendarfx.view.WeekFieldsView
getWeekOfYear() - Method in class com.calendarfx.view.RequestEvent
Returns the requested week of year.
getWeekPage() - Method in class com.calendarfx.view.CalendarView
Returns the week page.
getWeekView() - Method in class com.calendarfx.view.DetailedWeekView
Returns the week view child control.
getWeekView() - Method in class com.calendarfx.view.print.PrintablePage
 
getWeekView() - Method in class com.calendarfx.view.WeekDayView
Returns the value of WeekDayView.weekViewProperty().
getWeekView() - Method in class com.calendarfx.view.WeekView.WeekDayParameter
Returns the week view where the day view will be used.
getYear() - Method in class com.calendarfx.view.RequestEvent
Returns the requested year.
getYear() - Method in class com.calendarfx.view.YearView
Returns the value of YearView.yearProperty().
getYearMonth() - Method in class com.calendarfx.view.MonthSheetView.HeaderParameter
 
getYearMonth() - Method in class com.calendarfx.view.MonthSheetView.MonthHeaderCell
Returns the month for which the cell is used.
getYearMonth() - Method in class com.calendarfx.view.MonthViewBase
Returns the value of MonthViewBase.yearMonthProperty().
getYearMonth() - Method in class com.calendarfx.view.RequestEvent
Returns the requested year and month.
getYearMonthView() - Method in class com.calendarfx.view.CalendarView
Returns the year month view child control.
getYearMonthView() - Method in class com.calendarfx.view.page.DayPage
Returns the date picker child control.
getYearPage() - Method in class com.calendarfx.view.CalendarView
Returns the year page.
getYearView() - Method in class com.calendarfx.view.page.YearPage
Returns the YearView used by the page to display months in a 4x3 grid layout.
getZonedDateTime() - Method in class com.calendarfx.view.DateControl.ContextMenuParameter
The time where the mouse click occurred.
getZonedDateTime() - Method in class com.calendarfx.view.DateControl.CreateEntryParameter
The time selected by the user.
getZonedDateTimeAt(double, double) - Method in class com.calendarfx.view.AllDayView
 
getZonedDateTimeAt(double, double) - Method in class com.calendarfx.view.DayViewBase
 
getZonedDateTimeAt(double, double) - Method in class com.calendarfx.view.MonthView
 
getZonedDateTimeAt(double, double) - Method in class com.calendarfx.view.WeekView
 
getZonedDateTimeAt(double, double) - Method in interface com.calendarfx.view.ZonedDateTimeProvider
Returns the time at the given location.
getZoneId() - Method in class com.calendarfx.model.Entry
Returns the value of Entry.zoneIdProperty().
getZoneId() - Method in class com.calendarfx.model.Interval
Returns the time zone ID.
getZoneId() - Method in class com.calendarfx.model.LoadEvent
The time zone used for the load.
getZoneId() - Method in class com.calendarfx.view.DateControl
Returns the value of DateControl.zoneIdProperty().
getZoneId() - Method in class com.calendarfx.view.SearchResultView
Returns the value of SearchResultView.zoneIdProperty().
getZoom() - Method in class com.calendarfx.view.print.ZoomPane
Gets the value of the property zoom.
getZoomPane() - Method in class com.calendarfx.view.print.PreviewPane
 
goBack() - Method in class com.calendarfx.view.DateControl
Makes the control go forward in time by removing one or more days from the current date.
goBack() - Method in class com.calendarfx.view.DetailedWeekView
 
goBack() - Method in class com.calendarfx.view.MonthView
 
goBack() - Method in class com.calendarfx.view.page.DayPage
 
goBack() - Method in class com.calendarfx.view.page.MonthPage
 
goBack() - Method in class com.calendarfx.view.page.WeekPage
 
goBack() - Method in class com.calendarfx.view.page.YearPage
 
goForward() - Method in class com.calendarfx.view.DateControl
Makes the control go forward in time by adding one or more days to the current date.
goForward() - Method in class com.calendarfx.view.DetailedWeekView
 
goForward() - Method in class com.calendarfx.view.MonthView
 
goForward() - Method in class com.calendarfx.view.page.DayPage
 
goForward() - Method in class com.calendarfx.view.page.MonthPage
 
goForward() - Method in class com.calendarfx.view.page.WeekPage
 
goForward() - Method in class com.calendarfx.view.page.YearPage
 
goToday() - Method in class com.calendarfx.view.DateControl
Makes the control go to "today".

H

hashCode() - Method in class com.calendarfx.model.Entry
 
hashCode() - Method in class com.calendarfx.model.Interval
 
hasProperties() - Method in class com.calendarfx.model.Entry
Tests if the entry has properties.
hasStyleClass() - Method in class com.calendarfx.model.Entry
Checks whether the entry has defined any custom styles at all.
headerCellFactoryProperty() - Method in class com.calendarfx.view.MonthSheetView
A property used to store a reference to the "header" cell factory for this view.
HeaderParameter(MonthSheetView, YearMonth) - Constructor for class com.calendarfx.view.MonthSheetView.HeaderParameter
 
headerProperty() - Method in class com.calendarfx.view.CalendarView
Property used to reference a node that can be used as a header for the calendar view.
headerProperty() - Method in class com.calendarfx.view.popover.PopOverContentPane
 
hiddenProperty() - Method in class com.calendarfx.view.EntryViewBase
A property set internally to indicate that the view could not be shown to the user.
hiddenProperty() - Method in class com.calendarfx.view.page.PageBase
A property used to indicate whether the page should be shown to the user or not.
hide() - Method in class com.calendarfx.view.print.PrintView
Hides the dialog.
hourHeightCompressedProperty() - Method in class com.calendarfx.view.DayViewBase
The height used for each early / late hour shown by the view when using the DayViewBase.EarlyLateHoursStrategy.SHOW_COMPRESSED strategy.
hourHeightProperty() - Method in class com.calendarfx.view.DayViewBase
The height used for each hour shown by the view.
hoursLayoutStrategyProperty() - Method in class com.calendarfx.view.DayViewBase
The layout strategy used by this view for showing hours.

I

intersects(Entry<?>) - Method in class com.calendarfx.model.Entry
Utility method to determine if this entry and the given entry intersect each other (time bounds overlap each other).
intersects(ZonedDateTime, ZonedDateTime) - Method in class com.calendarfx.model.Entry
Utility method to determine if this entry and the given time interval intersect each other (time bounds overlap each other).
intersects(EntryViewBase<?>) - Method in class com.calendarfx.view.EntryViewBase
Convenience method to check if this entry view intersects with the given entry view.
Interval - Class in com.calendarfx.model
A class used for storing the time interval and time zone of an entry.
Interval() - Constructor for class com.calendarfx.model.Interval
Constructs a new time interval with start and end dates equal to LocalDate.now().
Interval(LocalDate, LocalTime, LocalDate, LocalTime) - Constructor for class com.calendarfx.model.Interval
Constructs a new time interval with the given start and end dates / times.
Interval(LocalDateTime, LocalDateTime) - Constructor for class com.calendarfx.model.Interval
Constructs a new time interval with the given start and end dates / times.
Interval(ZonedDateTime, ZonedDateTime) - Constructor for class com.calendarfx.model.Interval
Constructs a new time interval with the given start and end zoned dates / times.
Interval(LocalDateTime, LocalDateTime, ZoneId) - Constructor for class com.calendarfx.model.Interval
Constructs a new time interval with the given start and end dates / times and time zone.
Interval(LocalDate, LocalTime, LocalDate, LocalTime, ZoneId) - Constructor for class com.calendarfx.model.Interval
Constructs a new time interval with the given start and end dates / times and time zone.
intervalProperty() - Method in class com.calendarfx.model.Entry
A property used to store the time interval occupied by this entry.
isAdjustToFirstDayOfWeek() - Method in class com.calendarfx.view.AllDayView
isAdjustToFirstDayOfWeek() - Method in class com.calendarfx.view.DetailedWeekView
isAdjustToFirstDayOfWeek() - Method in class com.calendarfx.view.WeekDayHeaderView
isAdjustToFirstDayOfWeek() - Method in class com.calendarfx.view.WeekView
isCalendarVisible(Calendar) - Method in class com.calendarfx.view.CalendarHeaderView
 
isCalendarVisible(Calendar) - Method in class com.calendarfx.view.DateControl
 
isCalendarVisible(Calendar) - Method in class com.calendarfx.view.SourceGridView
 
isCalendarVisible(Calendar) - Method in class com.calendarfx.view.SourceView
 
isDayChange() - Method in class com.calendarfx.model.CalendarEvent
Determines whether the event will have an impact on different days.
isDevelopmentLicense() - Static method in class com.calendarfx.util.CalendarFX
Determines if the product uses a development license.
isDragged() - Method in class com.calendarfx.view.EntryViewBase
Returns the value of the EntryViewBase.draggedProperty().
isDraggedEnd() - Method in class com.calendarfx.view.EntryViewBase
isDraggedStart() - Method in class com.calendarfx.view.EntryViewBase
isEmpty() - Method in class com.calendarfx.view.DateSelectionModel
 
isEnableCurrentTimeMarker() - Method in class com.calendarfx.view.DayViewBase
isEnableHyperlinks() - Method in class com.calendarfx.view.DateControl
Returns the value of the DateControl.enableHyperlinksProperty().
isEndField() - Method in class com.calendarfx.view.print.TimeRangeField
Gets the value of the property endField.
isEntryAdded() - Method in class com.calendarfx.model.CalendarEvent
A utility method to determine if the event describes the creation of a new entry.
isEntryRemoved() - Method in class com.calendarfx.model.CalendarEvent
A utility method to determine if the event describes the removal of an entry.
isExtendedMonth(YearMonth) - Method in class com.calendarfx.view.MonthSheetView
A simple check to see if the given month is part of the extended months.
isFullDay() - Method in class com.calendarfx.model.Entry
Returns the value of Entry.fullDayProperty().
isHidden() - Method in class com.calendarfx.view.EntryViewBase
Returns the value of EntryViewBase.hiddenProperty().
isHidden() - Method in class com.calendarfx.view.page.PageBase
Returns the value of PageBase.hiddenProperty().
isLicenseKeySet() - Static method in class com.calendarfx.util.CalendarFX
Determines if the CalendarFX.setLicenseKey(String) method has been called.
isMonthValue() - Method in enum com.calendarfx.view.print.TimeRangeField.TimeRangeFieldValue
 
isMultiDay() - Method in class com.calendarfx.model.Entry
Returns the value of Entry.multiDayProperty().
isReadOnly() - Method in class com.calendarfx.model.Calendar
Returns the value of Calendar.readOnlyProperty().
isReadOnly() - Method in class com.calendarfx.view.EntryViewBase
Convenience method to determine whether the entry belongs to a calendar that is read-only.
isRecurrence() - Method in class com.calendarfx.model.Entry
Returns the value of Entry.recurrenceProperty().
isRecurring() - Method in class com.calendarfx.model.Entry
Determines if the entry describes a recurring event.
isRollOver() - Method in class com.calendarfx.view.TimeField
Returns the value of TimeField.rollOverProperty().
isRuntimeLicense() - Static method in class com.calendarfx.util.CalendarFX
Determines if the product uses a runtime license.
isSelectableForView(ViewType) - Method in enum com.calendarfx.view.print.TimeRangeField.TimeRangeFieldValue
 
isSelected(LocalDate) - Method in class com.calendarfx.view.DateSelectionModel
 
isSelected() - Method in class com.calendarfx.view.EntryViewBase
Returns the value of EntryViewBase.selectedProperty().
isSelected() - Method in class com.calendarfx.view.MonthSheetView.DateCell
Returns true if the cell is currently selected.
isShowAddCalendarButton() - Method in class com.calendarfx.view.CalendarView
isShowAgendaView() - Method in class com.calendarfx.view.DetailedDayView
isShowAllDayEntries() - Method in class com.calendarfx.view.print.OptionsView
Gets the value of the property showAllDayEntries.
isShowAllDayEntries() - Method in class com.calendarfx.view.print.PrintablePage
Gets the value of the property showAllDayEntries.
isShowAllDayView() - Method in class com.calendarfx.view.DetailedDayView
isShowAllDayView() - Method in class com.calendarfx.view.DetailedWeekView
isShowCalendarKeys() - Method in class com.calendarfx.view.print.OptionsView
Gets the value of the property showCalendarKeys.
isShowCalendarKeys() - Method in class com.calendarfx.view.print.PrintablePage
Gets the value of the property showCalendarKeys.
isShowCurrentTimeMarker() - Method in class com.calendarfx.view.DayViewBase
isShowCurrentTimeTodayMarker() - Method in class com.calendarfx.view.DayViewBase
isShowCurrentWeek() - Method in class com.calendarfx.view.MonthView
isShowDateHeader() - Method in class com.calendarfx.view.page.PageBase
Returns the value of PageBase.showDateProperty().
isShowDayPageLayoutControls() - Method in class com.calendarfx.view.page.DayPage
isShowDeveloperConsole() - Method in class com.calendarfx.view.CalendarView
isShowEntryDetails() - Method in class com.calendarfx.view.print.OptionsView
Gets the value of the property showEntryDetails.
isShowEntryDetails() - Method in class com.calendarfx.view.print.PrintablePage
Gets the value of the property showEntryDetails.
isShowFullDayEntries() - Method in class com.calendarfx.view.MonthView
isShowing(LocalDate, LocalDate, ZoneId) - Method in class com.calendarfx.model.Entry
Checks whether the entry will be visible within the given start and end dates.
isShowLayoutButton() - Method in class com.calendarfx.view.page.DayPage
isShowLayoutButton() - Method in class com.calendarfx.view.page.WeekPage
isShowMiniCalendars() - Method in class com.calendarfx.view.print.OptionsView
Gets the value of the property showMiniCalendars.
isShowMiniCalendars() - Method in class com.calendarfx.view.print.PrintablePage
Gets the value of the property showMiniCalendars.
isShowMonth() - Method in class com.calendarfx.view.YearMonthView
Returns the value of YearMonthView.showMonthProperty().
isShowMonthArrows() - Method in class com.calendarfx.view.YearMonthView
Returns the value of the YearMonthView.showMonthArrowsProperty().
isShowNavigation() - Method in class com.calendarfx.view.page.PageBase
Returns the value of PageBase.showNavigationProperty().
isShowPageSwitcher() - Method in class com.calendarfx.view.CalendarView
isShowPageToolBarControls() - Method in class com.calendarfx.view.CalendarView
isShowPrintButton() - Method in class com.calendarfx.view.CalendarView
isShowScrollBar() - Method in class com.calendarfx.view.DetailedDayView
isShowScrollBar() - Method in class com.calendarfx.view.DetailedWeekView
isShowSearchField() - Method in class com.calendarfx.view.CalendarView
isShowSearchResultsTray() - Method in class com.calendarfx.view.CalendarView
isShowSourceTray() - Method in class com.calendarfx.view.CalendarView
isShowSourceTrayButton() - Method in class com.calendarfx.view.CalendarView
isShowStatusLabel() - Method in class com.calendarfx.view.AgendaView
Gets the value of the property showStatusLabel.
isShowSummary() - Method in class com.calendarfx.view.RecurrenceView
isShowSwimlaneLayout() - Method in class com.calendarfx.view.print.OptionsView
Gets the value of the property showSwimlaneLayout.
isShowTimedEntries() - Method in class com.calendarfx.view.MonthView
isShowTimedEntries() - Method in class com.calendarfx.view.print.OptionsView
Gets the value of the property showTimedEntries.
isShowTimedEntries() - Method in class com.calendarfx.view.print.PrintablePage
Gets the value of the property showTimedEntries.
isShowTimeScaleView() - Method in class com.calendarfx.view.DetailedDayView
isShowTimeScaleView() - Method in class com.calendarfx.view.DetailedWeekView
isShowToday() - Method in class com.calendarfx.view.DateControl
Returns the value of DateControl.showTodayProperty().
isShowTodayButton() - Method in class com.calendarfx.view.YearMonthView
Returns the value of the YearMonthView.showTodayButtonProperty().
isShowToolBar() - Method in class com.calendarfx.view.CalendarView
isShowUsageColors() - Method in class com.calendarfx.view.YearMonthView
Returns the value of the YearMonthView.showUsageColorsProperty().
isShowWeekDayHeaderView() - Method in class com.calendarfx.view.DetailedWeekView
isShowWeekdays() - Method in class com.calendarfx.view.MonthView
Returns the value of MonthView.showWeekdaysProperty().
isShowWeekends() - Method in class com.calendarfx.view.MonthView
Returns the value of MonthView.showWeekendsProperty().
isShowWeekNumber() - Method in class com.calendarfx.view.MonthSheetView
isShowWeekNumbers() - Method in class com.calendarfx.view.MonthViewBase
isShowYear() - Method in class com.calendarfx.view.YearMonthView
Returns the value of YearMonthView.showYearProperty().
isShowYearArrows() - Method in class com.calendarfx.view.YearMonthView
Returns the value of the YearMonthView.showYearArrowsProperty().
isSuspendUpdates() - Method in class com.calendarfx.view.DateControl
isToday() - Method in class com.calendarfx.view.MonthSheetView.DateCell
Returns true if the cell represents the day / date that is "today".
isTransitionsEnabled() - Method in class com.calendarfx.view.CalendarView
isTraysAnimated() - Method in class com.calendarfx.view.CalendarView
isTrialLicense() - Static method in class com.calendarfx.util.CalendarFX
Determines if the product is run as a trial.
isTrimTimeBounds() - Method in class com.calendarfx.view.DayViewBase
Gets the value of the property trimTimeBounds.
isVisibleDate(LocalDate) - Method in class com.calendarfx.view.MonthSheetView
Determines if the given date is currently showing is part of the view.

L

latestTimeUsedProperty() - Method in class com.calendarfx.view.DayViewBase
A read-only property used for informing the application about the latest time point used by any of the calendar entries currently shown by the view.
layoutChildren() - Method in class com.calendarfx.view.MonthSheetView.BadgeDateCell
 
layoutChildren() - Method in class com.calendarfx.view.MonthSheetView.DetailedDateCell
 
layoutChildren() - Method in class com.calendarfx.view.MonthSheetView.SimpleDateCell
 
layoutProperty() - Method in class com.calendarfx.view.DateControl
Stores the strategy used by the view to layout the entries of several calendars at once.
layoutProperty() - Method in class com.calendarfx.view.print.PrintView
Stores the strategy used by the view to layout the entries of several calendars at once.
leftMarginProperty() - Method in class com.calendarfx.view.print.PaperView
Stores the left print margin value.
leftMarginProperty() - Method in class com.calendarfx.view.print.PrintablePage
Stores the left print margin value.
LOAD - Static variable in class com.calendarfx.model.LoadEvent
Gets fired frequently by the framework to indicate that data for the given date range is required to be present in the calendars.
LoadEvent - Class in com.calendarfx.model
An event fired by the framework to inform the application that data will be required for the time interval defined by the given start and end date.
LoadEvent(EventType<LoadEvent>, String, List<CalendarSource>, LocalDate, LocalDate, ZoneId) - Constructor for class com.calendarfx.model.LoadEvent
Constructs a new load event.
locationProperty() - Method in class com.calendarfx.model.Entry
A property used to store a free-text location specification for the given entry.
LoggingDomain - Class in com.calendarfx.util
Globally defined loggers.
LoggingDomain() - Constructor for class com.calendarfx.util.LoggingDomain
 
LoggingFormatter - Class in com.calendarfx.util
A formatter for the logging framework.
LoggingFormatter() - Constructor for class com.calendarfx.util.LoggingFormatter
 
lookAheadDurationProperty() - Method in class com.calendarfx.model.Calendar
Stores a time duration used for the entry search functionality of this calendar.
lookAheadPeriodInDaysProperty() - Method in class com.calendarfx.view.AgendaView
Stores the number of days to "look ahead" into the future when loading its data.
lookBackDurationProperty() - Method in class com.calendarfx.model.Calendar
Stores a time duration used for the entry search functionality of this calendar.
lookBackPeriodInDaysProperty() - Method in class com.calendarfx.view.AgendaView
Stores the number of days to "look back" into the past when loading data.

M

marginTypeProperty() - Method in class com.calendarfx.view.print.PaperView
A prpoerty used to store the currently requested margin type (custom, minimum, or default).
marginTypeProperty() - Method in class com.calendarfx.view.print.PrintablePage
A property used to store the currently requested margin type (custom, minimum, or default).
matches(String) - Method in class com.calendarfx.model.Entry
Used by the Calendar.findEntries(String) to find entries based on a text search.
MAX_ZOOM_VALUE - Static variable in class com.calendarfx.view.print.ZoomPane
 
maximumRowsPerColumnProperty() - Method in class com.calendarfx.view.SourceGridView
 
Messages - Class in com.calendarfx.view
Utility class for looking up i18n strings.
MIN_ZOOM_VALUE - Static variable in class com.calendarfx.view.print.ZoomPane
 
minimalDaysInFirstWeekProperty() - Method in class com.calendarfx.view.WeekFieldsView
A read-only property storing the "minimal days in first week" as specified by WeekFieldsView.weekFieldsProperty().
minimumDurationProperty() - Method in class com.calendarfx.model.Entry
A property used to store the minimum duration an entry can have.
MODEL - Static variable in class com.calendarfx.util.LoggingDomain
Logger used for anything related to the model, adding / removing entries.
MonthEntryView - Class in com.calendarfx.view
A specialized entry view used by the MonthView.
MonthEntryView(Entry<?>) - Constructor for class com.calendarfx.view.MonthEntryView
Constructs a new entry view.
MonthHeaderCell(MonthSheetView, YearMonth) - Constructor for class com.calendarfx.view.MonthSheetView.MonthHeaderCell
Constructs a new month header cell.
MonthHeaderCell(MonthSheetView, YearMonth, TextStyle) - Constructor for class com.calendarfx.view.MonthSheetView.MonthHeaderCell
Constructs a new month header cell.
MonthPage - Class in com.calendarfx.view.page
A composite view focused on displaying calendar information for a single month.
MonthPage() - Constructor for class com.calendarfx.view.page.MonthPage
Constructs a new month page.
MonthSheetView - Class in com.calendarfx.view
A view laying out months and dates in a spreadsheet style.
MonthSheetView() - Constructor for class com.calendarfx.view.MonthSheetView
Constructs a new month sheet view that is using the MonthSheetView.SimpleDateCell.
MonthSheetView.BadgeDateCell - Class in com.calendarfx.view
The badge date cell extends the MonthSheetView.SimpleDateCell and adds another label to it that is used to display a counter of the number of entries that exist on that date.
MonthSheetView.ClickBehaviour - Enum in com.calendarfx.view
An enumerator to control the behaviour of the control when the user clicks on a date.
MonthSheetView.DateCell - Class in com.calendarfx.view
The base class for all date cells that are used in combination with the MonthSheetView.
MonthSheetView.DateParameter - Class in com.calendarfx.view
A parameter object used by the cell factory of the month sheet view.
MonthSheetView.DetailedDateCell - Class in com.calendarfx.view
A specialization of the MonthSheetView.SimpleDateCell that adds a small canvas on the right-hand side to visualize the utilization of the day (the entries that exist on that date).
MonthSheetView.HeaderParameter - Class in com.calendarfx.view
A parameter object used by the "header" cell factory of the month sheet view.
MonthSheetView.MonthHeaderCell - Class in com.calendarfx.view
The default cell used for month headers.
MonthSheetView.SimpleDateCell - Class in com.calendarfx.view
A date cell used to display the day of month, the day of week, and the week of year in three separate labels.
MonthSheetView.UsageDateCell - Class in com.calendarfx.view
A specialization of the MonthSheetView.SimpleDateCell that adds utilization information to the cell by coloring its background differently based on the number of entries found on that day.
MonthSheetView.ViewUnit - Enum in com.calendarfx.view
A view unit describes how many months the view should show.
MonthSheetView.WeekDayLayoutStrategy - Enum in com.calendarfx.view
The different ways the view can align date cells.
MonthView - Class in com.calendarfx.view
Visualizes an entire month including the last days of the previous month and the first days of the next month.
MonthView() - Constructor for class com.calendarfx.view.MonthView
Constructs a new month view.
MonthViewBase - Class in com.calendarfx.view
Common superclass for views showing a month (e.g.
MonthViewBase() - Constructor for class com.calendarfx.view.MonthViewBase
Constructs a new month view.
monthYearProperty() - Method in class com.calendarfx.view.print.TimeRangeField
 
multiDayProperty() - Method in class com.calendarfx.model.Entry
A read-only property to determine if the entry spans several days.

N

nameProperty() - Method in class com.calendarfx.model.Calendar
A property used to store the name of the calendar.
nameProperty() - Method in class com.calendarfx.model.CalendarSource
The property used to store the name of the calendar source.
next() - Method in class com.calendarfx.view.print.PrintablePage
 
numberOfDaysProperty() - Method in class com.calendarfx.view.AllDayView
Stores the number of days that will be shown by this view.
numberOfDaysProperty() - Method in class com.calendarfx.view.CalendarHeaderView
Stores the number of days that will be shown by this view.
numberOfDaysProperty() - Method in class com.calendarfx.view.DetailedWeekView
Stores the number of days that will be shown by this view.
numberOfDaysProperty() - Method in class com.calendarfx.view.WeekDayHeaderView
Stores the number of days that will be shown by this view.
numberOfDaysProperty() - Method in class com.calendarfx.view.WeekView
Stores the number of days that will be shown by this view.

O

OFF - Static variable in class com.calendarfx.view.VirtualGrid
The virtual grid in DateControl can never be null, hence we need a virtual grid that does nothing, the OFF grid.
OK_PRESSED - Static variable in class com.calendarfx.view.popover.RecurrencePopup.RecurrencePopupEvent
 
onCancelPressedProperty() - Method in class com.calendarfx.view.popover.RecurrencePopup
 
onCancelProperty() - Method in class com.calendarfx.view.print.PrintView
Stores an event handler that will be invoked when the user clicks on the "cancel" button.
onContinueProperty() - Method in class com.calendarfx.view.print.PrintView
Stores an event handler that will be invoked when the user clicks on the "continue" button.
onDateProperty() - Method in class com.calendarfx.view.print.TimeRangeField
 
onOkPressedProperty() - Method in class com.calendarfx.view.popover.RecurrencePopup
 
onWeekNumberProperty() - Method in class com.calendarfx.view.print.TimeRangeField
 
OptionsView - Class in com.calendarfx.view.print
A control that allows to toggle a couple of options inside the print preview dialog.
OptionsView() - Constructor for class com.calendarfx.view.print.OptionsView
Constructs a new view.

P

PageBase - Class in com.calendarfx.view.page
The common superclass for all page views.
PageBase() - Constructor for class com.calendarfx.view.page.PageBase
Constructs a new page.
pageEndDateProperty() - Method in class com.calendarfx.view.print.PrintablePage
 
pageNumberProperty() - Method in class com.calendarfx.view.print.PrintablePage
 
pageStartDateProperty() - Method in class com.calendarfx.view.print.PrintablePage
 
paperProperty() - Method in class com.calendarfx.view.print.PaperView
A property used to store the currently selected paper size.
paperProperty() - Method in class com.calendarfx.view.print.PrintablePage
 
PaperView - Class in com.calendarfx.view.print
A control for specifying the paper size, the view type (day, week, month), and the print margins.
PaperView() - Constructor for class com.calendarfx.view.print.PaperView
Constructs a new paper setup control.
PaperView.MarginType - Enum in com.calendarfx.view.print
Possible print margin types: default, minimum, custom.
PERFORMANCE - Static variable in class com.calendarfx.util.LoggingDomain
Logger used for anything related to performance.
PopOverContentPane - Class in com.calendarfx.view.popover
 
PopOverContentPane() - Constructor for class com.calendarfx.view.popover.PopOverContentPane
 
PopOverTitledPane - Class in com.calendarfx.view.popover
 
PopOverTitledPane(String, Node) - Constructor for class com.calendarfx.view.popover.PopOverTitledPane
 
PopOverTitledPane(String, Node, Node) - Constructor for class com.calendarfx.view.popover.PopOverTitledPane
 
positionProperty() - Method in class com.calendarfx.view.EntryViewBase
A calendar entry can span multiple days.
PreviewPane - Class in com.calendarfx.view.print
The preview pane wraps around the zoom pane which again wraps around the printable printablePage.
PreviewPane() - Constructor for class com.calendarfx.view.print.PreviewPane
Constructs a new preview pane.
PrintablePage - Class in com.calendarfx.view.print
A control that is designed and laid out in such a way that it can be nicely printed.
PrintablePage() - Constructor for class com.calendarfx.view.print.PrintablePage
 
printEndDateProperty() - Method in class com.calendarfx.view.print.PreviewPane
 
printEndDateProperty() - Method in class com.calendarfx.view.print.PrintablePage
 
PRINTING - Static variable in class com.calendarfx.util.LoggingDomain
Logger used for anything related to printing.
printStartDateProperty() - Method in class com.calendarfx.view.print.PreviewPane
 
printStartDateProperty() - Method in class com.calendarfx.view.print.PrintablePage
 
PrintView - Class in com.calendarfx.view.print
A print preview pane / dialog for CalendarFX.
PrintView() - Constructor for class com.calendarfx.view.print.PrintView
Constructs a new print view.

R

readOnlyProperty() - Method in class com.calendarfx.model.Calendar
A property used to control if the calendar is read-only or not.
RECURRENCE - Static variable in class com.calendarfx.util.LoggingDomain
Logger used for anything related to recurrence.
RECURRENCE_POPUP_CLOSED - Static variable in class com.calendarfx.view.popover.RecurrencePopup.RecurrencePopupEvent
 
recurrenceEndProperty() - Method in class com.calendarfx.model.Entry
The property used to store the end time of the recurrence rule.
recurrenceIdProperty() - Method in class com.calendarfx.model.Entry
Stores the recurrence ID which is being generated on-the-fly by the Calendar to which the recurrence source entry belongs.
RecurrencePopup - Class in com.calendarfx.view.popover
 
RecurrencePopup() - Constructor for class com.calendarfx.view.popover.RecurrencePopup
 
RecurrencePopup.RecurrencePopupEvent - Class in com.calendarfx.view.popover
 
RecurrencePopupEvent(EventType<? extends Event>) - Constructor for class com.calendarfx.view.popover.RecurrencePopup.RecurrencePopupEvent
 
recurrenceProperty() - Method in class com.calendarfx.model.Entry
A read-only property used to indicate whether the entry is a recurrence copy of a recurrence source.
recurrenceRuleProperty() - Method in class com.calendarfx.model.Entry
A property used to store a recurrence rule according to RFC-2445.
recurrenceRuleProperty() - Method in class com.calendarfx.view.RecurrenceView
Stores the recurrence rule according to RFC 2445 syntax (e.g.
recurrenceSourceProperty() - Method in class com.calendarfx.model.Entry
If the entry is a recurrence (see Entry.recurrenceProperty()) then this property will store a reference to the entry for which the recurrence was created.
RecurrenceView - Class in com.calendarfx.view
A custom control used for editing recurrence rules according to RFC 2445.
RecurrenceView() - Constructor for class com.calendarfx.view.RecurrenceView
Constructs a new recurrence view.
refreshData() - Method in class com.calendarfx.view.DateControl
Requests that the date control should reload its data and recreate its entry views.
removeEntries(Entry<?>...) - Method in class com.calendarfx.model.Calendar
Removes the given entries from the calendar.
removeEntries(Collection<Entry<?>>) - Method in class com.calendarfx.model.Calendar
Removes the given entries from the calendar.
removeEntries(Iterator<Entry<?>>) - Method in class com.calendarfx.model.Calendar
Removes the entries returned by the iterator from the calendar.
removeEntries(Iterable<Entry<?>>) - Method in class com.calendarfx.model.Calendar
Adds the entries returned by the iterable to the calendar.
removeEntry(Entry<?>) - Method in class com.calendarfx.model.Calendar
Removes the given entry from the calendar.
removeEventHandler(EventHandler<CalendarEvent>) - Method in class com.calendarfx.model.Calendar
Removes an event handler from the calendar.
removeFromCalendar() - Method in class com.calendarfx.model.Entry
A convenience method to easily remove the entry from its calendar.
REQUEST - Static variable in class com.calendarfx.view.RequestEvent
An event type used to request that the UI shows a certain granularity.
REQUEST_DATE - Static variable in class com.calendarfx.view.RequestEvent
An event type used to request that the UI shows a certain granularity.
REQUEST_DATE_TIME - Static variable in class com.calendarfx.view.RequestEvent
An event type used to request that the UI shows a certain granularity.
REQUEST_ENTRY - Static variable in class com.calendarfx.view.RequestEvent
An event type used to request that the UI shows a certain entry.
REQUEST_WEEK - Static variable in class com.calendarfx.view.RequestEvent
An event type used to request that the UI shows a certain week.
REQUEST_YEAR - Static variable in class com.calendarfx.view.RequestEvent
An event type used to request that the UI shows a certain granularity.
REQUEST_YEAR_MONTH - Static variable in class com.calendarfx.view.RequestEvent
An event type used to request that the UI shows a certain granularity.
requestedTimeProperty() - Method in class com.calendarfx.view.DateControl
Stores the time that the application wants to show in its date controls when the UI opens up.
RequestEvent - Class in com.calendarfx.view
A specialized event class used by date controls to request that the UI shows a given date, dateTime, month, or year.
RequestEvent(Object, EventTarget, LocalDate) - Constructor for class com.calendarfx.view.RequestEvent
Constructs a new request event.
RequestEvent(Object, EventTarget, LocalDateTime) - Constructor for class com.calendarfx.view.RequestEvent
Constructs a new request event.
RequestEvent(Object, EventTarget, Year, int) - Constructor for class com.calendarfx.view.RequestEvent
Constructs a new request event.
RequestEvent(Object, EventTarget, YearMonth) - Constructor for class com.calendarfx.view.RequestEvent
Constructs a new request event.
RequestEvent(Object, EventTarget, Year) - Constructor for class com.calendarfx.view.RequestEvent
Constructs a new request event.
RequestEvent(Object, EventTarget, Entry<?>) - Constructor for class com.calendarfx.view.RequestEvent
Constructs a new request event.
requestStartDate(LocalDate) - Method in class com.calendarfx.view.print.PrintView
 
requestStartDate(LocalDate) - Method in class com.calendarfx.view.print.TimeRangeView
 
rightMarginProperty() - Method in class com.calendarfx.view.print.PaperView
Stores the right print margin value.
rightMarginProperty() - Method in class com.calendarfx.view.print.PrintablePage
Stores the right print margin value.
rollOverProperty() - Method in class com.calendarfx.view.TimeField
Determines if the field for hours will jump from 23 to 0 when the user increases the hour value (and vice versa when decreasing).
rowHeightProperty() - Method in class com.calendarfx.view.AllDayView
The height for each row shown by the view.
rowSpacingProperty() - Method in class com.calendarfx.view.AllDayView
Stores the spacing between rows in the view.

S

SEARCH - Static variable in class com.calendarfx.util.LoggingDomain
Logger used for the search service.
SearchResultView - Class in com.calendarfx.view
A view used for searching entries in the calendars and for displaying the results.
SearchResultView() - Constructor for class com.calendarfx.view.SearchResultView
Constructs a new view.
searchTextProperty() - Method in class com.calendarfx.view.SearchResultView
The text used to perform the search in the calendars.
select(Entry<?>) - Method in class com.calendarfx.view.DateControl
Adds the given entry to the set of currently selected entries.
select(LocalDate) - Method in class com.calendarfx.view.DateSelectionModel
 
selectedEntryProperty() - Method in class com.calendarfx.view.SearchResultView
Stores the currently selected entry / search result.
selectedPageProperty() - Method in class com.calendarfx.view.CalendarView
A read-only property used for storing the currently selected page.
selectedProperty() - Method in class com.calendarfx.view.EntryViewBase
A flag used to indicate that the entry has been selected by the user.
selectionModeProperty() - Method in class com.calendarfx.view.DateControl
Stores the selection mode.
selectionModeProperty() - Method in class com.calendarfx.view.DateSelectionModel
 
selectRange(LocalDate, LocalDate) - Method in class com.calendarfx.view.DateSelectionModel
 
selectUntil(LocalDate) - Method in class com.calendarfx.view.DateSelectionModel
 
setAdjustToFirstDayOfWeek(boolean) - Method in class com.calendarfx.view.AllDayView
setAdjustToFirstDayOfWeek(boolean) - Method in class com.calendarfx.view.DetailedWeekView
setAdjustToFirstDayOfWeek(boolean) - Method in class com.calendarfx.view.WeekDayHeaderView
setAdjustToFirstDayOfWeek(boolean) - Method in class com.calendarfx.view.WeekView
setAfterUnits(Integer) - Method in class com.calendarfx.view.print.TimeRangeField
Sets the value of the property afterUnits.
setBottomMargin(double) - Method in class com.calendarfx.view.print.PaperView
Sets the value of the PaperView.bottomMarginProperty().
setBottomMargin(double) - Method in class com.calendarfx.view.print.PrintablePage
setCalendar(Calendar) - Method in class com.calendarfx.model.Entry
Sets the value of Entry.calendarProperty().
setCalendar(Calendar) - Method in class com.calendarfx.view.CalendarSelector
setCalendarColor(String, Color) - Static method in class com.calendarfx.view.MonthSheetView.DetailedDateCell
Sets the color to be used for the given calendar style.
setCalendarSourceFactory(Callback<DateControl.CreateCalendarSourceParameter, CalendarSource>) - Method in class com.calendarfx.view.DateControl
setCalendarVisibility(Calendar, boolean) - Method in class com.calendarfx.view.CalendarHeaderView
 
setCalendarVisibility(Calendar, boolean) - Method in class com.calendarfx.view.DateControl
 
setCalendarVisibility(Calendar, boolean) - Method in class com.calendarfx.view.SourceGridView
 
setCalendarVisibility(Calendar, boolean) - Method in class com.calendarfx.view.SourceView
 
setCellFactory(Callback<AgendaView, ? extends AgendaView.AgendaEntryCell>) - Method in class com.calendarfx.view.AgendaView
Sets the value of the property cellFactory.
setCellFactory(Callback<Calendar, Node>) - Method in class com.calendarfx.view.CalendarHeaderView
setCellFactory(Callback<MonthSheetView.DateParameter, MonthSheetView.DateCell>) - Method in class com.calendarfx.view.MonthSheetView
setCellFactory(Callback<WeekDayHeaderView, WeekDayHeaderView.WeekDayCell>) - Method in class com.calendarfx.view.WeekDayHeaderView
setCellFactory(Callback<YearMonthView, YearMonthView.DateCell>) - Method in class com.calendarfx.view.YearMonthView
setClickBehaviour(MonthSheetView.ClickBehaviour) - Method in class com.calendarfx.view.MonthSheetView
setClickBehaviour(YearMonthView.ClickBehaviour) - Method in class com.calendarfx.view.YearMonthView
setColumnSpacing(double) - Method in class com.calendarfx.view.AllDayView
setContent(Region) - Method in class com.calendarfx.view.print.ZoomPane
Sets the value of the property content.
setContextMenuCallback(Callback<DateControl.ContextMenuParameter, ContextMenu>) - Method in class com.calendarfx.view.DateControl
setDate(LocalDate) - Method in class com.calendarfx.view.DateControl
Sets the value of DateControl.dateProperty().
setDate(LocalDate) - Method in class com.calendarfx.view.WeekDayHeaderView.WeekDayCell
setDate(LocalDate) - Method in class com.calendarfx.view.YearMonthView.DateCell
 
setDateControl(DateControl) - Method in class com.calendarfx.view.DeveloperConsole
setDateDetailsCallback(Callback<DateControl.DateDetailsParameter, Boolean>) - Method in class com.calendarfx.view.DateControl
setDateSelectionModel(DateSelectionModel) - Method in class com.calendarfx.view.MonthSheetView
setDateTimeFormatter(DateTimeFormatter) - Method in class com.calendarfx.view.page.PageBase
setDayPageLayout(DayPage.DayPageLayout) - Method in class com.calendarfx.view.page.DayPage
setDefaultCalendarProvider(Callback<DateControl, Calendar>) - Method in class com.calendarfx.view.DateControl
setDisplayMode(YearPage.DisplayMode) - Method in class com.calendarfx.view.page.YearPage
setDraggedEntry(DraggedEntry) - Method in class com.calendarfx.view.DateControl
setDragMode(DraggedEntry.DragMode) - Method in class com.calendarfx.view.DraggedEntry
Sets the current drag mode (start time, end time, or both).
setEarlyLateHoursStrategy(DayViewBase.EarlyLateHoursStrategy) - Method in class com.calendarfx.view.DayViewBase
setEnableCurrentTimeMarker(boolean) - Method in class com.calendarfx.view.DayViewBase
setEnableHyperlinks(boolean) - Method in class com.calendarfx.view.DateControl
setEndField(boolean) - Method in class com.calendarfx.view.print.TimeRangeField
Sets the value of the property endField.
setEndTime(LocalTime) - Method in class com.calendarfx.view.DateControl
setEntryContextMenuCallback(Callback<DateControl.EntryContextMenuParameter, ContextMenu>) - Method in class com.calendarfx.view.DateControl
setEntryDetailsCallback(Callback<DateControl.EntryDetailsParameter, Boolean>) - Method in class com.calendarfx.view.DateControl
setEntryDetailsPopOverContentCallback(Callback<DateControl.EntryDetailsPopOverContentParameter, Node>) - Method in class com.calendarfx.view.DateControl
setEntryFactory(Callback<DateControl.CreateEntryParameter, Entry<?>>) - Method in class com.calendarfx.view.DateControl
setEntryViewFactory(Callback<Entry<?>, AllDayEntryView>) - Method in class com.calendarfx.view.AllDayView
setEntryViewFactory(Callback<Entry<?>, DayEntryView>) - Method in class com.calendarfx.view.DayView
setEntryViewFactory(Callback<Entry<?>, MonthEntryView>) - Method in class com.calendarfx.view.MonthView
setEntryWidthPercentage(double) - Method in class com.calendarfx.view.DayViewBase
setExpandedPane(TitledPane) - Method in class com.calendarfx.view.popover.PopOverContentPane
Sets the value of the property expandedPane.
setExtendedUnitsBackward(int) - Method in class com.calendarfx.view.MonthSheetView
setExtendedUnitsForward(int) - Method in class com.calendarfx.view.MonthSheetView
setExtendedViewUnit(MonthSheetView.ViewUnit) - Method in class com.calendarfx.view.MonthSheetView
setExtraPadding(Insets) - Method in class com.calendarfx.view.AllDayView
setFadingDuration(Duration) - Method in class com.calendarfx.view.popover.PopOverTitledPane
Sets the value of the property fadingDuration.
setFooter(Node) - Method in class com.calendarfx.view.CalendarView
setFooter(Node) - Method in class com.calendarfx.view.popover.PopOverContentPane
Sets the value of the property footer.
setFullDay(boolean) - Method in class com.calendarfx.model.Entry
Sets the value of Entry.fullDayProperty().
setHeader(Node) - Method in class com.calendarfx.view.CalendarView
setHeader(Node) - Method in class com.calendarfx.view.popover.PopOverContentPane
Sets the value of the property header.
setHeaderCellFactory(Callback<MonthSheetView.HeaderParameter, Node>) - Method in class com.calendarfx.view.MonthSheetView
setHidden(boolean) - Method in class com.calendarfx.view.page.PageBase
Sets the value of PageBase.hiddenProperty().
setHourHeight(double) - Method in class com.calendarfx.view.DayViewBase
setHourHeightCompressed(double) - Method in class com.calendarfx.view.DayViewBase
setHoursLayoutStrategy(DayViewBase.HoursLayoutStrategy) - Method in class com.calendarfx.view.DayViewBase
setId(String) - Method in class com.calendarfx.model.Entry
Assigns a new ID to the entry.
setInterval(Interval) - Method in class com.calendarfx.model.Entry
Sets the value of Entry.intervalProperty().
setInterval(LocalDate) - Method in class com.calendarfx.model.Entry
 
setInterval(LocalDate, ZoneId) - Method in class com.calendarfx.model.Entry
 
setInterval(LocalDate, LocalDate) - Method in class com.calendarfx.model.Entry
 
setInterval(LocalDate, LocalDate, ZoneId) - Method in class com.calendarfx.model.Entry
 
setInterval(LocalDate, LocalTime, LocalDate, LocalTime) - Method in class com.calendarfx.model.Entry
 
setInterval(LocalDate, LocalTime, LocalDate, LocalTime, ZoneId) - Method in class com.calendarfx.model.Entry
 
setInterval(LocalTime, LocalTime) - Method in class com.calendarfx.model.Entry
 
setInterval(LocalTime, LocalTime, ZoneId) - Method in class com.calendarfx.model.Entry
 
setInterval(LocalDateTime) - Method in class com.calendarfx.model.Entry
 
setInterval(LocalDateTime, ZoneId) - Method in class com.calendarfx.model.Entry
 
setInterval(LocalDateTime, LocalDateTime) - Method in class com.calendarfx.model.Entry
 
setInterval(LocalDateTime, LocalDateTime, ZoneId) - Method in class com.calendarfx.model.Entry
 
setInterval(ZonedDateTime) - Method in class com.calendarfx.model.Entry
 
setInterval(ZonedDateTime, ZonedDateTime) - Method in class com.calendarfx.model.Entry
 
setLayout(DateControl.Layout) - Method in class com.calendarfx.view.DateControl
Sets the value of DateControl.layoutProperty().
setLayout(DateControl.Layout) - Method in class com.calendarfx.view.print.PrintView
Sets the value of PrintView.layoutProperty().
setLeftMargin(double) - Method in class com.calendarfx.view.print.PaperView
Sets the value of the PaperView.leftMarginProperty().
setLeftMargin(double) - Method in class com.calendarfx.view.print.PrintablePage
Sets the value of the PrintablePage.leftMarginProperty().
setLicenseKey(String) - Static method in class com.calendarfx.util.CalendarFX
Sets the license key used for FlexGantt.
setLocation(String) - Method in class com.calendarfx.model.Entry
Sets the value of Entry.locationProperty().
setLookAheadDuration(Duration) - Method in class com.calendarfx.model.Calendar
setLookAheadPeriodInDays(int) - Method in class com.calendarfx.view.AgendaView
setLookBackDuration(Duration) - Method in class com.calendarfx.model.Calendar
setLookBackPeriodInDays(int) - Method in class com.calendarfx.view.AgendaView
setMarginType(PaperView.MarginType) - Method in class com.calendarfx.view.print.PaperView
setMarginType(PaperView.MarginType) - Method in class com.calendarfx.view.print.PrintablePage
setMaximumRowsPerColumn(int) - Method in class com.calendarfx.view.SourceGridView
Sets the value of the property maximumRowsPerColumn.
setMinimumDuration(Duration) - Method in class com.calendarfx.model.Entry
setMonthYear(Integer) - Method in class com.calendarfx.view.print.TimeRangeField
Sets the value of the property monthYear.
setName(String) - Method in class com.calendarfx.model.Calendar
Sets the value of Calendar.nameProperty().
setName(String) - Method in class com.calendarfx.model.CalendarSource
setNumberOfDays(int) - Method in class com.calendarfx.view.AllDayView
setNumberOfDays(int) - Method in class com.calendarfx.view.CalendarHeaderView
setNumberOfDays(int) - Method in class com.calendarfx.view.DetailedWeekView
setNumberOfDays(int) - Method in class com.calendarfx.view.WeekDayHeaderView
setNumberOfDays(int) - Method in class com.calendarfx.view.WeekView
setOffsetDuration(Duration) - Method in class com.calendarfx.view.DraggedEntry
Sets the duration between the mouse press location and the start time of the entry.
setOnCancel(EventHandler<ActionEvent>) - Method in class com.calendarfx.view.print.PrintView
Sets the value of the PrintView.onCancelProperty().
setOnCancelPressed(EventHandler<RecurrencePopup.RecurrencePopupEvent>) - Method in class com.calendarfx.view.popover.RecurrencePopup
Sets the value of the property onCancelPressed.
setOnContinue(EventHandler<ActionEvent>) - Method in class com.calendarfx.view.print.PrintView
Sets the value of the PrintView.onContinueProperty().
setOnDate(LocalDate) - Method in class com.calendarfx.view.print.TimeRangeField
Sets the value of the property onDate.
setOnOkPressed(EventHandler<RecurrencePopup.RecurrencePopupEvent>) - Method in class com.calendarfx.view.popover.RecurrencePopup
Sets the value of the property onOkPressed.
setOnWeekNumber(Integer) - Method in class com.calendarfx.view.print.TimeRangeField
Sets the value of the property onWeekNumber.
setPaper(Paper) - Method in class com.calendarfx.view.print.PaperView
Sets the value of PaperView.paperProperty().
setPaper(Paper) - Method in class com.calendarfx.view.print.PrintablePage
Sets the value of the property paper.
setPrintEndDate(LocalDate) - Method in class com.calendarfx.view.print.PreviewPane
Sets the value of the property printEndDate.
setPrintEndDate(LocalDate) - Method in class com.calendarfx.view.print.PrintablePage
Sets the value of the property printEndDate.
setPrintStartDate(LocalDate) - Method in class com.calendarfx.view.print.PreviewPane
Sets the value of the property printStartDate.
setPrintStartDate(LocalDate) - Method in class com.calendarfx.view.print.PrintablePage
Sets the value of the property printStartDate.
setReadOnly(boolean) - Method in class com.calendarfx.model.Calendar
Sets the value of Calendar.readOnlyProperty().
setRecurrenceRule(String) - Method in class com.calendarfx.model.Entry
setRecurrenceRule(String) - Method in class com.calendarfx.view.RecurrenceView
setRequestedTime(LocalTime) - Method in class com.calendarfx.view.DateControl
setRightMargin(double) - Method in class com.calendarfx.view.print.PaperView
Sets the value of the PaperView.rightMarginProperty().
setRightMargin(double) - Method in class com.calendarfx.view.print.PrintablePage
setRollOver(boolean) - Method in class com.calendarfx.view.TimeField
Sets the value of TimeField.rollOverProperty().
setRowHeight(double) - Method in class com.calendarfx.view.AllDayView
Sets the value of the AllDayView.rowHeightProperty().
setRowSpacing(double) - Method in class com.calendarfx.view.AllDayView
setSearchText(String) - Method in class com.calendarfx.view.SearchResultView
setSelected(boolean) - Method in class com.calendarfx.view.MonthSheetView.DateCell
Tells the cell whether it is currently selected or not.
setSelectionMode(SelectionMode) - Method in class com.calendarfx.view.DateControl
setSelectionMode(DateSelectionModel.SelectionMode) - Method in class com.calendarfx.view.DateSelectionModel
Sets the value of the property selectionMode.
setShortName(String) - Method in class com.calendarfx.model.Calendar
Sets the value of Calendar.shortNameProperty().
setShowAddCalendarButton(boolean) - Method in class com.calendarfx.view.CalendarView
setShowAgendaView(boolean) - Method in class com.calendarfx.view.DetailedDayView
setShowAllDayEntries(boolean) - Method in class com.calendarfx.view.print.OptionsView
Sets the value of the property showAllDayEntries.
setShowAllDayEntries(boolean) - Method in class com.calendarfx.view.print.PrintablePage
Sets the value of the property showAllDayEntries.
setShowAllDayView(boolean) - Method in class com.calendarfx.view.DetailedDayView
setShowAllDayView(boolean) - Method in class com.calendarfx.view.DetailedWeekView
setShowCalendarKeys(boolean) - Method in class com.calendarfx.view.print.OptionsView
Sets the value of the property showCalendarKeys.
setShowCalendarKeys(boolean) - Method in class com.calendarfx.view.print.PrintablePage
Sets the value of the property showCalendarKeys.
setShowCurrentWeek(boolean) - Method in class com.calendarfx.view.MonthView
setShowDate(boolean) - Method in class com.calendarfx.view.page.PageBase
Sets the value of PageBase.showDateProperty().
setShowDayPageLayoutControls(boolean) - Method in class com.calendarfx.view.page.DayPage
setShowDeveloperConsole(boolean) - Method in class com.calendarfx.view.CalendarView
setShowEntryDetails(boolean) - Method in class com.calendarfx.view.print.OptionsView
Sets the value of the property showEntryDetails.
setShowEntryDetails(boolean) - Method in class com.calendarfx.view.print.PrintablePage
Sets the value of the property showEntryDetails.
setShowFullDayEntries(boolean) - Method in class com.calendarfx.view.MonthView
setShowLayoutButton(boolean) - Method in class com.calendarfx.view.page.DayPage
setShowLayoutButton(boolean) - Method in class com.calendarfx.view.page.WeekPage
setShowMiniCalendars(boolean) - Method in class com.calendarfx.view.print.OptionsView
Sets the value of the property showMiniCalendars.
setShowMiniCalendars(boolean) - Method in class com.calendarfx.view.print.PrintablePage
Sets the value of the property showMiniCalendars.
setShowMonth(boolean) - Method in class com.calendarfx.view.YearMonthView
setShowMonthArrows(boolean) - Method in class com.calendarfx.view.YearMonthView
setShowNavigation(boolean) - Method in class com.calendarfx.view.page.PageBase
setShowPageSwitcher(boolean) - Method in class com.calendarfx.view.CalendarView
setShowPageToolBarControls(boolean) - Method in class com.calendarfx.view.CalendarView
setShowPrintButton(boolean) - Method in class com.calendarfx.view.CalendarView
setShowScrollBar(boolean) - Method in class com.calendarfx.view.DetailedDayView
setShowScrollBar(boolean) - Method in class com.calendarfx.view.DetailedWeekView
setShowSearchField(boolean) - Method in class com.calendarfx.view.CalendarView
setShowSearchResultsTray(boolean) - Method in class com.calendarfx.view.CalendarView
setShowSourceTray(boolean) - Method in class com.calendarfx.view.CalendarView
setShowSourceTrayButton(boolean) - Method in class com.calendarfx.view.CalendarView
setShowStatusLabel(boolean) - Method in class com.calendarfx.view.AgendaView
Sets the value of the property showStatusLabel.
setShowSummary(boolean) - Method in class com.calendarfx.view.RecurrenceView
setShowSwimlaneLayout(boolean) - Method in class com.calendarfx.view.print.OptionsView
Sets the value of the property showSwimlaneLayout.
setShowTimedEntries(boolean) - Method in class com.calendarfx.view.MonthView
setShowTimedEntries(boolean) - Method in class com.calendarfx.view.print.OptionsView
Sets the value of the property showTimedEntries.
setShowTimedEntries(boolean) - Method in class com.calendarfx.view.print.PrintablePage
Sets the value of the property showTimedEntries.
setShowTimeScaleView(boolean) - Method in class com.calendarfx.view.DetailedDayView
setShowTimeScaleView(boolean) - Method in class com.calendarfx.view.DetailedWeekView
setShowToday(boolean) - Method in class com.calendarfx.view.DateControl
setShowTodayButton(boolean) - Method in class com.calendarfx.view.YearMonthView
setShowToolBar(boolean) - Method in class com.calendarfx.view.CalendarView
setShowUsageColors(boolean) - Method in class com.calendarfx.view.YearMonthView
setShowWeekDayHeaderView(boolean) - Method in class com.calendarfx.view.DetailedWeekView
setShowWeekdays(boolean) - Method in class com.calendarfx.view.MonthView
setShowWeekends(boolean) - Method in class com.calendarfx.view.MonthView
setShowWeekNumber(boolean) - Method in class com.calendarfx.view.MonthSheetView
setShowWeekNumbers(boolean) - Method in class com.calendarfx.view.MonthViewBase
setShowYear(boolean) - Method in class com.calendarfx.view.YearMonthView
setShowYearArrows(boolean) - Method in class com.calendarfx.view.YearMonthView
setStartDate(LocalDate) - Method in class com.calendarfx.view.RecurrenceView
setStartTime(LocalTime) - Method in class com.calendarfx.view.DateControl
setStyle(Calendar.Style) - Method in class com.calendarfx.model.Calendar
Sets the value of Calendar.styleProperty() based on one of the predefined styles (see also the enum Calendar.Style).
setStyle(String) - Method in class com.calendarfx.model.Calendar
Sets the value of Calendar.styleProperty().
setSuspendUpdates(boolean) - Method in class com.calendarfx.view.DateControl
setTime(LocalTime) - Method in class com.calendarfx.view.DateControl
Sets the value of DateControl.timeProperty().
SettingsView - Class in com.calendarfx.view.print
The right-hand side of the PrintView.
SettingsView() - Constructor for class com.calendarfx.view.print.SettingsView
 
setTitle(String) - Method in class com.calendarfx.model.Entry
Sets the value of Entry.titleProperty().
setToday(LocalDate) - Method in class com.calendarfx.view.DateControl
Sets the value of DateControl.todayProperty().
setToday(boolean) - Method in class com.calendarfx.view.MonthSheetView.DateCell
Specifies whether or not the cell represents the day / date that is "today".
setToday(LocalDate) - Method in class com.calendarfx.view.print.PrintView
Sets the value of PrintView.todayProperty().
setToday(LocalDate) - Method in class com.calendarfx.view.print.TimeRangeField
setToday(LocalDate) - Method in class com.calendarfx.view.print.TimeRangeView
setTopMargin(double) - Method in class com.calendarfx.view.print.PaperView
Sets the value of the PaperView.topMarginProperty().
setTopMargin(double) - Method in class com.calendarfx.view.print.PrintablePage
Sets the value of the PrintablePage.topMarginProperty().
setTransitionsEnabled(boolean) - Method in class com.calendarfx.view.CalendarView
setTraysAnimated(boolean) - Method in class com.calendarfx.view.CalendarView
setTrimTimeBounds(boolean) - Method in class com.calendarfx.view.DayViewBase
Sets the value of the property trimTimeBounds.
setUsagePolicy(Callback<Integer, DateControl.Usage>) - Method in class com.calendarfx.view.DateControl
setUserObject(T) - Method in class com.calendarfx.model.Entry
Sets the value of Entry.userObjectProperty().
setValue(TimeRangeField.TimeRangeFieldValue) - Method in class com.calendarfx.view.print.TimeRangeField
Sets the value of the property value.
setValue(LocalTime) - Method in class com.calendarfx.view.TimeField
Sets the value of TimeField.valueProperty().
setViewType(ViewType) - Method in class com.calendarfx.view.print.PrintablePage
Sets the value of the property viewType.
setViewType(ViewType) - Method in class com.calendarfx.view.print.ViewTypeControl
setViewUnit(MonthSheetView.ViewUnit) - Method in class com.calendarfx.view.MonthSheetView
setVirtualGrid(VirtualGrid) - Method in class com.calendarfx.view.DateControl
setVisibleHours(int) - Method in class com.calendarfx.view.DayViewBase
setWeekDayLayout(MonthSheetView.WeekDayLayoutStrategy) - Method in class com.calendarfx.view.MonthSheetView
setWeekDayViewFactory(Callback<WeekView.WeekDayParameter, WeekDayView>) - Method in class com.calendarfx.view.WeekView
setWeekFields(WeekFields) - Method in class com.calendarfx.view.DateControl
setWeekFields(WeekFields) - Method in class com.calendarfx.view.print.PrintView
setWeekFields(WeekFields) - Method in class com.calendarfx.view.print.TimeRangeField
setWeekFields(WeekFields) - Method in class com.calendarfx.view.print.TimeRangeView
setWeekFields(WeekFields) - Method in class com.calendarfx.view.WeekFieldsView
setZoneId(ZoneId) - Method in class com.calendarfx.model.Entry
Sets the value of Entry.zoneIdProperty().
setZoneId(ZoneId) - Method in class com.calendarfx.view.DateControl
Sets the value of DateControl.zoneIdProperty().
setZoneId(ZoneId) - Method in class com.calendarfx.view.SearchResultView
setZoom(double) - Method in class com.calendarfx.view.print.ZoomPane
Sets the value of the property zoom.
shortNameProperty() - Method in class com.calendarfx.model.Calendar
A property used to store the short name of the calendar.
show(Window) - Method in class com.calendarfx.view.print.PrintView
Creates an application-modal dialog and shows it after adding the print view to it.
showAddCalendarButtonProperty() - Method in class com.calendarfx.view.CalendarView
Controls whether the "add calendar" button in the upper left corner of the control will be shown to the user or not.
showAgendaViewProperty() - Method in class com.calendarfx.view.DetailedDayView
A property used to toggle the visibility of the agenda view.
showAllDayEntriesProperty() - Method in class com.calendarfx.view.print.OptionsView
 
showAllDayEntriesProperty() - Method in class com.calendarfx.view.print.PrintablePage
 
showAllDayViewProperty() - Method in class com.calendarfx.view.DetailedDayView
A property used to toggle the visibility of the all day view.
showAllDayViewProperty() - Method in class com.calendarfx.view.DetailedWeekView
A property used to control the visibility of the all day view.
showCalendarKeysProperty() - Method in class com.calendarfx.view.print.OptionsView
 
showCalendarKeysProperty() - Method in class com.calendarfx.view.print.PrintablePage
 
showCurrentTimeMarkerProperty() - Method in class com.calendarfx.view.DayViewBase
A read-only property used to indicate whether the view should show the "current time" marker.
showCurrentTimeTodayMarkerProperty() - Method in class com.calendarfx.view.DayViewBase
A read-only property used to indicate whether the view should show the "current time today" marker.
showCurrentWeekProperty() - Method in class com.calendarfx.view.MonthView
Controls whether the view will highlight the current week.
showDate(LocalDate) - Method in class com.calendarfx.view.CalendarView
Sends the request to the calendar view to display the given date.
showDateDetails(Node, LocalDate) - Method in class com.calendarfx.view.DateControl
Creates a new DatePopOver and shows it attached to the given owner node.
showDateProperty() - Method in class com.calendarfx.view.page.PageBase
Determines whether the date will be shown by the page in the upper right corner.
showDateTime(LocalDateTime) - Method in class com.calendarfx.view.CalendarView
Sends the request to the calendar view to display the given date and time.
showDayPage() - Method in class com.calendarfx.view.CalendarView
Switches the view to the DayPage.
showDayPageLayoutControlsProperty() - Method in class com.calendarfx.view.page.DayPage
Determines if the controls for switching between different layouts of this view will be shown to the user or not.
showDeveloperConsoleProperty() - Method in class com.calendarfx.view.CalendarView
Controls the visibility of the developer console.
showEntry(Entry<?>) - Method in class com.calendarfx.view.DateControl
Adjusts the current view / page in such a way that the given entry becomes visible.
showEntryDetailsProperty() - Method in class com.calendarfx.view.print.OptionsView
 
showEntryDetailsProperty() - Method in class com.calendarfx.view.print.PrintablePage
 
showFullDayEntriesProperty() - Method in class com.calendarfx.view.MonthView
Controls whether the view will show calendar entries that are "full-day" entries (e.g.
showLayoutButtonProperty() - Method in class com.calendarfx.view.page.DayPage
Controls whether the "layout" button (to toggle between standard and swimlane layout) in the upper left corner of the control will be shown to the user or not.
showLayoutButtonProperty() - Method in class com.calendarfx.view.page.WeekPage
Controls whether the "layout" button (to toggle between standard and swimlane layout) in the upper left corner of the control will be shown to the user or not.
showMiniCalendarsProperty() - Method in class com.calendarfx.view.print.OptionsView
 
showMiniCalendarsProperty() - Method in class com.calendarfx.view.print.PrintablePage
 
showMonthArrowsProperty() - Method in class com.calendarfx.view.YearMonthView
Shows or hides the arrows to change the month.
showMonthPage() - Method in class com.calendarfx.view.CalendarView
Switches the view to the MonthPage.
showMonthProperty() - Method in class com.calendarfx.view.YearMonthView
Show or hide the name of the month.
showNavigationProperty() - Method in class com.calendarfx.view.page.PageBase
Determines if the navigation controls for going back and forward in time will be shown in the upper right corner.
showPageSwitcherProperty() - Method in class com.calendarfx.view.CalendarView
Controls whether the page switcher (day, week, month, year) will be shown to the user or not.
showPageToolBarControlsProperty() - Method in class com.calendarfx.view.CalendarView
Controls whether the "page-specific" toolbar controls (e.g.
showPrintButtonProperty() - Method in class com.calendarfx.view.CalendarView
Controls whether the "print" button in the upper left corner of the control will be shown to the user or not.
showScrollBarProperty() - Method in class com.calendarfx.view.DetailedDayView
A property used to control the visibility of the vertial scrollbar.
showScrollBarProperty() - Method in class com.calendarfx.view.DetailedWeekView
A property used to control the visibility of the vertial scrollbar.
showSearchFieldProperty() - Method in class com.calendarfx.view.CalendarView
Controls whether the search field (text field) in the upper right corner of the control will be shown to the user or not.
showSearchResultsTrayProperty() - Method in class com.calendarfx.view.CalendarView
Controls the visibility of the search results tray.
showSourceTrayButtonProperty() - Method in class com.calendarfx.view.CalendarView
Controls whether the source tray button in the upper left corner of the control will be shown to the user or not.
showSourceTrayProperty() - Method in class com.calendarfx.view.CalendarView
Controls the visibility of the source tray.
showStatusLabelProperty() - Method in class com.calendarfx.view.AgendaView
 
showSummaryProperty() - Method in class com.calendarfx.view.RecurrenceView
A property used to control the visibility of the "summary" label.
showSwimlaneLayoutProperty() - Method in class com.calendarfx.view.print.OptionsView
 
showTimedEntriesProperty() - Method in class com.calendarfx.view.MonthView
Controls whether the view will show calendar entries that are not "full-day" entries (e.g.
showTimedEntriesProperty() - Method in class com.calendarfx.view.print.OptionsView
 
showTimedEntriesProperty() - Method in class com.calendarfx.view.print.PrintablePage
 
showTimeScaleViewProperty() - Method in class com.calendarfx.view.DetailedDayView
A property used to toggle the visibility of the time scale view.
showTimeScaleViewProperty() - Method in class com.calendarfx.view.DetailedWeekView
A property used to control the visibility of the time scale on the left-hand side.
showTodayButtonProperty() - Method in class com.calendarfx.view.YearMonthView
Show or hide a button to quickly go to today's date.
showTodayProperty() - Method in class com.calendarfx.view.DateControl
A flag used to indicate that the view will mark the area that represents the value of DateControl.todayProperty().
showToolBarProperty() - Method in class com.calendarfx.view.CalendarView
Controls whether the toolbar will be shown to the user or not.
showUsageColorsProperty() - Method in class com.calendarfx.view.YearMonthView
Show or hide usage colors that are based on the number of entries on a given date.
showWeek(Year, int) - Method in class com.calendarfx.view.CalendarView
Sends the request to the calendar view to display the given week.
showWeekDayHeaderViewProperty() - Method in class com.calendarfx.view.DetailedWeekView
A property used to control the visibility of the week day header.
showWeekdaysProperty() - Method in class com.calendarfx.view.MonthView
Controls whether the view will show the names of the week days ("Mo", "Tu", "We", ...).
showWeekendsProperty() - Method in class com.calendarfx.view.MonthView
Controls whether the view will show weekend days differently than regular week days.
showWeekNumberProperty() - Method in class com.calendarfx.view.MonthSheetView
A property used to control whether the week numbers should be shown.
showWeekNumbersProperty() - Method in class com.calendarfx.view.MonthViewBase
Controls whether the view will show week numbers.
showWeekPage() - Method in class com.calendarfx.view.CalendarView
Switches the view to the WeekPage.
showYear(Year) - Method in class com.calendarfx.view.CalendarView
Sends the request to the calendar view to display the given year.
showYearArrowsProperty() - Method in class com.calendarfx.view.YearMonthView
Shows or hides the arrows to change the year.
showYearMonth(YearMonth) - Method in class com.calendarfx.view.CalendarView
Sends the request to the calendar view to display the given year and month.
showYearPage() - Method in class com.calendarfx.view.CalendarView
Switches the view to the YearPage.
showYearProperty() - Method in class com.calendarfx.view.YearMonthView
Show or hide the year.
SimpleDateCell(MonthSheetView, LocalDate) - Constructor for class com.calendarfx.view.MonthSheetView.SimpleDateCell
Constructs a new simple date cell.
SourceGridView - Class in com.calendarfx.view
 
SourceGridView() - Constructor for class com.calendarfx.view.SourceGridView
 
SourceView - Class in com.calendarfx.view
A view specialized in showing a list of CalendarSource instances.
SourceView() - Constructor for class com.calendarfx.view.SourceView
Constructs a new source view.
startBatchUpdates() - Method in class com.calendarfx.model.Calendar
Tells the calendar that the application will perform a large number of changes.
startDateProperty() - Method in class com.calendarfx.model.Entry
A read-only property used for retrieving the start date of the entry.
startDateProperty() - Method in class com.calendarfx.view.DetailedWeekView
The earliest date shown by the view.
startDateProperty() - Method in class com.calendarfx.view.EntryViewBase
The date where the view starts to appear (not the start date of the calendar entry).
startDateProperty() - Method in class com.calendarfx.view.print.TimeRangeView
 
startDateProperty() - Method in class com.calendarfx.view.RecurrenceView
A property used to store the start date for the recurrence rule.
startDateProperty() - Method in class com.calendarfx.view.WeekDayHeaderView
The first date shown by the view.
startDateProperty() - Method in class com.calendarfx.view.WeekView
The earliest date shown by the view.
startTimeProperty() - Method in class com.calendarfx.model.Entry
A read-only property used for retrieving the start time of the entry.
startTimeProperty() - Method in class com.calendarfx.view.DateControl
A start time used to limit the time interval shown by the control.
startTimeProperty() - Method in class com.calendarfx.view.EntryViewBase
The time where the entry view starts (not the start time of the calendar entry).
stopBatchUpdates() - Method in class com.calendarfx.model.Calendar
Tells the calendar that the application is done making big changes.
styleProperty() - Method in class com.calendarfx.model.Calendar
A property used to store the visual style that will be used for the calendar in the UI.
suspendUpdatesProperty() - Method in class com.calendarfx.view.DateControl
A property that will suspend all updates to the view based on model changes.

T

TimeField - Class in com.calendarfx.view
A control for editing a LocalTime.
TimeField() - Constructor for class com.calendarfx.view.TimeField
Constructs a new field.
timeProperty() - Method in class com.calendarfx.view.DateControl
Stores a time that can be visualized, e.g.
TimeRangeField - Class in com.calendarfx.view.print
A control for specifying the start or end time of a time range.
TimeRangeField() - Constructor for class com.calendarfx.view.print.TimeRangeField
 
TimeRangeField(ViewType) - Constructor for class com.calendarfx.view.print.TimeRangeField
 
TimeRangeField(boolean) - Constructor for class com.calendarfx.view.print.TimeRangeField
 
TimeRangeField(ViewType, boolean) - Constructor for class com.calendarfx.view.print.TimeRangeField
 
TimeRangeField.TimeRangeFieldValue - Enum in com.calendarfx.view.print
 
TimeRangeView - Class in com.calendarfx.view.print
A control for specifying the start and end time of a time range.
TimeRangeView() - Constructor for class com.calendarfx.view.print.TimeRangeView
Constructs a new time range view.
TimeScaleView - Class in com.calendarfx.view
A control used for displaying a vertical time scale.
TimeScaleView() - Constructor for class com.calendarfx.view.TimeScaleView
Constructs a new scale view.
titleProperty() - Method in class com.calendarfx.model.Entry
A property used to store the title of the entry.
todayProperty() - Method in class com.calendarfx.view.DateControl
Stores the date that is considered to represent "today".
todayProperty() - Method in class com.calendarfx.view.print.PrintView
Stores the date that is considered to represent "today".
todayProperty() - Method in class com.calendarfx.view.print.TimeRangeField
Stores the date that is considered to represent "today".
todayProperty() - Method in class com.calendarfx.view.print.TimeRangeView
Stores the date that is considered to represent "today".
toLeft(R) - Method in interface com.calendarfx.util.Util.Converter
 
toMonths(int) - Method in enum com.calendarfx.view.MonthSheetView.ViewUnit
Calculates the total number of months for the given number of units, e.g.
topMarginProperty() - Method in class com.calendarfx.view.print.PaperView
Stores the top print margin value.
topMarginProperty() - Method in class com.calendarfx.view.print.PrintablePage
Stores the top print margin value.
toRight(L) - Method in interface com.calendarfx.util.Util.Converter
 
toString() - Method in class com.calendarfx.model.Calendar
 
toString() - Method in class com.calendarfx.model.CalendarEvent
 
toString() - Method in class com.calendarfx.model.CalendarSource
 
toString() - Method in class com.calendarfx.model.Entry
 
toString() - Method in class com.calendarfx.model.Interval
 
toString() - Method in class com.calendarfx.model.LoadEvent
 
toString() - Method in class com.calendarfx.view.DateControl.ContextMenuParameter
 
toString() - Method in class com.calendarfx.view.DateControl.CreateEntryParameter
 
toString() - Method in class com.calendarfx.view.DateControl.EntryContextMenuParameter
 
toString() - Method in class com.calendarfx.view.EntryViewBase
 
toString() - Method in class com.calendarfx.view.RequestEvent
 
toString() - Method in class com.calendarfx.view.VirtualGrid
 
totalPagesProperty() - Method in class com.calendarfx.view.print.PrintablePage
 
transitionsEnabledProperty() - Method in class com.calendarfx.view.CalendarView
A property used to control whether switching from one page to another will be done with a graphics transition.
traysAnimatedProperty() - Method in class com.calendarfx.view.CalendarView
A property used to control whether closing or opening the trays (source view, search result view) will be animated.
trimTimeBoundsProperty() - Method in class com.calendarfx.view.DayViewBase
 

U

unbind(DateControl) - Method in class com.calendarfx.view.CalendarHeaderView
 
unbind(DateControl) - Method in class com.calendarfx.view.DateControl
Unbinds the given control from this control.
unbind(DayViewBase) - Method in class com.calendarfx.view.DayViewBase
 
unbind(DateControl) - Method in class com.calendarfx.view.SourceGridView
 
unbind(DateControl) - Method in class com.calendarfx.view.SourceView
 
unbindPage(PrintablePage) - Method in class com.calendarfx.view.print.PrintablePage
 
unitsToPrintProperty() - Method in class com.calendarfx.view.print.TimeRangeView
 
update(LocalDate) - Method in class com.calendarfx.view.YearMonthView.DateCell
 
updateEntries(List<Entry<?>>) - Method in class com.calendarfx.view.MonthSheetView.BadgeDateCell
 
updateEntries(List<Entry<?>>) - Method in class com.calendarfx.view.MonthSheetView.DateCell
This method gets invoked whenever the MonthSheetView determines that the content of the cell might need to be refreshed.
updateEntries(List<Entry<?>>) - Method in class com.calendarfx.view.MonthSheetView.DetailedDateCell
 
updateEntries(List<Entry<?>>) - Method in class com.calendarfx.view.MonthSheetView.UsageDateCell
 
updateItem(AgendaView.AgendaEntry, boolean) - Method in class com.calendarfx.view.AgendaView.AgendaEntryCell
 
UsageDateCell(MonthSheetView, LocalDate) - Constructor for class com.calendarfx.view.MonthSheetView.UsageDateCell
Constructs a new usage date cell.
usagePolicy - Variable in class com.calendarfx.view.DateControl
 
usagePolicyProperty() - Method in class com.calendarfx.view.DateControl
A property used to store a policy that will be used to determine if a given number of entries indicates a low or high usage of that day.
userObjectProperty() - Method in class com.calendarfx.model.Entry
A property used to store a reference to an optional user object.
Util - Class in com.calendarfx.util
Utility methods.
Util() - Constructor for class com.calendarfx.util.Util
 
Util.Converter<L,R> - Interface in com.calendarfx.util
An interface used for converting an object of one type to an object of another type.

V

valueOf(String) - Static method in enum com.calendarfx.model.Calendar.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.calendarfx.view.DateControl.Layout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.calendarfx.view.DateControl.Usage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.calendarfx.view.DateSelectionModel.SelectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.calendarfx.view.DayViewBase.EarlyLateHoursStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.calendarfx.view.DayViewBase.HoursLayoutStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.calendarfx.view.DraggedEntry.DragMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.calendarfx.view.EntryViewBase.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.calendarfx.view.MonthSheetView.ClickBehaviour
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.calendarfx.view.MonthSheetView.ViewUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.calendarfx.view.MonthSheetView.WeekDayLayoutStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.calendarfx.view.page.DayPage.DayPageLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.calendarfx.view.page.YearPage.DisplayMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.calendarfx.view.print.PaperView.MarginType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.calendarfx.view.print.TimeRangeField.TimeRangeFieldValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.calendarfx.view.print.ViewType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.calendarfx.view.YearMonthView.ClickBehaviour
Returns the enum constant of this type with the specified name.
valueProperty() - Method in class com.calendarfx.view.print.TimeRangeField
 
valueProperty() - Method in class com.calendarfx.view.TimeField
The current local time value of the field.
values() - Static method in enum com.calendarfx.model.Calendar.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.calendarfx.view.DateControl.Layout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.calendarfx.view.DateControl.Usage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.calendarfx.view.DateSelectionModel.SelectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.calendarfx.view.DayViewBase.EarlyLateHoursStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.calendarfx.view.DayViewBase.HoursLayoutStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.calendarfx.view.DraggedEntry.DragMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.calendarfx.view.EntryViewBase.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.calendarfx.view.MonthSheetView.ClickBehaviour
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.calendarfx.view.MonthSheetView.ViewUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.calendarfx.view.MonthSheetView.WeekDayLayoutStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.calendarfx.view.page.DayPage.DayPageLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.calendarfx.view.page.YearPage.DisplayMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.calendarfx.view.print.PaperView.MarginType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.calendarfx.view.print.TimeRangeField.TimeRangeFieldValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.calendarfx.view.print.ViewType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.calendarfx.view.YearMonthView.ClickBehaviour
Returns an array containing the constants of this enum type, in the order they are declared.
VIEW - Static variable in class com.calendarfx.util.LoggingDomain
Logger used for anything related to the creation of the view.
viewProperty() - Method in class com.calendarfx.view.print.PrintablePage
 
ViewType - Enum in com.calendarfx.view.print
An enumerator listing the different views that are supported by the print preview functionality.
ViewTypeControl - Class in com.calendarfx.view.print
The abstract superclass of all controls inside the print package that are supporting the different view types listed inside the ViewType enumerator.
ViewTypeControl() - Constructor for class com.calendarfx.view.print.ViewTypeControl
 
viewTypeProperty() - Method in class com.calendarfx.view.print.PrintablePage
 
viewTypeProperty() - Method in class com.calendarfx.view.print.ViewTypeControl
A property used to store the currently active view type (e.g.
viewUnitProperty() - Method in class com.calendarfx.view.MonthSheetView
A property used to store the unit shown by the view (e.g.
VirtualGrid - Class in com.calendarfx.view
A virtual grid used to make entries snap to virtual grid lines while being edited.
VirtualGrid(String, String, ChronoUnit, int) - Constructor for class com.calendarfx.view.VirtualGrid
Constructs a new virtual grid.
virtualGridProperty() - Method in class com.calendarfx.view.DateControl
A virtual grid used for snapping to invisible grid lines while editing calendar entries.
visibleHoursProperty() - Method in class com.calendarfx.view.DayViewBase
The number of visible hours that the application wants to present to the user at any time.

W

WeekDayCell(WeekDayHeaderView) - Constructor for class com.calendarfx.view.WeekDayHeaderView.WeekDayCell
Constructs a new date cell.
WeekDayHeaderView - Class in com.calendarfx.view
A view for displaying the names of the week days in the DetailedWeekView control.
WeekDayHeaderView() - Constructor for class com.calendarfx.view.WeekDayHeaderView
Constructs a new week day header view.
WeekDayHeaderView.WeekDayCell - Class in com.calendarfx.view
A cell used by the WeekDayHeaderView to display the names of the weekdays (Mo.
weekDayLayoutProperty() - Method in class com.calendarfx.view.MonthSheetView
A property used to store the layout strategy used by this view.
WeekDayParameter(WeekView) - Constructor for class com.calendarfx.view.WeekView.WeekDayParameter
Constructs a new parameter object.
WeekDayView - Class in com.calendarfx.view
A specialization of the regular DayView in order to support some customized styling / customized behaviour.
WeekDayView() - Constructor for class com.calendarfx.view.WeekDayView
Constructs a new day view.
weekDayViewFactoryProperty() - Method in class com.calendarfx.view.WeekView
A factory used for creating instances of WeekDayView on the fly as required.
weekFieldsProperty() - Method in class com.calendarfx.view.DateControl
Week fields are used to determine the first day of a week (e.g.
weekFieldsProperty() - Method in class com.calendarfx.view.print.PrintView
Week fields are used to determine the first day of a week (e.g.
weekFieldsProperty() - Method in class com.calendarfx.view.print.TimeRangeField
Week fields are used to determine the first day of a week (e.g.
weekFieldsProperty() - Method in class com.calendarfx.view.print.TimeRangeView
Week fields are used to determine the first day of a week (e.g.
weekFieldsProperty() - Method in class com.calendarfx.view.WeekFieldsView
The property used to store the current value of this view.
WeekFieldsView - Class in com.calendarfx.view
A control used for editing the values of a WeekFields instance.
WeekFieldsView() - Constructor for class com.calendarfx.view.WeekFieldsView
Constructs a new view.
weekNumberLabel - Variable in class com.calendarfx.view.MonthSheetView.SimpleDateCell
 
WeekPage - Class in com.calendarfx.view.page
A composite view focused on displaying calendar information for several days in a row, normally a week.
WeekPage() - Constructor for class com.calendarfx.view.page.WeekPage
Constructs a new week page.
WeekTimeScaleView - Class in com.calendarfx.view
A specialization of the regular TimeScaleView to support a reference to the WeekView where this scale is being used.
WeekTimeScaleView() - Constructor for class com.calendarfx.view.WeekTimeScaleView
Constructs a new scale view.
WeekView - Class in com.calendarfx.view
A view for showing several week days in a row, normally seven.
WeekView() - Constructor for class com.calendarfx.view.WeekView
Constructs a new week view with seven days.
WeekView(int) - Constructor for class com.calendarfx.view.WeekView
Constructs a new week view with the given number of days.
WeekView.WeekDayParameter - Class in com.calendarfx.view
The parameter object for the week day view factory.
weekViewProperty() - Method in class com.calendarfx.view.WeekDayView
The week view where the view is being used.
withDates(LocalDate, LocalDate) - Method in class com.calendarfx.model.Interval
Returns a new interval based on this interval but with a different start and end date.
withDates(LocalDateTime, LocalDateTime) - Method in class com.calendarfx.model.Interval
Returns a new interval based on this interval but with a different start and end date.
withEndDate(LocalDate) - Method in class com.calendarfx.model.Interval
Returns a new interval based on this interval but with a different end date.
withEndDateTime(LocalDateTime) - Method in class com.calendarfx.model.Interval
Returns a new interval based on this interval but with a different end date and time.
withEndTime(LocalTime) - Method in class com.calendarfx.model.Interval
Returns a new interval based on this interval but with a different end time.
withStartDate(LocalDate) - Method in class com.calendarfx.model.Interval
Returns a new interval based on this interval but with a different start date.
withStartDateTime(LocalDateTime) - Method in class com.calendarfx.model.Interval
Returns a new interval based on this interval but with a different start date and time.
withStartTime(LocalTime) - Method in class com.calendarfx.model.Interval
Returns a new interval based on this interval but with a different start time.
withTimes(LocalTime, LocalTime) - Method in class com.calendarfx.model.Interval
Returns a new interval based on this interval but with a different start and end time.
withZoneId(ZoneId) - Method in class com.calendarfx.model.Interval
Returns a new interval based on this interval but with a different time zone id.

Y

yearMonthProperty() - Method in class com.calendarfx.view.MonthViewBase
Stores the year and month shown by the control.
YearMonthView - Class in com.calendarfx.view
Displays a given month in a given year.
YearMonthView() - Constructor for class com.calendarfx.view.YearMonthView
Constructs a new view.
YearMonthView.ClickBehaviour - Enum in com.calendarfx.view
An enumerator to control the behaviour of the control when the user clicks on a date.
YearMonthView.DateCell - Class in com.calendarfx.view
The base date cell implementation for month views.
YearPage - Class in com.calendarfx.view.page
A composite view focused on displaying calendar information for a single year.
YearPage() - Constructor for class com.calendarfx.view.page.YearPage
Constructs a new year page.
YearPage.DisplayMode - Enum in com.calendarfx.view.page
An enum used for setting the display mode of the YearPage.
yearProperty() - Method in class com.calendarfx.view.YearView
Reports the year shown by the control.
YearView - Class in com.calendarfx.view
A view that shows exactly twelve months of a year via the help of the YearMonthView control.
YearView() - Constructor for class com.calendarfx.view.YearView
Constructs a new year view.

Z

ZonedDateTimeProvider - Interface in com.calendarfx.view
An interface that needs to be implemented by those date controls that want to support the creation of new entries with a double click.
zoneIdProperty() - Method in class com.calendarfx.model.Entry
A property used to store a time zone for the entry.
zoneIdProperty() - Method in class com.calendarfx.view.DateControl
The time zone used by the date control.
zoneIdProperty() - Method in class com.calendarfx.view.SearchResultView
Provides the current time zone.
ZoomPane - Class in com.calendarfx.view.print
The zoom pane manages a zoom property, which is used to scale the pane's content.
ZoomPane() - Constructor for class com.calendarfx.view.print.ZoomPane
Constructs a new zoom pane.
ZoomPane(Region) - Constructor for class com.calendarfx.view.print.ZoomPane
Constructs a new zoom pane.
zoomProperty() - Method in class com.calendarfx.view.print.ZoomPane
 
A B C D E F G H I L M N O P R S T U V W Y Z 
Skip navigation links

Copyright © 2017 Dirk Lemmermann Software & Consulting. All rights reserved.