org.jdesktop.swingx.renderer
Class ListCellContext
java.lang.Object
org.jdesktop.swingx.renderer.CellContext<JList>
org.jdesktop.swingx.renderer.ListCellContext
- All Implemented Interfaces:
- Serializable
public class ListCellContext
- extends CellContext<JList>
List specific cellContext.
- See Also:
- Serialized Form
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. |
Methods inherited from class org.jdesktop.swingx.renderer.CellContext |
getBackground, getBorder, getColumn, getComponent, getFocusBackground, getFocusBorder, getFocusForeground, getForeground, getIcon, getRow, getUIKey, getValue, installContext, isEditable, isExpanded, isFocused, isLeaf, isSelected |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListCellContext
public ListCellContext()
getSelectionBackground
protected Color getSelectionBackground()
- Returns the default selection background color of the renderered
component. Typically, the color is LF specific. It's up to subclasses to
look it up. Here: returns null.
PENDING: return UI properties here?
- Overrides:
getSelectionBackground
in class CellContext<JList>
- Returns:
- the selection background color of the rendered component.
getSelectionForeground
protected Color getSelectionForeground()
- Returns the default selection foreground color of the renderered
component. Typically, the color is LF specific. It's up to subclasses to
look it up. Here: returns null.
PENDING: return UI properties here?
- Overrides:
getSelectionForeground
in class CellContext<JList>
- Returns:
- the selection foreground color of the rendered component.
getUIPrefix
protected String getUIPrefix()
- Returns the component type specific prefix of keys for lookup in the
UIManager. Subclasses must override, here: returns the empty String.
- Overrides:
getUIPrefix
in class CellContext<JList>
- Returns:
- the component type specific prefix.