scalafx.scene.control

cell

package cell

Wraps javafx.scene.control.cell package.

Source
package.scala
Linear Supertypes
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. cell
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait CellIncludes extends AnyRef

    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]]

    Wraps CheckBoxListCell

  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]]

    Wraps CheckBoxTableCell

  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]]

    Wraps CheckBoxTreeCell

  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]]

    Wraps JavaFX CheckBoxTreeTableCell

  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]]

    Wraps ChoiceBoxListCell

  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]]

    Wraps ChoiceBoxListCell

  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]]

    Wraps ChoiceBoxTreeCell

  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]]

    Wraps JavaFX ChoiceBoxTreeTableCell

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

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

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

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

  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]]

    Wraps ChoiceBoxListCell

  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]]

    Wraps ComboBoxTableCell

  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]]

    Wraps ComboBoxTreeCell

  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]]

    Wraps ComboBoxTreeTableCell

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

    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]

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

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

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

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

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

  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]]

    Wraps ProgressBarTableCell

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

    Types that contains the property selectedStateCallback.

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

    Cells which delegate contains the property selectedStateCallback.

  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]]

    Wraps TextFieldListCell

  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]]

    Wraps TextFieldTableCell

  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]]

    Wraps TextFieldTreeCell

  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]]

    Wraps TextFieldTreeTableCell

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

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

Value Members

  1. object CellIncludes extends CellIncludes

  2. object CheckBoxListCell

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

  3. object CheckBoxTableCell

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

  4. object CheckBoxTreeCell

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

  5. object CheckBoxTreeTableCell

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

  6. object ChoiceBoxListCell

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

  7. object ChoiceBoxTableCell

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

  8. object ChoiceBoxTreeCell

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

  9. object ChoiceBoxTreeTableCell

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

  10. object ComboBoxListCell

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

  11. object ComboBoxTableCell

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

  12. object ComboBoxTreeCell

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

  13. object ComboBoxTreeTableCell

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

  14. object ProgressBarTableCell

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

  15. object TextFieldListCell

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

  16. object TextFieldTableCell

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

  17. object TextFieldTreeCell

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

  18. object TextFieldTreeTableCell

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

Inherited from AnyRef

Inherited from Any

Ungrouped