| JUCE
    | 
This abstract base class is implemented by LookAndFeel classes to provide various file-browser layout and drawing methods. More...
#include <juce_FileBrowserComponent.h>
| Public Member Functions | |
| virtual | ~LookAndFeelMethods ()=default | 
| virtual const Drawable * | getDefaultFolderImage ()=0 | 
| virtual const Drawable * | getDefaultDocumentFileImage ()=0 | 
| virtual AttributedString | createFileChooserHeaderText (const String &title, const String &instructions)=0 | 
| virtual void | drawFileBrowserRow (Graphics &, int width, int height, const File &file, const String &filename, Image *optionalIcon, const String &fileSizeDescription, const String &fileTimeDescription, bool isDirectory, bool isItemSelected, int itemIndex, DirectoryContentsDisplayComponent &)=0 | 
| virtual Button * | createFileBrowserGoUpButton ()=0 | 
| virtual void | layoutFileBrowserComponent (FileBrowserComponent &browserComp, DirectoryContentsDisplayComponent *fileListComponent, FilePreviewComponent *previewComp, ComboBox *currentPathBox, TextEditor *filenameBox, Button *goUpButton)=0 | 
This abstract base class is implemented by LookAndFeel classes to provide various file-browser layout and drawing methods.
| 
 | virtualdefault | 
| 
 | pure virtual | 
Implemented in LookAndFeel_V2.
| 
 | pure virtual | 
Implemented in LookAndFeel_V2.
| 
 | pure virtual | 
Implemented in LookAndFeel_V2.
| 
 | pure virtual | 
Implemented in LookAndFeel_V2, and LookAndFeel_V4.
| 
 | pure virtual | 
Implemented in LookAndFeel_V2, and LookAndFeel_V4.
| 
 | pure virtual | 
Implemented in LookAndFeel_V2, and LookAndFeel_V4.