| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DateSpan | |
|---|---|
| org.jdesktop.swingx.calendar | Contains classes and interfaces used by the JXDatePickerandJXMonthViewcomponents. | 
| Uses of DateSpan in org.jdesktop.swingx.calendar | 
|---|
| Methods in org.jdesktop.swingx.calendar that return DateSpan | |
|---|---|
|  DateSpan | DateSpan.add(DateSpan span)Returns a new DateSpanthat is the union of thisDateSpanandspan. | 
|  DateSpan | DateSpan.add(long start,
    long end)Returns a new DateSpanthat is the union of thisDateSpanand the passed in span. | 
| Methods in org.jdesktop.swingx.calendar with parameters of type DateSpan | |
|---|---|
|  DateSpan | DateSpan.add(DateSpan span)Returns a new DateSpanthat is the union of thisDateSpanandspan. | 
|  boolean | DateSpan.contains(DateSpan span)Returns true if this DateSpancontains the specifiedDateSpan. | 
|  boolean | DateSpan.intersects(DateSpan span)Returns true if the this DateSpanintersects with the
 specifiedDateSpan. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||