Public Member Functions | |
| DateRenderer (boolean dateFormat) | |
| java.awt.Component | getTableCellRendererComponent (javax.swing.JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) |
| void | paint (Graphics g) |
| void | setShortDateFormat (boolean shortFormat) |
Static Protected Attributes | |
| Border | noFocusBorder = null |
Private Attributes | |
| Color | bColor |
| Color | fColor |
| final SimpleDateFormat | longDateFormat = new IsoDateFormat() |
| final SimpleDateFormat | shortDateFormat = new SimpleDateFormat("HH:mm:ss.SSS") |
| boolean | shortDate |
|
|
DateRenderer constructor comment.
|
|
||||||||||||||||||||||||||||
|
This method is sent to the renderer by the drawing table to configure the renderer appropriately before drawing. Return the Component used for drawing.
|
|
|
|
|
|
Render the date in a short/complet form
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8