Uses of Class
io.github.sosuisen.jfxbuilder.controls.TableColumnCellEditEventBuilder
Packages that use TableColumnCellEditEventBuilder
-
Uses of TableColumnCellEditEventBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return TableColumnCellEditEventBuilderModifier and TypeMethodDescriptionTableColumnCellEditEventBuilder.apply
(Consumer<TableColumn.CellEditEvent<S, T>> func) Applies a function to the CellEditEvent instance being constructed.static <S,
T> TableColumnCellEditEventBuilder <S, T> TableColumnCellEditEventBuilder.create
(TableView<S> table, TablePosition<S, T> pos, EventType<TableColumn.CellEditEvent<S, T>> eventType, T newValue) Accepts the constructor arguments ofCellEditEvent(TableView, TablePosition, EventType, T)
and returns an instance ofTableColumnCellEditEventBuilder<S, T>
.