Package adams.core.io.lister
Interface DirectoryListerHandler
-
- All Known Implementing Classes:
AbstractChooserPanelWithIOSupport
,DirectoryChooserPanel
,FtpDirectoryChooserPanel
,SftpDirectoryChooserPanel
,SmbDirectoryChooserPanel
public interface DirectoryListerHandler
Interface for classes that return an instance of aDirectoryLister
.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DirectoryLister
getDirectoryLister()
Returns the directory lister.
-
-
-
Method Detail
-
getDirectoryLister
DirectoryLister getDirectoryLister()
Returns the directory lister.- Returns:
- the lister
-
-