314 """ |
314 """ |
315 return self.__tables[index][0], self.__tables[index][1] |
315 return self.__tables[index][0], self.__tables[index][1] |
316 |
316 |
317 def getTableIndex(self): |
317 def getTableIndex(self): |
318 """ |
318 """ |
319 Private method to get the current table index. |
319 Public method to get the current table index. |
320 |
320 |
321 @return current table index (integer) |
321 @return current table index (integer) |
322 """ |
322 """ |
323 return self.__currentTableIndex |
323 return self.__currentTableIndex |
324 |
324 |