(int Index)
| 76 | } |
| 77 | |
| 78 | public VirtualElement getItemRef(int Index) { |
| 79 | if (Index >= statusList.size()) return null; |
| 80 | return (VirtualElement)statusList.elementAt(Index); |
| 81 | } |
| 82 | |
| 83 | private ExtendedStatus getSel() { return (ExtendedStatus)getFocusedObject(); } |
| 84 |