public class TableCellContext extends CellContext<javax.swing.JTable>
CellContext.column, component, expanded, focused, leaf, noFocusBorder, row, selected, value| Constructor | Description |
|---|---|
TableCellContext() |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.awt.Color |
getSelectionBackground() |
Returns the default selection background color of the renderered
component.
|
protected java.awt.Color |
getSelectionForeground() |
Returns the default selection foreground color of the renderered
component.
|
protected java.lang.String |
getUIPrefix() |
Returns the component type specific prefix of keys for lookup in the
UIManager.
|
boolean |
isEditable() |
Returns the cell's editable property as returned by table.isCellEditable
or false if the table is null.
|
getBackground, getBorder, getColumn, getComponent, getFocusBackground, getFocusBorder, getFocusForeground, getForeground, getIcon, getRow, getUIKey, getValue, installContext, isExpanded, isFocused, isLeaf, isSelected, replaceValuepublic boolean isEditable()
isEditable in class CellContext<javax.swing.JTable>protected java.awt.Color getSelectionBackground()
PENDING: return UI properties here?
getSelectionBackground in class CellContext<javax.swing.JTable>protected java.awt.Color getSelectionForeground()
PENDING: return UI properties here?
getSelectionForeground in class CellContext<javax.swing.JTable>protected java.lang.String getUIPrefix()
getUIPrefix in class CellContext<javax.swing.JTable>