Uses of Interface
org.jdesktop.swingx.calendar.DateSelectionModel
Packages that use DateSelectionModel
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
Contains classes and interfaces used by the
JXDatePicker and
JXMonthView components.Provides basic implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
-
Uses of DateSelectionModel in org.jdesktop.swingx
Fields in org.jdesktop.swingx declared as DateSelectionModelModifier and TypeFieldDescriptionprivate DateSelectionModelJXMonthView.modelThe DateSelectionModel driving this component.Methods in org.jdesktop.swingx that return DateSelectionModelModifier and TypeMethodDescriptionJXMonthView.getSelectionModel()Returns the date selection model which drives this JXMonthView.Methods in org.jdesktop.swingx with parameters of type DateSelectionModelModifier and TypeMethodDescriptionprivate voidJXMonthView.initModel(DateSelectionModel model, Locale locale) Initializes selection model related internals.voidJXMonthView.setSelectionModel(DateSelectionModel model) Sets the date selection model to drive this monthView.Constructors in org.jdesktop.swingx with parameters of type DateSelectionModelModifierConstructorDescriptionJXMonthView(Date firstDisplayedDay, DateSelectionModel model) Create a new instance of theJXMonthViewclass using the default Locale, the given time as the first date to display and the given selection model.JXMonthView(Date firstDisplayedDay, DateSelectionModel model, Locale locale) Create a new instance of theJXMonthViewclass using the given Locale, the given time as the first date to display and the given selection model. -
Uses of DateSelectionModel in org.jdesktop.swingx.calendar
Classes in org.jdesktop.swingx.calendar that implement DateSelectionModelModifier and TypeClassDescriptionclassAbstract base implementation of DateSelectionModel.classDaySelectionModel is a (temporary?) implementation of DateSelectionModel which normalizes all dates to the start of the day, that is zeroes all time fields.classclassDateSelectionModel which allows a single selection only. -
Uses of DateSelectionModel in org.jdesktop.swingx.plaf.basic
Methods in org.jdesktop.swingx.plaf.basic with parameters of type DateSelectionModelModifier and TypeMethodDescriptionprotected voidBasicDatePickerUI.updateFromSelectionModelChanged(DateSelectionModel oldModel) Updates internals after the selection model changed.protected voidBasicDatePickerUI.updateSelectionModelListeners(DateSelectionModel oldModel) Wires monthView's selection model listening.