scalafx.scene.control

cell

package cell

Linear Supertypes
AnyRef, Any
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

  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 http://docs.oracle.com/javafx/2/api/javafx/scene/control/cell/CheckBoxListCell.html

  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 http://docs.oracle.com/javafx/2/api/javafx/scene/control/cell/CheckBoxTableCell.html

  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 http://docs.oracle.com/javafx/2/api/javafx/scene/control/cell/ChoiceBoxListCell.html

  5. 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 ItemnableCell[javafx.scene.control.cell.ChoiceBoxListCell[T], T] with SFXDelegate[javafx.scene.control.cell.ChoiceBoxListCell[T]]

    Wraps http://docs.oracle.com/javafx/2/api/javafx/scene/control/cell/ChoiceBoxListCell.html

  6. 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 ItemnableCell[javafx.scene.control.cell.ChoiceBoxTableCell[S, T], T] with SFXDelegate[javafx.scene.control.cell.ChoiceBoxTableCell[S, T]]

    Wraps http://docs.oracle.com/javafx/2/api/javafx/scene/control/cell/ChoiceBoxListCell.html

  7. 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 ItemnableCell[javafx.scene.control.cell.ChoiceBoxTreeCell[T], T] with SFXDelegate[javafx.scene.control.cell.ChoiceBoxTreeCell[T]]

    Wraps http://docs.oracle.com/javafx/2/api/javafx/scene/control/cell/ChoiceBoxTreeCell.html

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

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

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

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

  10. 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 ItemnableCell[javafx.scene.control.cell.ComboBoxListCell[T], T] with SFXDelegate[javafx.scene.control.cell.ComboBoxListCell[T]]

  11. 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 ItemnableCell[javafx.scene.control.cell.ComboBoxTableCell[S, T], T] with SFXDelegate[javafx.scene.control.cell.ComboBoxTableCell[S, T]]

    Wraps http://docs.oracle.com/javafx/2/api/javafx/scene/control/cell/ComboBoxListCell.html

  12. 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 ItemnableCell[javafx.scene.control.cell.ComboBoxTreeCell[T], T] with SFXDelegate[javafx.scene.control.cell.ComboBoxTreeCell[T]]

    Wraps http://docs.oracle.com/javafx/2/api/javafx/scene/control/cell/ComboBoxTreeCell.html

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

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

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

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

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

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

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

  18. 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.

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

    Cells which delegate contains the property selectedStateCallback.

  20. 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 http://docs.oracle.com/javafx/2/api/javafx/scene/control/cell/TextFieldListCell.html

  21. 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 http://docs.oracle.com/javafx/2/api/javafx/scene/control/cell/TextFieldTableCell.html

  22. 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 http://docs.oracle.com/javafx/2/api/javafx/scene/control/cell/TextFieldTreeCell.html

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped