|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdesktop.swingx.renderer.CellContext<JTable>
org.jdesktop.swingx.renderer.TableCellContext
public class TableCellContext
Table specific CellContext.
| Field Summary |
|---|
| Fields inherited from class org.jdesktop.swingx.renderer.CellContext |
|---|
column, component, expanded, focused, leaf, noFocusBorder, row, selected, value |
| Constructor Summary | |
|---|---|
TableCellContext()
|
|
| Method Summary | |
|---|---|
protected Color |
getSelectionBackground()
Returns the default selection background color of the renderered component. |
protected Color |
getSelectionForeground()
Returns the default selection foreground color of the renderered component. |
protected 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. |
| Methods inherited from class org.jdesktop.swingx.renderer.CellContext |
|---|
getBackground, getBorder, getColumn, getComponent, getFocusBackground, getFocusBorder, getFocusForeground, getForeground, getIcon, getRow, getUIKey, getValue, installContext, isExpanded, isFocused, isLeaf, isSelected, replaceValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableCellContext()
| Method Detail |
|---|
public boolean isEditable()
isEditable in class CellContext<JTable>protected Color getSelectionBackground()
PENDING: return UI properties here?
getSelectionBackground in class CellContext<JTable>protected Color getSelectionForeground()
PENDING: return UI properties here?
getSelectionForeground in class CellContext<JTable>protected String getUIPrefix()
getUIPrefix in class CellContext<JTable>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||