|
||||||||||
| 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 org.crosswire.common.util.StackTrace |
st
|
| Constructor Summary | |
|---|---|
StackTraceListModel(org.crosswire.common.util.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 org.crosswire.common.util.StackTrace st
| Constructor Detail |
|---|
public StackTraceListModel(org.crosswire.common.util.StackTrace st)
st - | Method Detail |
|---|
public int getSize()
getSize in interface ListModelpublic Object getElementAt(int index)
getElementAt in interface ListModelpublic void addListDataListener(ListDataListener li)
addListDataListener in interface ListModelpublic void removeListDataListener(ListDataListener li)
removeListDataListener in interface ListModel
|
Copyright ยจ 2003-2013 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||