Interface IconSource
-
public interface IconSource
An interface for providing an icon.- See Also:
FormatComboBoxRenderer
,FormatTableCellRenderer
-
-
Field Summary
Fields Modifier and Type Field Description static IconSource
DEFAULT_ICON_SOURCE
Default icon source that always returnsnull
.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.Icon
getIcon(java.lang.Object bean)
Get an icon for the bean.
-
-
-
Field Detail
-
DEFAULT_ICON_SOURCE
static final IconSource DEFAULT_ICON_SOURCE
Default icon source that always returnsnull
.
-
-