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 newDateSpanthat is the union of thisDateSpanand the passed in span.Returns a newDateSpanthat is the union of thisDateSpanandspan.Methods in org.jdesktop.swingx.calendar with parameters of type DateSpanModifier and TypeMethodDescriptionReturns a newDateSpanthat is the union of thisDateSpanandspan.booleanReturns true if thisDateSpancontains the specifiedDateSpan.booleanDateSpan.intersects(DateSpan span) Returns true if the thisDateSpanintersects with the specifiedDateSpan.