Package

scalafx.scene.control

cell

Permalink

package cell

Wraps javafx.scene.control.cell package.

Source
package.scala
Linear Supertypes
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. cell
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait CellIncludes extends AnyRef

    Permalink

    Contains implcit methods to convert from javafx.scene.control.cell Classes/Traits to their ScalaFX counterparts.

  2. class CheckBoxListCell[T] extends ListCell[T] with ConvertableCell[javafx.scene.control.cell.CheckBoxListCell[T], T, T] with StateSelectableCell[javafx.scene.control.cell.CheckBoxListCell[T], T, T] with UpdatableCell[javafx.scene.control.cell.CheckBoxListCell[T], T] with SFXDelegate[javafx.scene.control.cell.CheckBoxListCell[T]]

    Permalink

    Wraps CheckBoxListCell

    T

    Type used in this cell

  3. class CheckBoxTableCell[S, T] extends TableCell[S, T] with ConvertableCell[javafx.scene.control.cell.CheckBoxTableCell[S, T], T, T] with StateSelectableCell[javafx.scene.control.cell.CheckBoxTableCell[S, T], T, Integer] with UpdatableCell[javafx.scene.control.cell.CheckBoxTableCell[S, T], T] with SFXDelegate[javafx.scene.control.cell.CheckBoxTableCell[S, T]]

    Permalink

    Wraps CheckBoxTableCell

    T

    Type used in this cell

  4. class CheckBoxTreeCell[T] extends TreeCell[T] with ConvertableCell[javafx.scene.control.cell.CheckBoxTreeCell[T], T, javafx.scene.control.TreeItem[T]] with StateSelectableCell[javafx.scene.control.cell.CheckBoxTreeCell[T], T, javafx.scene.control.TreeItem[T]] with UpdatableCell[javafx.scene.control.cell.CheckBoxTreeCell[T], T] with SFXDelegate[javafx.scene.control.cell.CheckBoxTreeCell[T]]

    Permalink

    Wraps CheckBoxTreeCell

    T

    Type used in this cell

  5. class CheckBoxTreeTableCell[S, T] extends TreeTableCell[S, T] with ConvertableCell[javafx.scene.control.cell.CheckBoxTreeTableCell[S, T], T, T] with StateSelectableCell[javafx.scene.control.cell.CheckBoxTreeTableCell[S, T], T, Integer] with UpdatableCell[javafx.scene.control.cell.CheckBoxTreeTableCell[S, T], T] with SFXDelegate[javafx.scene.control.cell.CheckBoxTreeTableCell[S, T]]

    Permalink

    Wraps JavaFX CheckBoxTreeTableCell

    Wraps JavaFX CheckBoxTreeTableCell

    T

    The type of the elements contained within the TreeTableColumn.

    Since

    8.0

  6. class ChoiceBoxListCell[T] extends ListCell[T] with ConvertableCell[javafx.scene.control.cell.ChoiceBoxListCell[T], T, T] with UpdatableCell[javafx.scene.control.cell.ChoiceBoxListCell[T], T] with ItemableCell[javafx.scene.control.cell.ChoiceBoxListCell[T], T] with SFXDelegate[javafx.scene.control.cell.ChoiceBoxListCell[T]]

    Permalink

    Wraps ChoiceBoxListCell

    T

    Type used in this cell

  7. class ChoiceBoxTableCell[S, T] extends TableCell[S, T] with ConvertableCell[javafx.scene.control.cell.ChoiceBoxTableCell[S, T], T, T] with UpdatableCell[javafx.scene.control.cell.ChoiceBoxTableCell[S, T], T] with ItemableCell[javafx.scene.control.cell.ChoiceBoxTableCell[S, T], T] with SFXDelegate[javafx.scene.control.cell.ChoiceBoxTableCell[S, T]]

    Permalink

    Wraps ChoiceBoxListCell

    T

    Type used in this cell

  8. class ChoiceBoxTreeCell[T] extends TreeCell[T] with ConvertableCell[javafx.scene.control.cell.ChoiceBoxTreeCell[T], T, T] with UpdatableCell[javafx.scene.control.cell.ChoiceBoxTreeCell[T], T] with ItemableCell[javafx.scene.control.cell.ChoiceBoxTreeCell[T], T] with SFXDelegate[javafx.scene.control.cell.ChoiceBoxTreeCell[T]]

    Permalink

    Wraps ChoiceBoxTreeCell

    T

    Type used in this cell

  9. class ChoiceBoxTreeTableCell[S, T] extends TreeTableCell[S, T] with ConvertableCell[javafx.scene.control.cell.ChoiceBoxTreeTableCell[S, T], T, T] with UpdatableCell[javafx.scene.control.cell.ChoiceBoxTreeTableCell[S, T], T] with ItemableCell[javafx.scene.control.cell.ChoiceBoxTreeTableCell[S, T], T] with SFXDelegate[javafx.scene.control.cell.ChoiceBoxTreeTableCell[S, T]]

    Permalink

    Wraps JavaFX ChoiceBoxTreeTableCell

    T

    The type of the elements contained within the TreeTableColumn.

    Since

    8.0

  10. type ComboBoxEditable = AnyRef { def comboBoxEditableProperty(): javafx.beans.property.BooleanProperty }

    Permalink

    Types that contains the method comboBoxEditableProperty(): jfxbp.BooleanProperty

  11. trait ComboBoxEditableCell[C <: javafx.scene.control.Cell[T] with ComboBoxEditable, T] extends SFXDelegate[C]

    Permalink

    Cells which delegate contains the method comboBoxEditableProperty(): jfxbp.BooleanProperty.

    Cells which delegate contains the method comboBoxEditableProperty(): jfxbp.BooleanProperty.

    C

    Derivated type from JavaFX Cell

    T

    The type of the elements contained within the inner element inside the Cell.

  12. class ComboBoxListCell[T] extends ListCell[T] with ConvertableCell[javafx.scene.control.cell.ComboBoxListCell[T], T, T] with ComboBoxEditableCell[javafx.scene.control.cell.ComboBoxListCell[T], T] with UpdatableCell[javafx.scene.control.cell.ComboBoxListCell[T], T] with ItemableCell[javafx.scene.control.cell.ComboBoxListCell[T], T] with SFXDelegate[javafx.scene.control.cell.ComboBoxListCell[T]]

    Permalink

    Wraps ChoiceBoxListCell

    T

    Type used in this cell

  13. class ComboBoxTableCell[S, T] extends TableCell[S, T] with ConvertableCell[javafx.scene.control.cell.ComboBoxTableCell[S, T], T, T] with ComboBoxEditableCell[javafx.scene.control.cell.ComboBoxTableCell[S, T], T] with UpdatableCell[javafx.scene.control.cell.ComboBoxTableCell[S, T], T] with ItemableCell[javafx.scene.control.cell.ComboBoxTableCell[S, T], T] with SFXDelegate[javafx.scene.control.cell.ComboBoxTableCell[S, T]]

    Permalink

    Wraps ComboBoxTableCell

    T

    Type used in this cell

  14. class ComboBoxTreeCell[T] extends TreeCell[T] with ConvertableCell[javafx.scene.control.cell.ComboBoxTreeCell[T], T, T] with ComboBoxEditableCell[javafx.scene.control.cell.ComboBoxTreeCell[T], T] with UpdatableCell[javafx.scene.control.cell.ComboBoxTreeCell[T], T] with ItemableCell[javafx.scene.control.cell.ComboBoxTreeCell[T], T] with SFXDelegate[javafx.scene.control.cell.ComboBoxTreeCell[T]]

    Permalink

    Wraps ComboBoxTreeCell

    T

    Type used in this cell

  15. class ComboBoxTreeTableCell[S, T] extends TreeTableCell[S, T] with ConvertableCell[javafx.scene.control.cell.ComboBoxTreeTableCell[S, T], T, T] with ComboBoxEditableCell[javafx.scene.control.cell.ComboBoxTreeTableCell[S, T], T] with UpdatableCell[javafx.scene.control.cell.ComboBoxTreeTableCell[S, T], T] with ItemableCell[javafx.scene.control.cell.ComboBoxTreeTableCell[S, T], T] with SFXDelegate[javafx.scene.control.cell.ComboBoxTreeTableCell[S, T]]

    Permalink

    Wraps ComboBoxTreeTableCell

    T

    Type used in this cell

    Since

    8.0

  16. type Convertable[J] = AnyRef { def converterProperty(): javafx.beans.property.ObjectProperty[javafx.util.StringConverter[J]] }

    Permalink

    Types that contains the method converterProperty(): jfxbp.ObjectProperty[jfxu.StringConverter[T]]

  17. trait ConvertableCell[C <: javafx.scene.control.Cell[T] with Convertable[J], T, J] extends SFXDelegate[C]

    Permalink

    Cells which delegate contains the method converterProperty(): jfxbp.ObjectProperty[jfxu.StringConverter[T]]

    Cells which delegate contains the method converterProperty(): jfxbp.ObjectProperty[jfxu.StringConverter[T]]

    C

    Derivated type from JavaFX Cell

    T

    The type of the elements contained within the inner element inside the Cell.

    J

    Original Java type used by converter.

  18. type Itemable[T] = AnyRef { def getItems(): javafx.collections.ObservableList[T] }

    Permalink

    Types that contains the method getItems(): ObservableList[T].

  19. trait ItemableCell[C <: javafx.scene.control.Cell[T] with Itemable[T], T] extends SFXDelegate[C]

    Permalink

    javafx.scene.control.Cells that contains the method getItems(): ObservableList[T].

    javafx.scene.control.Cells that contains the method getItems(): ObservableList[T].

    C

    Derived type from JavaFX Cell

    T

    The type of the elements contained within the inner element inside the Cell.

  20. class ProgressBarTableCell[S] extends TableCell[S, Double] with UpdatableCell[javafx.scene.control.cell.ProgressBarTableCell[S], Double] with SFXDelegate[javafx.scene.control.cell.ProgressBarTableCell[S]]

    Permalink

    Wraps ProgressBarTableCell

    S

    Type used in this cell

  21. type StateSelectable[J] = AnyRef { def selectedStateCallbackProperty(): javafx.beans.property.ObjectProperty[javafx.util.Callback[J,javafx.beans.value.ObservableValue[Boolean]]] }

    Permalink

    Types that contains the property selectedStateCallback.

  22. trait StateSelectableCell[C <: javafx.scene.control.Cell[T] with StateSelectable[J], T, J] extends SFXDelegate[C]

    Permalink

    Cells which delegate contains the property selectedStateCallback.

    Cells which delegate contains the property selectedStateCallback.

    TODO: Convert selectedStateCallback getter return type from jfxbp.ObjectProperty[jfxu.Callback[J, javafx.beans.property.ObservableValue[java.lang.Boolean]]] to ObjectProperty[J => ObservableValue[Boolean, java.lang.Boolean]].

    C

    Derivated type from JavaFX Cell

    T

    The type of the elements contained within the inner element inside the Cell.

    J

    Original Java type used by converter.

  23. class TextFieldListCell[T] extends ListCell[T] with ConvertableCell[javafx.scene.control.cell.TextFieldListCell[T], T, T] with UpdatableCell[javafx.scene.control.cell.TextFieldListCell[T], T] with SFXDelegate[javafx.scene.control.cell.TextFieldListCell[T]]

    Permalink

    Wraps TextFieldListCell

    T

    Type used in this cell

  24. class TextFieldTableCell[S, T] extends TableCell[S, T] with ConvertableCell[javafx.scene.control.cell.TextFieldTableCell[S, T], T, T] with UpdatableCell[javafx.scene.control.cell.TextFieldTableCell[S, T], T] with SFXDelegate[javafx.scene.control.cell.TextFieldTableCell[S, T]]

    Permalink

    Wraps TextFieldTableCell

    T

    Type used in this cell

  25. class TextFieldTreeCell[T] extends TreeCell[T] with ConvertableCell[javafx.scene.control.cell.TextFieldTreeCell[T], T, T] with UpdatableCell[javafx.scene.control.cell.TextFieldTreeCell[T], T] with SFXDelegate[javafx.scene.control.cell.TextFieldTreeCell[T]]

    Permalink

    Wraps TextFieldTreeCell

    T

    Type used in this cell

  26. class TextFieldTreeTableCell[S, T] extends TreeTableCell[S, T] with ConvertableCell[javafx.scene.control.cell.TextFieldTreeTableCell[S, T], T, T] with UpdatableCell[javafx.scene.control.cell.TextFieldTreeTableCell[S, T], T] with SFXDelegate[javafx.scene.control.cell.TextFieldTreeTableCell[S, T]]

    Permalink

    Wraps TextFieldTreeTableCell

    T

    Type used in this cell

  27. trait UpdatableCell[C <: javafx.scene.control.Cell[T], T] extends SFXDelegate[C]

    Permalink

    Cells which delegate contains the method updateItem(item: Any, empty: Boolean): Unit.

    Cells which delegate contains the method updateItem(item: Any, empty: Boolean): Unit.

    C

    Derivated type from JavaFX Cell

    T

    The type of the elements contained within the inner element inside the Cell.

