Uses of Class
org.jdesktop.swingx.calendar.DateSpan
-
Packages that use DateSpan Package Description org.jdesktop.swingx.calendar Contains classes and interfaces used by theJXDatePickerandJXMonthViewcomponents. -
-
Uses of DateSpan in org.jdesktop.swingx.calendar
Methods in org.jdesktop.swingx.calendar that return DateSpan Modifier and Type Method Description DateSpanDateSpan. add(long start, long end)Returns a newDateSpanthat is the union of thisDateSpanand the passed in span.DateSpanDateSpan. add(DateSpan span)Returns a newDateSpanthat is the union of thisDateSpanandspan.Methods in org.jdesktop.swingx.calendar with parameters of type DateSpan Modifier and Type Method Description DateSpanDateSpan. add(DateSpan span)Returns a newDateSpanthat is the union of thisDateSpanandspan.booleanDateSpan. contains(DateSpan span)Returns true if thisDateSpancontains the specifiedDateSpan.booleanDateSpan. intersects(DateSpan span)Returns true if the thisDateSpanintersects with the specifiedDateSpan.
-