Package | Description |
---|---|
org.jdesktop.swingx.calendar |
Contains classes and interfaces used by the
JXDatePicker and
JXMonthView components. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright © 2017. All rights reserved.