Class ProgressBarTreeTableCell<S>

    • Constructor Detail

    • Method Detail

      • forTreeTableColumn

        public static <S> Callback<TreeTableColumn<S,Double>,TreeTableCell<S,Double>> forTreeTableColumn()
        Provides a ProgressBar that allows easy visualisation of a Number value as it proceeds from 0.0 to 1.0. If the value is -1, the progress bar will appear indeterminate.
        Type Parameters:
        S - The type of the TreeTableView generic type
        Returns:
        A Callback that can be inserted into the cell factory property of a TreeTableColumn, that enables visualisation of a Number as it progresses from 0.0 to 1.0.