Class SeparatorComboBox.SeparatorListCellRenderer<String>

  • Type Parameters:
    String - the type of values this renderer can be used for
    All Implemented Interfaces:
    ListCellRenderer<String>
    Enclosing class:
    SeparatorComboBox

    public class SeparatorComboBox.SeparatorListCellRenderer<String>
    extends Object
    implements ListCellRenderer<String>
    ListCellRenderer for SeparatorComboBox. Implementation Note: This class is simply a wrapper for original ListCellRenderer and using return JSeparator if the value is the separator.