HistoryReferencesTableModel
. It will be removed in a future
release.@Deprecated public class HistoryList extends DefaultListModel<HistoryReference>
listenerList
Constructor and Description |
---|
HistoryList()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addElement(HistoryReference hRef)
Deprecated.
|
void |
clear()
Deprecated.
|
HistoryReference |
getHistoryReference(int historyId)
Deprecated.
|
void |
notifyItemChanged(int historyId)
Deprecated.
|
void |
notifyItemChanged(Object obj)
Deprecated.
|
HistoryReference |
remove(int index)
Deprecated.
|
void |
removeAllElements()
Deprecated.
|
boolean |
removeElement(Object obj)
Deprecated.
|
void |
removeElementAt(int index)
Deprecated.
|
void |
removeRange(int fromIndex,
int toIndex)
Deprecated.
|
add, capacity, contains, copyInto, elementAt, elements, ensureCapacity, firstElement, get, getElementAt, getSize, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, set, setElementAt, setSize, size, toArray, toString, trimToSize
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
public void addElement(HistoryReference hRef)
addElement
in class DefaultListModel<HistoryReference>
public void notifyItemChanged(Object obj)
public void notifyItemChanged(int historyId)
public HistoryReference getHistoryReference(int historyId)
public void clear()
clear
in class DefaultListModel<HistoryReference>
public void removeAllElements()
removeAllElements
in class DefaultListModel<HistoryReference>
public HistoryReference remove(int index)
remove
in class DefaultListModel<HistoryReference>
public boolean removeElement(Object obj)
removeElement
in class DefaultListModel<HistoryReference>
public void removeElementAt(int index)
removeElementAt
in class DefaultListModel<HistoryReference>
public void removeRange(int fromIndex, int toIndex)
removeRange
in class DefaultListModel<HistoryReference>