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