Package com.formdev.flatlaf.ui
Class FlatListCellBorder.Default
-
- All Implemented Interfaces:
Serializable,Border,UIResource
- Enclosing class:
- FlatListCellBorder
public static class FlatListCellBorder.Default extends FlatListCellBorder
Border for unselected cell that uses margins, but does not paint 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 javax.swing.border.EmptyBorder
bottom, left, right, top
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpaintBorder(Component c, Graphics g, int x, int y, int width, int height)-
Methods inherited from class com.formdev.flatlaf.ui.FlatLineBorder
getLineColor, getLineThickness
-
Methods inherited from class com.formdev.flatlaf.ui.FlatEmptyBorder
getBorderInsets, getBorderInsets, getUnscaledBorderInsets
-
Methods inherited from class javax.swing.border.EmptyBorder
isBorderOpaque
-
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
-
-
-
Method Detail
-
paintBorder
public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
- Specified by:
paintBorderin interfaceBorder- Overrides:
paintBorderin classFlatLineBorder
-
-