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