Package | Description |
---|---|
org.jdesktop.swingx |
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
|
org.jdesktop.swingx.calendar |
Contains classes and interfaces used by the
JXDatePicker and
JXMonthView components. |
org.jdesktop.swingx.plaf.basic |
Provides basic implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
|
Modifier and Type | Method and Description |
---|---|
DateSelectionModel |
JXMonthView.getSelectionModel()
Returns the date selection model which drives this
JXMonthView.
|
Modifier and Type | Method and Description |
---|---|
void |
JXMonthView.setSelectionModel(DateSelectionModel model)
Sets the date selection model to drive this monthView.
|
Constructor and Description |
---|
JXMonthView(Date firstDisplayedDay,
DateSelectionModel model)
Create a new instance of the
JXMonthView class 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 the
JXMonthView class using the
given Locale, the given time as the first date to
display and the given selection model. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDateSelectionModel
Abstract base implementation of DateSelectionModel.
|
class |
DaySelectionModel
DaySelectionModel is a (temporary?) implementation of DateSelectionModel
which normalizes all dates to the start of the day, that is zeroes all
time fields.
|
class |
DefaultDateSelectionModel |
class |
SingleDaySelectionModel
DateSelectionModel which allows a single selection only.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicDatePickerUI.updateFromSelectionModelChanged(DateSelectionModel oldModel)
Updates internals after the selection model changed.
|
protected void |
BasicDatePickerUI.updateSelectionModelListeners(DateSelectionModel oldModel)
Wires monthView's selection model listening.
|
Copyright © 2015. All rights reserved.