com.jaxfront.core.util.io
Interface FileChooseAction

All Known Implementing Classes:
FileSelector

public interface FileChooseAction

The FileChooseAction defines how a FileSelector has to act with selected files. The action can be simply added to the FileSelector instance.

Version:
1.60

Method Summary
 void handleSelection(javax.swing.JFileChooser chooser, int takenAction)
          Defines what to do with the JFileChooser and the user raised action
 

Method Detail

handleSelection

void handleSelection(javax.swing.JFileChooser chooser,
                     int takenAction)
Defines what to do with the JFileChooser and the user raised action

Parameters:
chooser -
takenAction -
See Also:
JFileChooser