Package com.formdev.flatlaf.ui
Class FlatTableCellBorder.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.FlatTableCellBorder
-
- com.formdev.flatlaf.ui.FlatTableCellBorder.Focused
-
- All Implemented Interfaces:
java.io.Serializable
,javax.swing.border.Border
,javax.swing.plaf.UIResource
- Enclosing class:
- FlatTableCellBorder
public static class FlatTableCellBorder.Focused extends FlatTableCellBorder
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.FlatTableCellBorder
FlatTableCellBorder.Default, FlatTableCellBorder.Focused, FlatTableCellBorder.Selected
-
-
Field Summary
-
Fields inherited from class com.formdev.flatlaf.ui.FlatTableCellBorder
showCellFocusIndicator
-
-
Constructor Summary
Constructors Constructor Description Focused()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paintBorder(java.awt.Component c, java.awt.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
-
-
-
-
Method Detail
-
paintBorder
public void paintBorder(java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height)
- Specified by:
paintBorder
in interfacejavax.swing.border.Border
- Overrides:
paintBorder
in classFlatTableCellBorder
-
-