| Modifier and Type | Field and Description |
|---|---|
private org.crosswire.common.util.StackTrace |
st |
| Constructor and Description |
|---|
StackTraceListModel(org.crosswire.common.util.StackTrace st) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListDataListener(ListDataListener li)
Ignore this because the trace will not change
|
Object |
getElementAt(int index)
Returns the value at the specified index
|
int |
getSize()
Returns the length of the list
|
void |
removeListDataListener(ListDataListener li)
Ignore this because the trace will not change
|
public StackTraceListModel(org.crosswire.common.util.StackTrace st)
st - public int getSize()
public Object getElementAt(int index)
getElementAt in interface ListModelpublic void addListDataListener(ListDataListener li)
addListDataListener in interface ListModelpublic void removeListDataListener(ListDataListener li)
removeListDataListener in interface ListModel