Package adams.gui.chooser
Interface DateProvider
-
- All Known Implementing Classes:
DatePanel
,DateTimePanel
,TimePanel
public interface DateProvider
Interface for classes that handlesDate
objects.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
getDate()
Returns the current date.void
setDate(Date value)
Sets the current date.
-