Uses of Interface
is.codion.swing.common.ui.component.list.FilterList.Builder
Packages that use FilterList.Builder
-
Uses of FilterList.Builder in is.codion.swing.common.ui.component.list
Classes in is.codion.swing.common.ui.component.list with type parameters of type FilterList.BuilderModifier and TypeInterfaceDescriptionstatic interfaceFilterList.Builder<V,T, B extends FilterList.Builder<V, T, B>> Builds aFilterListinstance.Subinterfaces of FilterList.Builder in is.codion.swing.common.ui.component.listModifier and TypeInterfaceDescriptionstatic interfaceBuilds a JList, where the value is represented by the list items.static interfaceBuilds a single-selection JList, where the value is represented by the selected item.static interfaceBuilds a multi-selection JList, where the value is represented by the selected items.