Interface JWFileSourceEntryType

All Superinterfaces:
JWFileListingRetrieverType
All Known Implementing Classes:
JWFileSourceEntryFilesystemRoot, JWFileSourceEntryRecentItems

public interface JWFileSourceEntryType
extends JWFileListingRetrieverType
A source entry.
  • 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 resolver
      strings - The string resources
      cell - The list cell
    • path

      java.util.Optional<java.nio.file.Path> path()
      Returns:
      The path associated with this source entry, if any