Uses of Interface
org.controlsfx.control.spreadsheet.Filter
-
Packages that use Filter Package Description org.controlsfx.control.spreadsheet A package containing model and view related classes used by theSpreadsheetView
control. -
-
Uses of Filter in org.controlsfx.control.spreadsheet
Classes in org.controlsfx.control.spreadsheet that implement Filter Modifier and Type Class Description class
FilterBase
A simple implementation of theFilter
.Methods in org.controlsfx.control.spreadsheet that return Filter Modifier and Type Method Description Filter
SpreadsheetColumn. getFilter()
Methods in org.controlsfx.control.spreadsheet with parameters of type Filter Modifier and Type Method Description void
SpreadsheetColumn. setFilter(Filter filter)
-