|
swingx Version 2005-08-19 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DateSpan | |
---|---|
org.jdesktop.swingx.calendar | |
org.jdesktop.swingx.plaf.basic |
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. |
DateSpan |
JXMonthView.getSelectedDateSpan()
Returns a date span of the selected dates. |
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 . |
void |
JXMonthView.setSelectedDateSpan(DateSpan dateSpan)
Selects the dates in the DateSpan. |
Uses of DateSpan in org.jdesktop.swingx.plaf.basic |
---|
Fields in org.jdesktop.swingx.plaf.basic declared as DateSpan | |
---|---|
protected DateSpan |
BasicMonthViewUI.selection
|
|
swingx Version 2005-08-19 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |