Package weka.gui

Class CheckBoxList.CheckBoxListRenderer

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

public class CheckBoxList.CheckBoxListRenderer extends JCheckBox implements ListCellRenderer
A specialized CellRenderer for the CheckBoxList
Version:
$Revision: 10219 $
Author:
fracpete (fracpete at waikato dot ac dot nz)
See Also:
  • Constructor Details

    • CheckBoxListRenderer

      public CheckBoxListRenderer()
  • Method Details

    • getListCellRendererComponent

      public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)
      Return a component that has been configured to display the specified value.
      Specified by:
      getListCellRendererComponent in interface ListCellRenderer
      Parameters:
      list - The JList we're painting.
      value - The value returned by list.getModel().getElementAt(index).
      index - The cells index.
      isSelected - True if the specified cell was selected.
      cellHasFocus - True if the specified cell has the focus.
      Returns:
      A component whose paint() method will render the specified value.