Package weka.gui.sql

Class InfoPanelCellRenderer

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

public class InfoPanelCellRenderer extends JLabel implements ListCellRenderer
A specialized renderer that takes care of JLabels in a JList.
Version:
$Revision: 8034 $
Author:
FracPete (fracpete at waikato dot ac dot nz)
See Also:
  • Constructor Details

    • InfoPanelCellRenderer

      public InfoPanelCellRenderer()
      the constructor
  • 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.