ProgressBarTableCell

class Object
trait Matchable
class Any

Value members

Concrete methods

def forTableColumn[S](): TableColumn[S, Double] => TableCell[S, Double]

Provides a ProgressBar that allows easy visualisation of a Number value as it proceeds from 0.0 to 1.0.

Provides a ProgressBar that allows easy visualisation of a Number value as it proceeds from 0.0 to 1.0.

Returns

A Function that can be inserted into the cell factory property of a TableColumn, that enables visualisation of a Number as it progresses from 0.0 to 1.0.

Implicits

Implicits

implicit def sfxProgressBarTableCell2jfx[S](cell: ProgressBarTableCell[S]): ProgressBarTableCell[S]

Converts a ScalaFX ProgressBarTableCell to its JavaFX counterpart.

Converts a ScalaFX ProgressBarTableCell to its JavaFX counterpart.

Type Params
S

Type used in this cell

Value Params
cell

ScalaFX ProgressBarTableCell

Returns

JavaFX ProgressBarTableCell