Class FilePickerComponent.FileListItem

java.lang.Object
gaiasky.util.scene2d.FilePickerComponent.FileListItem
Enclosing class:
FilePickerComponent

public static class FilePickerComponent.FileListItem extends Object
  • Field Details

    • file

      public Path file
    • name

      public String name
  • Constructor Details

    • FileListItem

      public FileListItem(Path file)
    • FileListItem

      public FileListItem(String name, Path file)
  • Method Details