|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crosswire.common.swing.ExceptionPane.CustomLister
private static final class ExceptionPane.CustomLister
List listener to update the contents of the text area whenever someone clicks in the list
| Field Summary | |
|---|---|
private JLabel |
mylabel
The Text to write to |
private JTextArea |
mytext
The Text to write to |
private org.crosswire.common.util.StackTrace |
st
The StackTrace |
| Constructor Summary | |
|---|---|
ExceptionPane.CustomLister(org.crosswire.common.util.StackTrace st,
JTextArea text,
JLabel label)
Initialize with the stuff we need to act on the change, when the list is clicked. |
|
| Method Summary | |
|---|---|
void |
valueChanged(ListSelectionEvent ev)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private org.crosswire.common.util.StackTrace st
private JTextArea mytext
private JLabel mylabel
| Constructor Detail |
|---|
public ExceptionPane.CustomLister(org.crosswire.common.util.StackTrace st,
JTextArea text,
JLabel label)
st - The list of elements in the exceptiontext - The editable filelabel - The filename label| Method Detail |
|---|
public void valueChanged(ListSelectionEvent ev)
valueChanged in interface ListSelectionListener
|
Copyright ยจ 2003-2015 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||