~blueyed/tvbrowser/ubuntu

« back to all changes in this revision

Viewing changes to src/tvbrowser/ui/programtable/DefaultProgramTableModel.java

  • Committer: Daniel Hahler
  • Date: 2008-12-18 01:49:32 UTC
  • mfrom: (2.1.2 ubuntu-upstream)
  • Revision ID: ubuntu-launchpad@thequod.de-20081218014932-3cskb76nzkrb2p71
New upstream release: 2.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 * CVS information:
20
20
 *  $RCSfile$
21
21
 *   $Source$
22
 
 *     $Date: 2008-06-22 00:51:09 +0200 (So, 22 Jun 2008) $
 
22
 *     $Date: 2008-11-30 14:02:58 +0100 (So, 30 Nov 2008) $
23
23
 *   $Author: ds10 $
24
 
 * $Revision: 4848 $
 
24
 * $Revision: 5261 $
25
25
 */
26
26
package tvbrowser.ui.programtable;
27
27
 
363
363
    return mShownChannelArr;
364
364
  }
365
365
  
366
 
  
 
366
  /**
 
367
   * @return The number of available channels.
 
368
   */
 
369
  public int getAvailableChannelCount() {
 
370
    checkThread();
 
371
    return mChannelArr.length;
 
372
  }
367
373
 
368
374
  public int getColumnCount() {
369
375
    checkThread();