Package com.formdev.flatlaf
Interface FlatLaf.DisabledIconProvider
-
- Enclosing class:
- FlatLaf
public static interface FlatLaf.DisabledIconProviderA provider for disabled icons.This is intended to be implemented by
Iconimplementations that provide the ability to paint disabled state.Used in
FlatLaf.getDisabledIcon(JComponent, Icon)to create a disabled icon from an enabled icon.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IcongetDisabledIcon()Returns an icon with a disabled appearance.
-
-
-
Method Detail
-
getDisabledIcon
Icon getDisabledIcon()
Returns an icon with a disabled appearance.- Returns:
- a disabled icon
-
-