Class CollectionCellRenderer

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ListCellRenderer<Object>, TableCellRenderer

public class CollectionCellRenderer extends IconTrailingComponent<JLabel> implements TableCellRenderer, ListCellRenderer<Object>
Class is used to render a cell with a dropdown icon to the right. Used to render collections and enums, the dropdown is used to indicate that there is a collection of elements.
See Also: