org.kwb.picl.BrowseButtonListener Class Reference

List of all members.

Detailed Description

This class represents the listener for the Browse Button.

Author:
Kevin Brown
When a path is selected, the listener sets the text value of the directory field in the main application. This triggers the updating of the image list through the DirectoryListener.


Public Member Functions

void actionPerformed (ActionEvent event)
 The actionPerformed handler.

Package Functions

 BrowseButtonListener (JTextField field)
 Constructor.


Constructor & Destructor Documentation

org.kwb.picl.BrowseButtonListener.BrowseButtonListener ( JTextField  field  )  [package]

Constructor.

Parameters:
field The text field that gets the results of the browse operation.


Member Function Documentation

void org.kwb.picl.BrowseButtonListener.actionPerformed ( ActionEvent  event  ) 

The actionPerformed handler.

Allow the user to browse for a directory, then set the directory field of the application with the selected path.

Parameters:
event The action event.


The documentation for this class was generated from the following file: