Holger's
Java API

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

Packages that use JDateIntervalChooser.Interval
com.antelmann.util.gui This package contains utility classes for GUI related implementations. 
 

Uses of JDateIntervalChooser.Interval in com.antelmann.util.gui
 

Methods in com.antelmann.util.gui that return JDateIntervalChooser.Interval
static JDateIntervalChooser.Interval JDateIntervalChooser.Interval.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JDateIntervalChooser.Interval[] JDateIntervalChooser.Interval.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.antelmann.util.gui with parameters of type JDateIntervalChooser.Interval
 void JDateIntervalChooser.setInterval(Date timeWithinInterval, JDateIntervalChooser.Interval interval)
          the begin time will be set to the begin of the day/week/month/year
 

Constructors in com.antelmann.util.gui with parameters of type JDateIntervalChooser.Interval
JDateIntervalChooser(Date timeInInterval, JDateIntervalChooser.Interval interval)
           
 



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