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

Quick Search    Search Deep

org.bdgp.apps.dagedit.dataadapter
Class GOFlatFileGUI.BrowseListener  view GOFlatFileGUI.BrowseListener download GOFlatFileGUI.BrowseListener.java

java.lang.Object
  extended byorg.bdgp.apps.dagedit.dataadapter.GOFlatFileGUI.BrowseListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
GOFlatFileGUI

private class GOFlatFileGUI.BrowseListener
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
protected  javax.swing.JTextField field
           
 
Constructor Summary
GOFlatFileGUI.BrowseListener(javax.swing.JTextField field)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method is invoked when an action occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

protected javax.swing.JTextField field
Constructor Detail

GOFlatFileGUI.BrowseListener

public GOFlatFileGUI.BrowseListener(javax.swing.JTextField field)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Description copied from interface: java.awt.event.ActionListener
This method is invoked when an action occurs.

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