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