Uses of Interface
is.codion.swing.common.ui.component.list.ListBuilder
Packages that use ListBuilder
-
Uses of ListBuilder in is.codion.swing.common.ui.component.list
Classes in is.codion.swing.common.ui.component.list with type parameters of type ListBuilderModifier and TypeInterfaceDescriptioninterfaceListBuilder<V,T, B extends ListBuilder<V, T, B>> Builds a JList instance.Subinterfaces of ListBuilder 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.