public class ListCellContext extends CellContext
CellContext.column, component, expanded, focused, leaf, noFocusBorder, row, selected, value| Constructor and Description |
|---|
ListCellContext() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JList |
getComponent()
Returns the component the cell resides on, may be null.
|
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.
|
void |
installContext(javax.swing.JList component,
java.lang.Object value,
int row,
int column,
boolean selected,
boolean focused,
boolean expanded,
boolean leaf)
Sets state of the cell's context.
|
getBackground, getBorder, getColumn, getFocusBackground, getFocusBorder, getFocusForeground, getForeground, getIcon, getRow, getUIKey, getValue, installState, isEditable, isExpanded, isFocused, isLeaf, isSelected, replaceValuepublic void installContext(javax.swing.JList component,
java.lang.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 javax.swing.JList getComponent()
CellContextgetComponent in class CellContextprotected java.awt.Color getSelectionBackground()
PENDING: return UI properties here?
getSelectionBackground in class CellContextprotected java.awt.Color getSelectionForeground()
PENDING: return UI properties here?
getSelectionForeground in class CellContextprotected java.lang.String getUIPrefix()
getUIPrefix in class CellContext