Squiz Matrix
4.12.2
|
Public Member Functions | |
Component | getTableCellRendererComponent (JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) |
void | paint (Graphics g) |
void | flipSelection () |
Renders a node for InspectorGadget
.
Overrides some painting method for performance reasons.
Definition at line 45 of file InspectorCellRenderer.java.
|
inline |
Flips the selection so that the user can see the status color of all the assets
Definition at line 202 of file InspectorCellRenderer.java.
|
inline |
Sets the value of the current table cell to value
.
table | - the JTable |
value | - the value to assign to the cell at [row, column] |
isSelected | - true if cell is selected |
hasFocus | - true if cell has focus |
row | - the row of the cell to render |
column | - the column of the cell to render |
Component
that the renderer uses to draw the value. Definition at line 70 of file InspectorCellRenderer.java.
|
inline |
Paints the background color that is determined by the selected state of the node, and the status of the asset
g | the graphics |
Definition at line 134 of file InspectorCellRenderer.java.