|
||||||||||
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 StackTrace |
st
The StackTrace |
Constructor Summary | |
---|---|
ExceptionPane.CustomLister(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 StackTrace st
private JTextArea mytext
private JLabel mylabel
Constructor Detail |
---|
public ExceptionPane.CustomLister(StackTrace st, JTextArea text, JLabel label)
st
- The list of elements in the exceptiontext
- The editable filelabel
- The filename labelMethod Detail |
---|
public void valueChanged(ListSelectionEvent ev)
valueChanged
in interface ListSelectionListener
|
Copyright ? 2003-2006 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |