com.mtp.pounder
Class RecordingRecord
java.lang.Object
|
+--javax.swing.AbstractListModel
|
+--javax.swing.DefaultListModel
|
+--com.mtp.pounder.RecordingRecord
- All Implemented Interfaces:
- ListModel, Serializable
- public class RecordingRecord
- extends DefaultListModel
A record of all the recordin' that's been going down. Allows
filtering, playback, and other useful operations.
- Author:
- Matthew Pekar
- See Also:
- Serialized Form
| Methods inherited from class javax.swing.DefaultListModel |
add, addElement, capacity, clear, contains, copyInto, elementAt, elements, ensureCapacity, firstElement, get, getElementAt, getSize, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, removeAllElements, removeElement, removeElementAt, removeRange, set, setElementAt, setSize, size, toArray, toString, trimToSize |
selectionModel
protected DefaultListSelectionModel selectionModel
RecordingRecord
public RecordingRecord()
RecordingRecord
public RecordingRecord(Collection items)
init
protected void init()
getSelectionModel
public DefaultListSelectionModel getSelectionModel()
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
addAssertion
public void addAssertion(RecordingItem ri)
addItemsAsXML
public void addItemsAsXML(Node parent,
Document doc)
addItems
public void addItems(Collection c)
selectItem
public void selectItem(int index)
addItem
public void addItem(RecordingItem item)
removeItem
public void removeItem(RecordingItem item)
Copyright © 2002 Matthew Pekar. All Rights Reserved.