| Constructor | |
| Not available. Object is created by method newTableList() or request(...) of class WServer. | |
| Methods | |
| int |
add(WTable oTable) Appends the specified table to the end of this list. Parameters: oTable - a WTable Returns: 0 if the table is added successfully; -1 otherwise |
| WTable |
get(int index) Gets the table at the specified position in this list. Parameters: index - the table number [0,1,2,...] Returns: WTable object |
| int |
size() Returns the number of tables in this list. |
| int |
getEC() Returns the error code in this list. |
| Example | |
| api_WTableList.java | |