|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.nachocalendar.table.JTableCustomizer
public final class JTableCustomizer
Method Summary | |
---|---|
static void |
setDefaultEditor(javax.swing.JTable table)
Sets the default editor/renderer for Date objets to provided JTable. |
static void |
setDefaultEditor(javax.swing.JTable table,
java.text.DateFormat format)
Sets the default editor/renderer for Date objets to provided JTable. |
static void |
setEditorForRow(javax.swing.JTable table,
int row)
Sets the editor/renderer for Date objects to provided JTable, for the specified column. |
static void |
setEditorForRow(javax.swing.JTable table,
int row,
java.text.DateFormat format)
Sets the editor/renderer for Date objects to provided JTable, for the specified column. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void setDefaultEditor(javax.swing.JTable table)
table
- JTable to set uppublic static void setDefaultEditor(javax.swing.JTable table, java.text.DateFormat format)
table
- JTable to set upformat
- Format to usepublic static void setEditorForRow(javax.swing.JTable table, int row)
table
- JTable to set uprow
- Column to applypublic static void setEditorForRow(javax.swing.JTable table, int row, java.text.DateFormat format)
table
- JTable to set uprow
- Column to applyformat
- Format to use
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |