core
Class SearchList

java.lang.Object
  extended byjavax.swing.AbstractListModel
      extended byjavax.swing.DefaultListModel
          extended bycore.SearchList
All Implemented Interfaces:
javax.swing.ListModel, java.io.Serializable

public class SearchList
extends javax.swing.DefaultListModel

Author:
hoele
See Also:
Serialized Form

Nested Class Summary
 class SearchList.ResultList
           
 
Field Summary
static java.lang.String SPLIT
           
static java.lang.String SPLIT_PATTERN
           
 
Constructor Summary
SearchList()
           
 
Method Summary
 void addResult(SearchMessage search)
           
 void addSearch(SearchMessage search)
           
 void removeSearches(int[] indices)
           
 
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
 
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, getListDataListeners, getListeners, removeListDataListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SPLIT

public static final java.lang.String SPLIT
See Also:
Constant Field Values

SPLIT_PATTERN

public static final java.lang.String SPLIT_PATTERN
See Also:
Constant Field Values
Constructor Detail

SearchList

public SearchList()
Method Detail

addSearch

public void addSearch(SearchMessage search)

addResult

public void addResult(SearchMessage search)

removeSearches

public void removeSearches(int[] indices)