Package com.formdev.flatlaf.ui
Class FlatListCellBorder.Focused
- java.lang.Object
-
- javax.swing.border.AbstractBorder
-
- javax.swing.border.EmptyBorder
-
- javax.swing.plaf.BorderUIResource.EmptyBorderUIResource
-
- com.formdev.flatlaf.ui.FlatEmptyBorder
-
- com.formdev.flatlaf.ui.FlatLineBorder
-
- com.formdev.flatlaf.ui.FlatListCellBorder
-
- com.formdev.flatlaf.ui.FlatListCellBorder.Focused
-
- All Implemented Interfaces:
java.io.Serializable
,javax.swing.border.Border
,javax.swing.plaf.UIResource
- Enclosing class:
- FlatListCellBorder
public static class FlatListCellBorder.Focused extends FlatListCellBorder
Border for focused unselected cell that uses margins and paints focus indicator border.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.formdev.flatlaf.ui.FlatListCellBorder
FlatListCellBorder.Default, FlatListCellBorder.Focused, FlatListCellBorder.Selected
-
-
Field Summary
-
Fields inherited from class com.formdev.flatlaf.ui.FlatListCellBorder
showCellFocusIndicator
-
-
Constructor Summary
Constructors Constructor Description Focused()
-
Method Summary
-
Methods inherited from class com.formdev.flatlaf.ui.FlatListCellBorder
getBorderInsets, getLineColor, getStyleFromListUI, paintBorder
-
Methods inherited from class com.formdev.flatlaf.ui.FlatLineBorder
getArc, getLineThickness
-
Methods inherited from class com.formdev.flatlaf.ui.FlatEmptyBorder
applyStyleProperty, getBorderInsets, getStyleableValue, getUnscaledBorderInsets, scaleInsets
-
-