Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.eireneh.swing
Class DetailedExceptionPane.CustomLister  view DetailedExceptionPane.CustomLister download DetailedExceptionPane.CustomLister.java

java.lang.Object
  extended bycom.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


Field Summary
private  javax.swing.JLabel label
          The Text to write to
private  com.eireneh.util.StackTrace st
          The StackTrace
private  javax.swing.JTextArea text
          The Text to write to
 
Constructor Summary
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.
 
Method Summary
 void valueChanged(javax.swing.event.ListSelectionEvent ev)
          Update the contents of the text area and label
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

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.

Method Detail

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