Class CheckListCellRenderer

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, ListCellRenderer, SwingConstants

public abstract class CheckListCellRenderer extends JCheckBox implements ListCellRenderer
A ListCellRenderer that display a check box if the value has been "checked".

Borrowed heavily from the excellent book "Swing, 2nd Edition" by Matthew Robinson & Pavel Vorobiev.

See Also:
  • Field Details

    • noFocusBorder

      private final Border noFocusBorder
  • Constructor Details

    • CheckListCellRenderer

      public CheckListCellRenderer()
  • Method Details