Package | Description |
---|---|
org.jdesktop.swingx.calendar |
Contains classes and interfaces used by the
JXDatePicker and
JXMonthView components. |
Modifier and Type | Method | Description |
---|---|---|
DateSpan |
DateSpan.add(long start,
long end) |
Returns a new
DateSpan that is the union of this
DateSpan and the passed in span. |
DateSpan |
DateSpan.add(DateSpan span) |
Returns a new
DateSpan that is the union of this
DateSpan and span . |
Modifier and Type | Method | 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 © 2018. All rights reserved.