Package com.formdev.flatlaf.ui
Class FlatListCellBorder.Selected
- All Implemented Interfaces:
Serializable
,Border
,UIResource
- Enclosing class:
FlatListCellBorder
Border for selected cell that uses margins and paints focus indicator border
if enabled (List.showCellFocusIndicator=true) and multiple items are selected.
- See Also:
-
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
Fields inherited from class javax.swing.border.EmptyBorder
bottom, left, right, top
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
paintBorder
(Component c, Graphics g, int x, int y, int width, int height) Methods inherited from class com.formdev.flatlaf.ui.FlatListCellBorder
getBorderInsets, getLineColor, getStyleFromListUI
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
Methods inherited from class javax.swing.border.EmptyBorder
isBorderOpaque
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
Constructor Details
-
Selected
public Selected()
-
-
Method Details
-
paintBorder
- Specified by:
paintBorder
in interfaceBorder
- Overrides:
paintBorder
in classFlatListCellBorder
-