Public Member Functions | |
DateTimeChooser () | |
Date | getDate () |
void | setDate (Date date) |
void | setEnabled (boolean how) |
Static Public Member Functions | |
void | main (String[] args) |
Protected Member Functions | |
void | createComponents () |
Private Attributes | |
DateChooser | dateChooser |
TimeChooser | timeChooser |
Calendar | calendar = new GregorianCalendar() |
|
Constructs a new DateTimeChooser. |
|
Internal helper routine creates all the components. Creation date: (2/7/02 12:12:14 PM) |
|
Returns the date displayed by this component. The result is java.util.Date object. Only the following fields are set: SECOND, MINUTE, HOUR_OF_DAY, DAY_OF_MONTH, MONTH, YEAR. For more information on these fields see the java.util.Calendar. Creation date: (2/7/02 12:19:59 PM)
|
|
|
|
Sets the date to display in this selector. Value is set through the java.util.Date object. Only the following fields are considerer: SECOND, MINUTE, HOUR_OF_DAY, DAY_OF_MONTH, MONTH, YEAR. For more information on these fields see the java.util.Calendar class. Creation date: (2/7/02 12:19:27 PM)
|
|
Sets the enabled state of this component and the components contained in it. Creation date: (2/7/02 12:14:21 PM)
|
|
|
|
|
|
|