Package com.formdev.flatlaf.ui
Class FlatTableCellBorder.Focused
- All Implemented Interfaces:
Serializable
,Border
,UIResource
- Enclosing class:
FlatTableCellBorder
Border for focused unselected cell that uses margins and paints 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
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.FlatTableCellBorder
getArc, getBorderInsets, getLineColor, getStyleFromTableUI
Methods inherited from class com.formdev.flatlaf.ui.FlatLineBorder
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
-
Focused
public Focused()
-
-
Method Details
-
paintBorder
- Specified by:
paintBorder
in interfaceBorder
- Overrides:
paintBorder
in classFlatTableCellBorder
-