Exemplo n.º 1
0
 public static ITable getLiveWindow() {
   return provider.getRootTable().getSubTable(LIVE_WINDOW_NAME);
 }
Exemplo n.º 2
0
 public static ITable getTable() {
   return provider.getRootTable().getSubTable(TABLE_NAME);
 }
Exemplo n.º 3
0
 public static ITable getPreferences() {
   return provider.getRootTable().getSubTable(PREFERENCES_NAME);
 }
Exemplo n.º 4
0
 public static ITable getTable(final String tableName) {
   return provider.getRootTable().getSubTable(tableName);
 }