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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.eireneh.swing.DetailedExceptionPane.CustomAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
DetailedExceptionPane

static class DetailedExceptionPane.CustomAction
extends java.lang.Object
implements java.awt.event.ActionListener

Someone clicked on contribute, so we need to bail


Field Summary
private  javax.swing.JDialog dialog
          The dialog to close
 
Constructor Summary
DetailedExceptionPane.CustomAction(javax.swing.JDialog dialog)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ev)
          Close the dialog in response to the button click
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dialog

private javax.swing.JDialog dialog
The dialog to close

Constructor Detail

DetailedExceptionPane.CustomAction

public DetailedExceptionPane.CustomAction(javax.swing.JDialog dialog)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ev)
Close the dialog in response to the button click

Specified by:
actionPerformed in interface java.awt.event.ActionListener