java命名空间javax.swing类jlist的类成员方法:
setselectionforeground定义及介绍
本文导语:
setselectionforeground
public void setselectionforeground(color selectionforeground)
设置用于绘制选定项的前景的颜色,单元渲染器可以使用此颜色呈现文本和图形。defaultlistcellrenderer 使用此颜色来绘制选定状态中的项的前景,就像大多数 listui...
setselectionforeground
public void setselectionforeground(color selectionforeground)
- 设置用于绘制选定项的前景的颜色,单元渲染器可以使用此颜色呈现文本和图形。
defaultlistcellrenderer
使用此颜色来绘制选定状态中的项的前景,就像大多数 listui
实现安装的渲染器所做的一样。
此属性的默认值由外观实现定义。
这是一个 javabeans 绑定属性。
- 参数:
selectionforeground
- 在所选列表项的前景中使用的 color
- 另请参见:
getselectionforeground()
,
setselectionbackground(java.awt.color)
,
jcomponent.setforeground(java.awt.color)
,
jcomponent.setbackground(java.awt.color)
,
jcomponent.setfont(java.awt.font)
,
defaultlistcellrenderer