Uses of Class
org.jdesktop.swingx.calendar.DateSpan
Packages that use DateSpan
Package
Description
Contains classes and interfaces used by the
JXDatePicker
and
JXMonthView
components.-
Uses of DateSpan in org.jdesktop.swingx.calendar
Methods in org.jdesktop.swingx.calendar that return DateSpanModifier and TypeMethodDescriptionDateSpan.add
(long start, long end) Returns a newDateSpan
that is the union of thisDateSpan
and the passed in span.Returns a newDateSpan
that is the union of thisDateSpan
andspan
.Methods in org.jdesktop.swingx.calendar with parameters of type DateSpanModifier and TypeMethodDescriptionReturns a newDateSpan
that is the union of thisDateSpan
andspan
.boolean
Returns true if thisDateSpan
contains the specifiedDateSpan
.boolean
DateSpan.intersects
(DateSpan span) Returns true if the thisDateSpan
intersects with the specifiedDateSpan
.