In a elipse-rcp application I am setting the background color for a row in a jface table but I don't want the selection to change this color. I want to be able to specify the color change for a selected row.
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
According to this thread, for
JFace Viewers
(ListViewer
,Table
,Tree
) by means of usingEraseItem
andMeasureItem
eventsGeneral principle detailed in the article "Custom Drawing Table and Tree Items"