Package com.formdev.flatlaf.swingx.ui
Class FlatDatePickerBorder
- java.lang.Object
-
- javax.swing.border.AbstractBorder
-
- javax.swing.plaf.basic.BasicBorders.MarginBorder
-
- com.formdev.flatlaf.ui.FlatBorder
-
- com.formdev.flatlaf.ui.FlatRoundBorder
-
- com.formdev.flatlaf.swingx.ui.FlatDatePickerBorder
-
- All Implemented Interfaces:
FlatStylingSupport.StyleableBorder
,java.io.Serializable
,javax.swing.border.Border
,javax.swing.plaf.UIResource
public class FlatDatePickerBorder extends FlatRoundBorder
Border forJXDatePicker
.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.formdev.flatlaf.ui.FlatRoundBorder
arc, roundRect
-
Fields inherited from class com.formdev.flatlaf.ui.FlatBorder
borderColor, borderWidth, customBorderColor, disabledBorderColor, errorBorderColor, errorFocusedBorderColor, focusColor, focusedBorderColor, focusWidth, innerFocusWidth, innerOutlineWidth, outline, outlineColor, outlineFocusedColor, warningBorderColor, warningFocusedBorderColor
-
-
Constructor Summary
Constructors Constructor Description FlatDatePickerBorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isCellEditor(java.awt.Component c)
protected boolean
isFocused(java.awt.Component c)
-
Methods inherited from class com.formdev.flatlaf.ui.FlatRoundBorder
getArc, paintBorder
-
Methods inherited from class com.formdev.flatlaf.ui.FlatBorder
applyStyleProperty, getBorderColor, getBorderInsets, getBorderWidth, getFocusColor, getFocusWidth, getInnerFocusWidth, getLineWidth, getOutlineColor, getStyleableInfos, getStyleableValue, isEnabled
-
-
-
-
Method Detail
-
isFocused
protected boolean isFocused(java.awt.Component c)
- Overrides:
isFocused
in classFlatBorder
-
isCellEditor
protected boolean isCellEditor(java.awt.Component c)
- Overrides:
isCellEditor
in classFlatBorder
-
-