()
| 73 | abstract public VirtualElement getItemRef(int index); |
| 74 | |
| 75 | protected int getMainBarBGnd() { return ColorTheme.getColor(ColorTheme.BAR_BGND);} |
| 76 | protected int getMainBarBGndBottom() { return ColorTheme.getColor(ColorTheme.BAR_BGND_BOTTOM);} |
| 77 | |
| 78 | protected StaticData sd=StaticData.getInstance(); |
no test coverage detected