public class DateCellEditor
extends javax.swing.DefaultCellEditor
| Modifier and Type | Field and Description |
|---|---|
static DateCellEditor |
HHMM |
static DateCellEditor |
HHMMSS |
static DateCellEditor |
ISO8601 |
static DateCellEditor |
MMDDYY |
static DateCellEditor |
YYYYMMDD |
static DateCellEditor |
YYYYMMDD_HHMM |
static DateCellEditor |
YYYYMMDD_HHMMSS |
| Constructor and Description |
|---|
DateCellEditor(java.text.DateFormat dateFormat)
Constructor.
|
DateCellEditor(java.lang.String format)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCellEditorValue() |
java.awt.Component |
getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column) |
boolean |
stopCellEditing() |
cancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCelladdCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListenerpublic static final DateCellEditor YYYYMMDD
public static final DateCellEditor MMDDYY
public static final DateCellEditor YYYYMMDD_HHMMSS
public static final DateCellEditor YYYYMMDD_HHMM
public static final DateCellEditor HHMM
public static final DateCellEditor HHMMSS
public static final DateCellEditor ISO8601
public DateCellEditor(java.lang.String format)
public DateCellEditor(java.text.DateFormat dateFormat)
public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
getTableCellEditorComponent in interface javax.swing.table.TableCellEditorgetTableCellEditorComponent in class javax.swing.DefaultCellEditorpublic java.lang.Object getCellEditorValue()
getCellEditorValue in interface javax.swing.CellEditorgetCellEditorValue in class javax.swing.DefaultCellEditorpublic boolean stopCellEditing()
stopCellEditing in interface javax.swing.CellEditorstopCellEditing in class javax.swing.DefaultCellEditor