S - the row value typeT - the cell value typepublic interface PropertyTableCellFactory<S,T>
extends javafx.util.Callback<javafx.scene.control.TableColumn<S,T>,javafx.scene.control.TableCell<S,T>>
| Modifier and Type | Method and Description |
|---|---|
static <S,T> @NonNull javafx.scene.control.TableCell<S,T> |
textCell(@NonNull org.eclipse.core.databinding.property.value.IValueProperty property)
Create a table cell using the property for the text
|
static <S,T> @NonNull javafx.scene.control.TableCell<S,T> |
textCell(@NonNull java.lang.String template,
org.eclipse.core.databinding.property.value.IValueProperty... property)
Create a table cell using the properties and the template for the text
using
MessageFormat |
static <S,T> @NonNull PropertyTableCellFactory<S,T> |
textFactory(@NonNull org.eclipse.core.databinding.property.value.IValueProperty property)
Create a factory who uses the given property for the text
|
static <S,T> @NonNull PropertyTableCellFactory<S,T> |
textFactory(@NonNull java.lang.String template,
org.eclipse.core.databinding.property.value.IValueProperty... property)
Create a factory who uses the given properties and the template for the
text using
MessageFormat |
static <S,T> @NonNull PropertyTableCellFactory<S,T> textFactory(@NonNull org.eclipse.core.databinding.property.value.IValueProperty property)
property - the propertytextCell(IValueProperty)static <S,T> @NonNull PropertyTableCellFactory<S,T> textFactory(@NonNull java.lang.String template, org.eclipse.core.databinding.property.value.IValueProperty... property)
MessageFormattemplate - the templateproperty - the propertytextCell(String, IValueProperty...)static <S,T> @NonNull javafx.scene.control.TableCell<S,T> textCell(@NonNull org.eclipse.core.databinding.property.value.IValueProperty property)
property - the propertystatic <S,T> @NonNull javafx.scene.control.TableCell<S,T> textCell(@NonNull java.lang.String template,
org.eclipse.core.databinding.property.value.IValueProperty... property)
MessageFormattemplate - the templateproperty - the property