Value Members

  1. object CellIncludes extends CellIncludes

    Permalink
  2. object CheckBoxListCell

    Permalink

    Companion Object for scalafx.scene.control.cell.CheckBoxListCell.

  3. object CheckBoxTableCell

    Permalink

    Companion Object for scalafx.scene.control.cell.CheckBoxTableCell.

  4. object CheckBoxTreeCell

    Permalink

    Companion Object for scalafx.scene.control.cell.CheckBoxTreeCell.

  5. object CheckBoxTreeTableCell

    Permalink

    Companion Object for scalafx.scene.control.cell.CheckBoxTreeTableCell.

    Since

    8.0

    To do

    Replace all references to JavaFX TreeTableColumn to its ScalaFX counterpart when it was created

  6. object ChoiceBoxListCell

    Permalink

    Companion Object for scalafx.scene.control.cell.ChoiceBoxListCell.

  7. object ChoiceBoxTableCell

    Permalink

    Companion Object for scalafx.scene.control.cell.ChoiceBoxTableCell.

  8. object ChoiceBoxTreeCell

    Permalink

    Companion Object for scalafx.scene.control.cell.ChoiceBoxTreeCell.

  9. object ChoiceBoxTreeTableCell

    Permalink

    Companion Object for scalafx.scene.control.cell.ChoiceBoxTreeTableCell.

    Since

    8.0

    To do

    Replace all references to JavaFX TreeTableColumn to its ScalaFX counterpart when it was created

  10. object ComboBoxListCell

    Permalink

    Companion Object for scalafx.scene.control.cell.ComboBoxListCell.

  11. object ComboBoxTableCell

    Permalink

    Companion Object for scalafx.scene.control.cell.ComboBoxTableCell.

  12. object ComboBoxTreeCell

    Permalink

    Companion Object for scalafx.scene.control.cell.ComboBoxTreeCell.

  13. object ComboBoxTreeTableCell

    Permalink

    Companion Object for scalafx.scene.control.cell.ComboBoxTreeTableCell.

    Since

    8.0

    To do

    Replace all references to JavaFX TreeTableColumn to its ScalaFX counterpart when it was created

  14. object ProgressBarTableCell

    Permalink

    Companion Object for scalafx.scene.control.cell.ProgressBarTableCell.

  15. object TextFieldListCell

    Permalink

    Companion Object for scalafx.scene.control.cell.TextFieldListCell.

  16. object TextFieldTableCell

    Permalink

    Companion Object for scalafx.scene.control.cell.TextFieldTableCell.

  17. object TextFieldTreeCell

    Permalink

    Companion Object for scalafx.scene.control.cell.TextFieldTableCell.

  18. object TextFieldTreeTableCell

    Permalink

    Companion Object for scalafx.scene.control.cell.TextFieldTreeTableCell.

Inherited from AnyRef

Inherited from Any

Ungrouped