org.owasp.webscarab.ui.swing
Class ConversationListModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by org.owasp.webscarab.ui.swing.ConversationListModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.ListModel

public class ConversationListModel
extends javax.swing.AbstractListModel

Author:
knoppix
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
ConversationListModel(ConversationModel model)
          Creates a new instance of ConversationTableModel
 
Method Summary
protected  void addedConversation(ConversationEvent evt)
           
protected  void changedConversation(ConversationEvent evt)
           
protected  void conversationsChanged()
           
 ConversationID getConversationAt(int index)
           
 int getConversationCount()
           
 java.lang.Object getElementAt(int index)
           
 int getIndexOfConversation(ConversationID id)
           
 int getSize()
           
protected  void removedConversation(ConversationEvent evt)
           
 
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationListModel

public ConversationListModel(ConversationModel model)
Creates a new instance of ConversationTableModel

Method Detail

getElementAt

public java.lang.Object getElementAt(int index)

getIndexOfConversation

public int getIndexOfConversation(ConversationID id)

getConversationCount

public int getConversationCount()

getConversationAt

public ConversationID getConversationAt(int index)

getSize

public int getSize()

addedConversation

protected void addedConversation(ConversationEvent evt)

changedConversation

protected void changedConversation(ConversationEvent evt)

removedConversation

protected void removedConversation(ConversationEvent evt)

conversationsChanged

protected void conversationsChanged()