Uses of Interface
com.iamsoft.util.ui.javafx.table.TextWrapCell
-
Packages that use TextWrapCell Package Description com.iamsoft.util.ui.javafx.table Utility classes related to TableView. -
-
Uses of TextWrapCell in com.iamsoft.util.ui.javafx.table
Subinterfaces of TextWrapCell in com.iamsoft.util.ui.javafx.table Modifier and Type Interface Description static interface
TableViewFindSupport.SearchableCell<I>
Classes in com.iamsoft.util.ui.javafx.table that implement TextWrapCell Modifier and Type Class Description class
FindLazyTableCell<S,T>
static class
TableViewFindSupport.AbstractSearchableCell<I>
static class
TableViewFindSupport.Cell<S,T>
A table cell supporting 'found' text highlighting.static class
TableViewFindSupport.ComboBoxCell<S,T>
A table cell supporting 'found' text highlighting.static class
TableViewFindSupport.TextFieldCell<S,T>
A table cell supporting 'found' text highlighting.class
TextWrapTableCell<S,T>
Table cell which supports text wrapping.class
TextWrapTreeTableCell<S,T>
Table cell which supports text wrapping.static class
TreeTableViewFindSupport.Cell<S,T>
A table cell supporting 'found' text highlighting.
-