|
swingx Version 2009-07-31 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdesktop.swingx.renderer.CellContext
org.jdesktop.swingx.renderer.TableCellContext
public class TableCellContext
Table specific CellContext.
| Field Summary |
|---|
| Fields inherited from class org.jdesktop.swingx.renderer.CellContext |
|---|
column, component, dropOn, expanded, focused, leaf, noFocusBorder, row, selected, value |
| Constructor Summary | |
|---|---|
TableCellContext()
|
|
| Method Summary | |
|---|---|
JTable |
getComponent()
Returns the component the cell resides on, may be null. |
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. |
void |
installContext(JTable component,
Object value,
int row,
int column,
boolean selected,
boolean focused,
boolean expanded,
boolean leaf)
Sets state of the cell's context. |
boolean |
isEditable()
Returns the cell's editable property as returned by table.isCellEditable or false if the table is null. |
protected boolean |
isValidColumn()
PRE getComponent ! |
protected boolean |
isValidRow()
PRE getComponent ! |
| Methods inherited from class org.jdesktop.swingx.renderer.CellContext |
|---|
getBackground, getBorder, getColumn, getDropCellBackground, getDropCellForeground, getFocusBackground, getFocusBorder, getFocusForeground, getForeground, getIcon, getRow, getUIKey, getValue, installState, isDropOn, 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 void installContext(JTable component,
Object value,
int row,
int column,
boolean selected,
boolean focused,
boolean expanded,
boolean leaf)
component - the component the cell resides on, might be nullvalue - the content value of the cellrow - the cell's row index in view coordinatescolumn - the cell's column index in view coordinatesselected - the cell's selected statefocused - the cell's focused stateexpanded - the cell's expanded stateleaf - the cell's leaf statepublic JTable getComponent()
CellContext
getComponent in class CellContextpublic boolean isEditable()
isEditable in class CellContextprotected Color getSelectionBackground()
PENDING: return UI properties here?
getSelectionBackground in class CellContextprotected Color getSelectionForeground()
PENDING: return UI properties here?
getSelectionForeground in class CellContextprotected String getUIPrefix()
getUIPrefix in class CellContextprotected boolean isValidColumn()
protected boolean isValidRow()
|
swingx Version 2009-07-31 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||