- 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
-
- 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
-
- 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.
- 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
-
- 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).
- 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
-
- 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
-
- 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.
- 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
-
- getBottomMargin() - Method in class com.calendarfx.view.print.PrintablePage
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getEndDate() - Method in class com.calendarfx.view.print.TimeRangeView
-
Gets the value of the property endDate.
- getEndDate() - Method in class com.calendarfx.view.WeekView
-
- 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
-
- 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
-
- getEndTime() - Method in class com.calendarfx.view.EntryViewBase
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getLayout() - Method in class com.calendarfx.view.print.PrintView
-
- getLeftMargin() - Method in class com.calendarfx.view.print.PaperView
-
- getLeftMargin() - Method in class com.calendarfx.view.print.PrintablePage
-
- 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
-
- 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
-
- 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
-
- 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
-
- getName() - Method in class com.calendarfx.model.CalendarSource
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getRecurrenceId() - Method in class com.calendarfx.model.Entry
-
- getRecurrenceRule() - Method in class com.calendarfx.model.Entry
-
- getRecurrenceRule() - Method in class com.calendarfx.view.RecurrenceView
-
- getRecurrenceSourceEntry() - Method in class com.calendarfx.model.Entry
-
- 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
-
- getRightMargin() - Method in class com.calendarfx.view.print.PrintablePage
-
- getRoot() - Method in class com.calendarfx.view.popover.RecurrencePopup
-
- getRowHeight() - Method in class com.calendarfx.view.AllDayView
-
- getRowSpacing() - Method in class com.calendarfx.view.AllDayView
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getStartTime() - Method in class com.calendarfx.view.EntryViewBase
-
- 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
-
- 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
-
- 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
-
- getToday() - Method in class com.calendarfx.view.DateControl
-
- getToday() - Method in class com.calendarfx.view.print.PrintView
-
- getToday() - Method in class com.calendarfx.view.print.TimeRangeField
-
- getToday() - Method in class com.calendarfx.view.print.TimeRangeView
-
- 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
-
- getTopMargin() - Method in class com.calendarfx.view.print.PrintablePage
-
- 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
-
- getUserAgentStylesheet() - Method in class com.calendarfx.view.CalendarFXControl
-
- getUserObject() - Method in class com.calendarfx.model.Entry
-
- getValue() - Method in class com.calendarfx.view.print.TimeRangeField
-
Gets the value of the property value.
- getValue() - Method in class com.calendarfx.view.TimeField
-
- 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
-
- getVirtualGrid() - Method in class com.calendarfx.view.DateControl
-
- 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
-
- getWeekFields() - Method in class com.calendarfx.view.print.PrintView
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getZoneId() - Method in class com.calendarfx.view.SearchResultView
-
- 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".
- 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.
- 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
-
- setBottomMargin(double) - Method in class com.calendarfx.view.print.PrintablePage
-
- setCalendar(Calendar) - Method in class com.calendarfx.model.Entry
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- setLayout(DateControl.Layout) - Method in class com.calendarfx.view.print.PrintView
-
- setLeftMargin(double) - Method in class com.calendarfx.view.print.PaperView
-
- setLeftMargin(double) - Method in class com.calendarfx.view.print.PrintablePage
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- setRightMargin(double) - Method in class com.calendarfx.view.print.PrintablePage
-
- setRollOver(boolean) - Method in class com.calendarfx.view.TimeField
-
- setRowHeight(double) - Method in class com.calendarfx.view.AllDayView
-
- 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
-
- 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
-
- 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
-
- setStyle(String) - Method in class com.calendarfx.model.Calendar
-
- setSuspendUpdates(boolean) - Method in class com.calendarfx.view.DateControl
-
- setTime(LocalTime) - Method in class com.calendarfx.view.DateControl
-
- SettingsView - Class in com.calendarfx.view.print
-
- SettingsView() - Constructor for class com.calendarfx.view.print.SettingsView
-
- setTitle(String) - Method in class com.calendarfx.model.Entry
-
- setToday(LocalDate) - Method in class com.calendarfx.view.DateControl
-
- 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
-
- 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
-
- setTopMargin(double) - Method in class com.calendarfx.view.print.PrintablePage
-
- 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
-
- 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
-
- 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
-
- setZoneId(ZoneId) - Method in class com.calendarfx.view.DateControl
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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.