A base class for components that display a list of the files in a directory.
DirectoryContentsList & directoryContentsList
The list that this component is displaying.
ColourIds
A set of colour IDs to use to change the colour of various aspects of the list.
virtual void setSelectedFile(const File &)=0
If the specified file is in the list, it will become the only selected item (and if the file isn't in...
virtual void deselectAllFiles()=0
Deselects any selected files.
virtual void scrollToTop()=0
Scrolls this view to the top.
virtual File getSelectedFile(int index) const =0
Returns one of the files that the user has currently selected.
virtual int getNumSelectedFiles() const =0
Returns the number of files the user has got selected.
A class to asynchronously scan for details about the files in a directory.