Package com.formdev.flatlaf.icons
Class FlatSearchWithHistoryIcon
- java.lang.Object
-
- com.formdev.flatlaf.icons.FlatAbstractIcon
-
- com.formdev.flatlaf.icons.FlatSearchIcon
-
- com.formdev.flatlaf.icons.FlatSearchWithHistoryIcon
-
- All Implemented Interfaces:
javax.swing.Icon
,javax.swing.plaf.UIResource
public class FlatSearchWithHistoryIcon extends FlatSearchIcon
"search with history" icon for search fields.- Since:
- 1.5
-
-
Field Summary
-
Fields inherited from class com.formdev.flatlaf.icons.FlatSearchIcon
searchIconColor, searchIconHoverColor, searchIconPressedColor
-
Fields inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
color, height, width
-
-
Constructor Summary
Constructors Constructor Description FlatSearchWithHistoryIcon()
FlatSearchWithHistoryIcon(boolean ignoreButtonState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
paintIcon(java.awt.Component c, java.awt.Graphics2D g)
-
Methods inherited from class com.formdev.flatlaf.icons.FlatSearchIcon
applyStyleProperty, getStyleableInfos, getStyleableValue
-
Methods inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
getIconHeight, getIconWidth, paintIcon
-
-
-
-
Method Detail
-
paintIcon
protected void paintIcon(java.awt.Component c, java.awt.Graphics2D g)
- Overrides:
paintIcon
in classFlatSearchIcon
-
-