Interface IRepositoryFileProvider
-
- All Known Implementing Classes:
FilesListPanel
,SolutionTree
public interface IRepositoryFileProvider
Provides the currently selected file as anIFileSummary
.- Author:
- mlowery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<org.pentaho.gwt.widgets.client.filechooser.RepositoryFile>
getRepositoryFiles()
-
-
-
Method Detail
-
getRepositoryFiles
List<org.pentaho.gwt.widgets.client.filechooser.RepositoryFile> getRepositoryFiles()
-
-