Class SyncJobContext.FileRow

java.lang.Object
de.spiritscorp.datasync.controller.SyncJobContext.FileRow
Enclosing class:
SyncJobContext

public static class SyncJobContext.FileRow extends Object
Wraps file characteristics inside property types suited for dynamic UI grids.
  • Property Details

  • Constructor Details

  • Method Details

    • selectedProperty

      public javafx.beans.property.BooleanProperty selectedProperty()
      Returns:
      the selected property
      See Also:
    • isSelected

      public boolean isSelected()
      Gets the value of the selected property.
      Property description:
      Returns:
      the value of the selected property
      See Also:
    • setSelected

      public void setSelected(boolean val)
      Sets the value of the selected property.
      Property description:
      Parameters:
      val - the value for the selected property
      See Also:
    • fileNameProperty

      public javafx.beans.property.StringProperty fileNameProperty()
      Returns:
      the fileName property
    • sizeProperty

      public javafx.beans.property.StringProperty sizeProperty()
      Returns:
      the size property
    • hashProperty

      public javafx.beans.property.StringProperty hashProperty()
      Returns:
      the hash property
    • pathProperty

      public javafx.beans.property.StringProperty pathProperty()
      Returns:
      the path property
    • getFileSystemPath

      public Path getFileSystemPath()