de.uni_paderborn.fujaba.preferences.gui
Class GeneralPreferencesPanel.BrowseButtonListener

java.lang.Object
  extended byde.uni_paderborn.fujaba.preferences.gui.GeneralPreferencesPanel.BrowseButtonListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
GeneralPreferencesPanel

private static class GeneralPreferencesPanel.BrowseButtonListener
extends java.lang.Object
implements java.awt.event.ActionListener

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.21 $
Author:
$Author: lowende $

Field Summary
private  int selectionMode
          No comment provided by developer, please add a comment to improve documentation.
private  javax.swing.JTextField targetTextField
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
GeneralPreferencesPanel.BrowseButtonListener(javax.swing.JTextField targetTextField, int selectionMode)
          Constructor for class BrowseButtonListener
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

selectionMode

private int selectionMode
No comment provided by developer, please add a comment to improve documentation.


targetTextField

private javax.swing.JTextField targetTextField
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

GeneralPreferencesPanel.BrowseButtonListener

public GeneralPreferencesPanel.BrowseButtonListener(javax.swing.JTextField targetTextField,
                                                    int selectionMode)
Constructor for class BrowseButtonListener

Parameters:
targetTextField - No description provided
selectionMode - No description provided
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - No description provided