|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crosswire.common.swing.StackTraceListModel
public class StackTraceListModel
To iterate over the full function names.
for license details.
The copyright to this program is held by it's authors.
,
ListModel
,
JList
Field Summary | |
---|---|
private StackTrace |
st
|
Constructor Summary | |
---|---|
StackTraceListModel(StackTrace st)
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final StackTrace st
Constructor Detail |
---|
public StackTraceListModel(StackTrace st)
st
- Method Detail |
---|
public int getSize()
getSize
in interface ListModel
public Object getElementAt(int index)
getElementAt
in interface ListModel
public void addListDataListener(ListDataListener li)
addListDataListener
in interface ListModel
public void removeListDataListener(ListDataListener li)
removeListDataListener
in interface ListModel
|
Copyright ? 2003-2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |