public interface TableManager
| Modifier and Type | Method and Description |
|---|---|
void |
createTable(Table table) |
int |
getTableCount() |
int |
getTableCount(int userId) |
int |
getTableCount(User user) |
List<Table> |
getTableList() |
List<Table> |
getTableList(int userId) |
List<Table> |
getTableList(User user) |
Table |
lookupTable(int tableId) |
void |
toggleTableVisibility(Table table) |
void |
updateTable(Table table) |
Table lookupTable(int tableId)
int getTableCount()
int getTableCount(int userId)
int getTableCount(User user)
void toggleTableVisibility(Table table)
void createTable(Table table) throws IOException
IOExceptionvoid updateTable(Table table)
Copyright © 1999-2013 UCAR/Unidata. All Rights Reserved.