(int index)
| 106 | |
| 107 | public int getItemCount(){ return lines; } |
| 108 | public VirtualElement getItemRef(int index){ lineIndex=index; return this;} |
| 109 | |
| 110 | public int getVWidth(){ return 0; } |
| 111 | public int getVHeight() { return Math.max(lineHeight, cf.minItemHeight); } |