Package com.io7m.jwheatsheaf.ui.internal
Interface JWFileSourceEntryType
- All Superinterfaces:
JWFileListingRetrieverType
- All Known Implementing Classes:
JWFileSourceEntryFilesystemRoot,JWFileSourceEntryRecentItems
A source entry.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonListCell(JWFileImageSetType images, JWStrings strings, javafx.scene.control.ListCell<JWFileSourceEntryType> cell) Configure the given list cell to show this item.path()Methods inherited from interface com.io7m.jwheatsheaf.ui.internal.JWFileListingRetrieverType
onFileItemsRequested
-
Method Details
-
onListCell
void onListCell(JWFileImageSetType images, JWStrings strings, javafx.scene.control.ListCell<JWFileSourceEntryType> cell) Configure the given list cell to show this item.- Parameters:
images- The image resolverstrings- The string resourcescell- The list cell
-
path
- Returns:
- The path associated with this source entry, if any
-