DateEditor

Top  Previous  Next

 

DateEditor is an editor for table cells that handles the editing of Date objects. You can create a DateEditor with:

 

DateEditor de = new DateEditor();

 

AdvancedJTable installs a DateEditor upon initialization.

 

The editing itself is performed by a JDateChooser. JDateChooser is a JPanel that contains controls for specifying year, month, date and time.