Package com.formdev.flatlaf.ui
Class FlatTableCellBorder.Default
- All Implemented Interfaces:
Serializable,Border,UIResource
- Enclosing class:
FlatTableCellBorder
Border for unselected cell that uses margins, but does not paint focus indicator border.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.formdev.flatlaf.ui.FlatTableCellBorder
FlatTableCellBorder.Default, FlatTableCellBorder.Focused, FlatTableCellBorder.Selected -
Field Summary
Fields inherited from class com.formdev.flatlaf.ui.FlatTableCellBorder
showCellFocusIndicatorFields inherited from class javax.swing.border.EmptyBorder
bottom, left, right, top -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpaintBorder(Component c, Graphics g, int x, int y, int width, int height) Methods inherited from class com.formdev.flatlaf.ui.FlatTableCellBorder
getArc, getBorderInsets, getLineColor, getStyleFromTableUIMethods inherited from class com.formdev.flatlaf.ui.FlatLineBorder
getLineThicknessMethods inherited from class com.formdev.flatlaf.ui.FlatEmptyBorder
applyStyleProperty, getBorderInsets, getStyleableValue, getUnscaledBorderInsets, scaleInsetsMethods inherited from class javax.swing.border.EmptyBorder
isBorderOpaqueMethods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
paintBorder
- Specified by:
paintBorderin interfaceBorder- Overrides:
paintBorderin classFlatTableCellBorder
-