com.togethersoft.openapi.ide.inspector.util.table
Class PropertyValueRenderer
- public class PropertyValueRenderer
- implements TableCellRenderer
Represents the renderer for a property value.
- Author:
- TogetherSoft
| Method Summary |
Component | getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) Returns AWT component which renderers certain cell from the JTable. |
INSTANCE
public final static PropertyValueRenderer INSTANCE
- Instance of this class without the white background.
WHITE_INSTANCE
public final static PropertyValueRenderer WHITE_INSTANCE
- Instance of this class with the white background.
PropertyValueRenderer
public PropertyValueRenderer()
- Creates this renderer without the white background.
PropertyValueRenderer
public PropertyValueRenderer(boolean drawBorder, boolean whiteBackground)
- Creates this renderer with the white background.
getTableCellRendererComponent
public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
- Returns AWT component which renderers certain cell from the JTable.
to Class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer- Instance of this class without the white background.
to Class com.togethersoft.openapi.ide.inspector.util.table.PropertyValueRenderer
- Instance of this class with the white background.
to Class javax.swing.table.TableCellRenderer