org.xnap.gui
Interface FileProvider

All Known Implementing Classes:
LibraryPanel, MetaInfoFileSearchResult, TransferManagerPanel, ZipViewerPanel

public interface FileProvider

Defines the requirements for classes that provide a selection of File objects.


Method Summary
 java.io.File[] getFiles()
          Invoked by an action to query the selected File objects.
 

Method Detail

getFiles

java.io.File[] getFiles()
Invoked by an action to query the selected File objects.

Returns:
null, if no files are selected; the files, otherwise


Copyright © 2001-2005 XNap Team. All Rights Reserved.