org.owasp.webscarab.ui.swing
Class ConversationListModel
java.lang.Object
javax.swing.AbstractListModel
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
Fields inherited from class javax.swing.AbstractListModel |
listenerList |
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 |
ConversationListModel
public ConversationListModel(ConversationModel model)
- Creates a new instance of ConversationTableModel
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()