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 interfaceTableViewFindSupport.SearchableCell<I>Classes in com.iamsoft.util.ui.javafx.table that implement TextWrapCell Modifier and Type Class Description classFindLazyTableCell<S,T>static classTableViewFindSupport.AbstractSearchableCell<I>static classTableViewFindSupport.Cell<S,T>A table cell supporting 'found' text highlighting.static classTableViewFindSupport.ComboBoxCell<S,T>A table cell supporting 'found' text highlighting.static classTableViewFindSupport.TextFieldCell<S,T>A table cell supporting 'found' text highlighting.classTextWrapTableCell<S,T>Table cell which supports text wrapping.classTextWrapTreeTableCell<S,T>Table cell which supports text wrapping.static classTreeTableViewFindSupport.Cell<S,T>A table cell supporting 'found' text highlighting.
-