net.sourceforge.atunes.gui.model
Class ContextInformationArtistsTableModel

java.lang.Object
  extended by net.sourceforge.atunes.gui.model.ContextInformationArtistsTableModel
All Implemented Interfaces:
javax.swing.table.TableModel

public class ContextInformationArtistsTableModel
extends java.lang.Object
implements javax.swing.table.TableModel

The Class ContextInformationArtistsTableModel.


Constructor Summary
ContextInformationArtistsTableModel()
          Instantiates a new audio scrobbler artists table model.
 
Method Summary
 void addArtist(ArtistInfo artist)
          Adds the artist.
 void addTableModelListener(javax.swing.event.TableModelListener l)
           
 ArtistInfo getArtist(int index)
          Gets the artist.
 java.lang.Class<?> getColumnClass(int columnIndex)
           
 int getColumnCount()
           
 java.lang.String getColumnName(int columnIndex)
           
 int getRowCount()
           
 java.lang.Object getValueAt(int rowIndex, int columnIndex)
           
 boolean isCellEditable(int rowIndex, int columnIndex)
           
 void removeTableModelListener(javax.swing.event.TableModelListener l)
           
 void setValueAt(java.lang.Object aValue, int rowIndex, int columnIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextInformationArtistsTableModel

public ContextInformationArtistsTableModel()
Instantiates a new audio scrobbler artists table model.

Method Detail

addArtist

public void addArtist(ArtistInfo artist)
Adds the artist.

Parameters:
artist - the artist

addTableModelListener

public void addTableModelListener(javax.swing.event.TableModelListener l)
Specified by:
addTableModelListener in interface javax.swing.table.TableModel

getArtist

public ArtistInfo getArtist(int index)
Gets the artist.

Parameters:
index - the index
Returns:
the artist

getColumnClass

public java.lang.Class<?> getColumnClass(int columnIndex)
Specified by:
getColumnClass in interface javax.swing.table.TableModel

getColumnCount

public int getColumnCount()
Specified by:
getColumnCount in interface javax.swing.table.TableModel

getColumnName

public java.lang.String getColumnName(int columnIndex)
Specified by:
getColumnName in interface javax.swing.table.TableModel

getRowCount

public int getRowCount()
Specified by:
getRowCount in interface javax.swing.table.TableModel

getValueAt

public java.lang.Object getValueAt(int rowIndex,
                                   int columnIndex)
Specified by:
getValueAt in interface javax.swing.table.TableModel

isCellEditable

public boolean isCellEditable(int rowIndex,
                              int columnIndex)
Specified by:
isCellEditable in interface javax.swing.table.TableModel

removeTableModelListener

public void removeTableModelListener(javax.swing.event.TableModelListener l)
Specified by:
removeTableModelListener in interface javax.swing.table.TableModel

setValueAt

public void setValueAt(java.lang.Object aValue,
                       int rowIndex,
                       int columnIndex)
Specified by:
setValueAt in interface javax.swing.table.TableModel


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.