Interface IconSource
-
public interface IconSourceAn interface for providing an icon.- See Also:
FormatComboBoxRenderer,FormatTableCellRenderer
-
-
Field Summary
Fields Modifier and Type Field Description static IconSourceDEFAULT_ICON_SOURCEDefault icon source that always returnsnull.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.IcongetIcon(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.
-
-