()
| 85 | return ColorTheme.getColor(even ? ColorTheme.LIST_BGND_EVEN : ColorTheme.LIST_BGND); |
| 86 | } |
| 87 | public final void parse() { |
| 88 | MessageParser.getInstance().parseMsg(this, VirtualList.messagesWidth); |
| 89 | updateHeight(); |
| 90 | } |
| 91 | public int getColor() { return msg.getColor(); } |
| 92 | |
| 93 | public void drawItem(Graphics g, int ofs, boolean selected) { |
no test coverage detected