public class TableCellFactories
extends java.lang.Object
Constructor and Description |
---|
TableCellFactories() |
Modifier and Type | Method and Description |
---|---|
static <E,T> TableCellFactory<E,T> |
checkboxTableCellFactory() |
static <E extends java.lang.Enum,T> |
choiceBoxTableCellFactory(java.lang.Class<E> enumType) |
static <E,T> TableCellFactory<E,T> |
choiceBoxTableCellFactory(E... items) |
static <E,T> TableCellFactory<E,T> |
choiceBoxTableCellFactory(javafx.collections.ObservableList<E> observableItems) |
static <E extends java.lang.Enum,T> |
choiceBoxTableCellFactory(javafx.util.StringConverter<E> converter,
java.lang.Class<E> enumType) |
static <E,T> TableCellFactory<E,T> |
choiceBoxTableCellFactory(javafx.util.StringConverter<E> converter,
E... items) |
static <E,T> TableCellFactory<E,T> |
choiceBoxTableCellFactory(javafx.util.StringConverter<E> converter,
javafx.collections.ObservableList<E> observableItems) |
static <E extends java.lang.Enum,T> |
comboBoxTableCellFactory(java.lang.Class<E> enumType) |
static <E,T> TableCellFactory<E,T> |
comboBoxTableCellFactory(E... items) |
static <E,T> TableCellFactory<E,T> |
comboBoxTableCellFactory(javafx.collections.ObservableList<E> observableItems) |
static <E extends java.lang.Enum,T> |
comboBoxTableCellFactory(javafx.util.StringConverter<E> converter,
java.lang.Class<E> enumType) |
static <E,T> TableCellFactory<E,T> |
comboBoxTableCellFactory(javafx.util.StringConverter<E> converter,
E... items) |
static <E,T> TableCellFactory<E,T> |
comboBoxTableCellFactory(javafx.util.StringConverter<E> converter,
javafx.collections.ObservableList<E> observableItems) |
static <E,T> TableCellFactory<E,T> |
editableCheckboxTableCellFactory() |
static <E extends java.lang.Enum,T> |
editableChoiceBoxTableCellFactory(java.lang.Class<E> enumType) |
static <E,T> TableCellFactory<E,T> |
editableChoiceBoxTableCellFactory(E... items) |
static <E,T> TableCellFactory<E,T> |
editableChoiceBoxTableCellFactory(javafx.collections.ObservableList<E> observableItems) |
static <E extends java.lang.Enum,T> |
editableChoiceBoxTableCellFactory(javafx.util.StringConverter<E> converter,
java.lang.Class<E> enumType) |
static <E,T> TableCellFactory<E,T> |
editableChoiceBoxTableCellFactory(javafx.util.StringConverter<E> converter,
E... items) |
static <E,T> TableCellFactory<E,T> |
editableChoiceBoxTableCellFactory(javafx.util.StringConverter<E> converter,
javafx.collections.ObservableList<E> observableItems) |
static <E extends java.lang.Enum,T> |
editableComboBoxTableCellFactory(java.lang.Class<E> enumType) |
static <E,T> TableCellFactory<E,T> |
editableComboBoxTableCellFactory(E... items) |
static <E,T> TableCellFactory<E,T> |
editableComboBoxTableCellFactory(javafx.collections.ObservableList<E> observableItems) |
static <E extends java.lang.Enum,T> |
editableComboBoxTableCellFactory(javafx.util.StringConverter<E> converter,
java.lang.Class<E> enumType) |
static <E,T> TableCellFactory<E,T> |
editableComboBoxTableCellFactory(javafx.util.StringConverter<E> converter,
E... items) |
static <E,T> TableCellFactory<E,T> |
editableComboBoxTableCellFactory(javafx.util.StringConverter<E> converter,
javafx.collections.ObservableList<E> observableItems) |
static <E,T> TableCellFactory<E,T> |
editableTextFieldTableCellFactory() |
static <E> TableCellFactory<E,java.lang.Double> |
progressBarTableCellFactory() |
static <E,T> TableCellFactory<E,T> |
textFieldTableCellFactory() |
@Nonnull public static <E,T> TableCellFactory<E,T> checkboxTableCellFactory()
@Nonnull public static <E,T> TableCellFactory<E,T> editableCheckboxTableCellFactory()
@Nonnull public static <E,T> TableCellFactory<E,T> choiceBoxTableCellFactory(@Nonnull E... items)
@Nonnull public static <E,T> TableCellFactory<E,T> choiceBoxTableCellFactory(@Nonnull javafx.util.StringConverter<E> converter, @Nonnull E... items)
@Nonnull public static <E,T> TableCellFactory<E,T> choiceBoxTableCellFactory(@Nonnull javafx.collections.ObservableList<E> observableItems)
@Nonnull public static <E,T> TableCellFactory<E,T> choiceBoxTableCellFactory(@Nonnull javafx.util.StringConverter<E> converter, @Nonnull javafx.collections.ObservableList<E> observableItems)
@Nonnull public static <E extends java.lang.Enum,T> TableCellFactory<E,T> choiceBoxTableCellFactory(@Nonnull java.lang.Class<E> enumType)
@Nonnull public static <E extends java.lang.Enum,T> TableCellFactory<E,T> choiceBoxTableCellFactory(@Nonnull javafx.util.StringConverter<E> converter, @Nonnull java.lang.Class<E> enumType)
@Nonnull public static <E,T> TableCellFactory<E,T> editableChoiceBoxTableCellFactory(@Nonnull E... items)
@Nonnull public static <E,T> TableCellFactory<E,T> editableChoiceBoxTableCellFactory(@Nonnull javafx.util.StringConverter<E> converter, @Nonnull E... items)
@Nonnull public static <E,T> TableCellFactory<E,T> editableChoiceBoxTableCellFactory(@Nonnull javafx.collections.ObservableList<E> observableItems)
@Nonnull public static <E,T> TableCellFactory<E,T> editableChoiceBoxTableCellFactory(@Nonnull javafx.util.StringConverter<E> converter, @Nonnull javafx.collections.ObservableList<E> observableItems)
@Nonnull public static <E extends java.lang.Enum,T> TableCellFactory<E,T> editableChoiceBoxTableCellFactory(@Nonnull java.lang.Class<E> enumType)
@Nonnull public static <E extends java.lang.Enum,T> TableCellFactory<E,T> editableChoiceBoxTableCellFactory(@Nonnull javafx.util.StringConverter<E> converter, @Nonnull java.lang.Class<E> enumType)
@Nonnull public static <E,T> TableCellFactory<E,T> comboBoxTableCellFactory(@Nonnull E... items)
@Nonnull public static <E,T> TableCellFactory<E,T> comboBoxTableCellFactory(@Nonnull javafx.util.StringConverter<E> converter, @Nonnull E... items)
@Nonnull public static <E,T> TableCellFactory<E,T> comboBoxTableCellFactory(@Nonnull javafx.collections.ObservableList<E> observableItems)
@Nonnull public static <E,T> TableCellFactory<E,T> comboBoxTableCellFactory(@Nonnull javafx.util.StringConverter<E> converter, @Nonnull javafx.collections.ObservableList<E> observableItems)
@Nonnull public static <E extends java.lang.Enum,T> TableCellFactory<E,T> comboBoxTableCellFactory(@Nonnull java.lang.Class<E> enumType)
@Nonnull public static <E extends java.lang.Enum,T> TableCellFactory<E,T> comboBoxTableCellFactory(@Nonnull javafx.util.StringConverter<E> converter, @Nonnull java.lang.Class<E> enumType)
@Nonnull public static <E,T> TableCellFactory<E,T> editableComboBoxTableCellFactory(@Nonnull E... items)
@Nonnull public static <E,T> TableCellFactory<E,T> editableComboBoxTableCellFactory(@Nonnull javafx.util.StringConverter<E> converter, @Nonnull E... items)
@Nonnull public static <E,T> TableCellFactory<E,T> editableComboBoxTableCellFactory(@Nonnull javafx.collections.ObservableList<E> observableItems)
@Nonnull public static <E,T> TableCellFactory<E,T> editableComboBoxTableCellFactory(@Nonnull javafx.util.StringConverter<E> converter, @Nonnull javafx.collections.ObservableList<E> observableItems)
@Nonnull public static <E extends java.lang.Enum,T> TableCellFactory<E,T> editableComboBoxTableCellFactory(@Nonnull java.lang.Class<E> enumType)
@Nonnull public static <E extends java.lang.Enum,T> TableCellFactory<E,T> editableComboBoxTableCellFactory(@Nonnull javafx.util.StringConverter<E> converter, @Nonnull java.lang.Class<E> enumType)
@Nonnull public static <E> TableCellFactory<E,java.lang.Double> progressBarTableCellFactory()
@Nonnull public static <E,T> TableCellFactory<E,T> textFieldTableCellFactory()
@Nonnull public static <E,T> TableCellFactory<E,T> editableTextFieldTableCellFactory()