Holger's
Java API

Uses of Class
com.antelmann.util.gui.JDateRangeChooser.Interval

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)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads