()
| 65 | public int getColor(){ return ColorTheme.getColor(ColorTheme.GROUP_INK); } |
| 66 | |
| 67 | public int getImageIndex() { |
| 68 | return collapsed?imageCollapsedIndex:imageExpandedIndex; |
| 69 | } |
| 70 | |
| 71 | public void drawItem(Graphics g, int ofs, boolean sel) { |
| 72 | int w=g.getClipWidth(); |
no outgoing calls
no test coverage detected