|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JDateRangeChooser.Interval | |
|---|---|
| com.antelmann.util.gui | This package contains utility classes for GUI related implementations. |
| Uses of JDateRangeChooser.Interval in com.antelmann.util.gui |
|---|
| Methods in com.antelmann.util.gui that return JDateRangeChooser.Interval | |
|---|---|
JDateRangeChooser.Interval |
JDateRangeChooser.getChosenInterval()
|
static JDateRangeChooser.Interval |
JDateRangeChooser.Interval.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JDateRangeChooser.Interval[] |
JDateRangeChooser.Interval.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.antelmann.util.gui with parameters of type JDateRangeChooser.Interval | |
|---|---|
void |
JDateRangeChooser.setInterval(Date begin,
JDateRangeChooser.Interval interval)
the begin time will be set to the begin of the day of the given date while the end will be set after begin according to the given interval. |
| Constructors in com.antelmann.util.gui with parameters of type JDateRangeChooser.Interval | |
|---|---|
JDateRangeChooser(Date begin,
JDateRangeChooser.Interval interval)
|
|
JDateRangeChooser(Date begin,
JDateRangeChooser.Interval interval,
LayoutOption layout)
|
|
JDateRangeChooser(Date begin,
JDateRangeChooser.Interval interval,
LayoutOption layout,
int padding)
|
|
JDateRangeChooser(Date begin,
JDateRangeChooser.Interval interval,
LayoutOption layout,
int padding,
String dateFormatPattern)
|
|
JDateRangeChooser(Date begin,
JDateRangeChooser.Interval interval,
LayoutOption layout,
String dateFormatPattern)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||