org.thdl.quilldriver
Class QD.SpeakerData

java.lang.Object
  |
  +--javax.swing.table.AbstractTableModel
        |
        +--org.thdl.quilldriver.QD.SpeakerData
All Implemented Interfaces:
Serializable, TableModel
Enclosing class:
QD

class QD.SpeakerData
extends AbstractTableModel


Field Summary
(package private)  Map iconMap
           
(package private)  List speakers
           
(package private)  ImageIcon[] spIcon
           
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
QD.SpeakerData(QD.Speaker[] speaker, Keymap keymap)
           
 
Method Summary
 boolean addSpeaker(QD.Speaker speaker)
           
 Class getColumnClass(int c)
           
 int getColumnCount()
           
 int getRowCount()
           
 QD.Speaker getSpeakerAt(int row)
           
 QD.Speaker getSpeakerForIcon(Icon icon)
           
 ImageIcon[] getSpeakerIcons()
           
 List getSpeakers()
           
 Object getValueAt(int row, int column)
           
 void removeAllSpeakers()
           
 void removeSpeaker(int row)
           
 void setValueAt(Object object, int row, int column)
           
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

speakers

List speakers

spIcon

ImageIcon[] spIcon

iconMap

Map iconMap
Constructor Detail

QD.SpeakerData

public QD.SpeakerData(QD.Speaker[] speaker,
                      Keymap keymap)
Method Detail

addSpeaker

public boolean addSpeaker(QD.Speaker speaker)

getSpeakerAt

public QD.Speaker getSpeakerAt(int row)

getSpeakers

public List getSpeakers()

getSpeakerIcons

public ImageIcon[] getSpeakerIcons()

getSpeakerForIcon

public QD.Speaker getSpeakerForIcon(Icon icon)

removeAllSpeakers

public void removeAllSpeakers()

removeSpeaker

public void removeSpeaker(int row)

getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()

getColumnClass

public Class getColumnClass(int c)
Specified by:
getColumnClass in interface TableModel
Overrides:
getColumnClass in class AbstractTableModel

getValueAt

public Object getValueAt(int row,
                         int column)

setValueAt

public void setValueAt(Object object,
                       int row,
                       int column)
Specified by:
setValueAt in interface TableModel
Overrides:
setValueAt in class AbstractTableModel


These API docs were created 02/02/2003 08:20 PM.
Copyright © 2001-2002 Tibetan and Himalayan Digital Library. All Rights Reserved.
Hosted by SourceForge_Logo