com.eireneh.swing
Class DetailedExceptionPane.CustomLister

java.lang.Object
com.eireneh.swing.DetailedExceptionPane.CustomLister
- All Implemented Interfaces:
- java.util.EventListener, javax.swing.event.ListSelectionListener
- Enclosing class:
- DetailedExceptionPane
- static class DetailedExceptionPane.CustomLister
- extends java.lang.Object
- implements javax.swing.event.ListSelectionListener
List listener to update the contents of the text area
whenever someone clicks in the list
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
st
private com.eireneh.util.StackTrace st
- The StackTrace
text
private javax.swing.JTextArea text
- The Text to write to
label
private javax.swing.JLabel label
- The Text to write to
DetailedExceptionPane.CustomLister
public DetailedExceptionPane.CustomLister(com.eireneh.util.StackTrace st,
javax.swing.JTextArea text,
javax.swing.JLabel label)
- Initialize with the stuff we need to act on the
change, when the list is clicked.
valueChanged
public void valueChanged(javax.swing.event.ListSelectionEvent ev)
- Update the contents of the text area and label
- Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener