public class TableUtil
extends java.lang.Object
TableView with TableColumn| Constructor and Description |
|---|
TableUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <S> void |
setupColumn(@NonNull javafx.scene.control.TableColumn<S,S> column,
@NonNull org.eclipse.core.databinding.property.value.IValueProperty property)
Setup a table column using the property for the cell text
|
static <S> void |
setupColumn(@NonNull javafx.scene.control.TableColumn<S,S> column,
@NonNull java.lang.String template,
org.eclipse.core.databinding.property.value.IValueProperty... property)
Setup a table column using the properties and the template for the cell
text using
MessageFormat |
public static <S> void setupColumn(@NonNull javafx.scene.control.TableColumn<S,S> column,
@NonNull org.eclipse.core.databinding.property.value.IValueProperty property)
column - the columnproperty - the propertyPropertyTableCellFactory.textFactory(IValueProperty)public static <S> void setupColumn(@NonNull javafx.scene.control.TableColumn<S,S> column,
@NonNull java.lang.String template,
org.eclipse.core.databinding.property.value.IValueProperty... property)
MessageFormatcolumn - the columntemplate - the templateproperty - the propertiesPropertyTableCellFactory.textFactory(String, IValueProperty...)