Uses of Class
com.formdev.flatlaf.ui.FlatListCellBorder
-
Packages that use FlatListCellBorder Package Description com.formdev.flatlaf.ui -
-
Uses of FlatListCellBorder in com.formdev.flatlaf.ui
Subclasses of FlatListCellBorder in com.formdev.flatlaf.ui Modifier and Type Class Description static classFlatListCellBorder.DefaultBorder for unselected cell that uses margins, but does not paint focus indicator border.static classFlatListCellBorder.FocusedBorder for focused unselected cell that uses margins and paints focus indicator border.static classFlatListCellBorder.SelectedBorder for selected cell that uses margins and paints focus indicator border if enabled (List.showCellFocusIndicator=true) and multiple items are selected.
-