|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DateSpan | |
|---|---|
| org.jdesktop.swingx.calendar | 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 DateSpan | |
|---|---|
DateSpan |
DateSpan.add(DateSpan span)
Returns a new DateSpan that is the union of this
DateSpan and span. |
DateSpan |
DateSpan.add(long start,
long end)
Returns a new DateSpan that is the union of this
DateSpan and the passed in span. |
| Methods in org.jdesktop.swingx.calendar with parameters of type DateSpan | |
|---|---|
DateSpan |
DateSpan.add(DateSpan span)
Returns a new DateSpan that is the union of this
DateSpan and span. |
boolean |
DateSpan.contains(DateSpan span)
Returns true if this DateSpan contains the specified
DateSpan. |
boolean |
DateSpan.intersects(DateSpan span)
Returns true if the this DateSpan intersects with the
specified DateSpan. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||