程序包 weka.gui.sql

类 InfoPanelCellRenderer

所有已实现的接口:
ImageObserver, MenuContainer, Serializable, Accessible, ListCellRenderer, SwingConstants

public class InfoPanelCellRenderer extends JLabel implements ListCellRenderer
A specialized renderer that takes care of JLabels in a JList.
版本:
$Revision: 1.2 $
作者:
FracPete (fracpete at waikato dot ac dot nz)
另请参阅:
  • 构造器详细资料

    • InfoPanelCellRenderer

      public InfoPanelCellRenderer()
      the constructor
  • 方法详细资料

    • 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.
      指定者:
      getListCellRendererComponent 在接口中 ListCellRenderer
      参数:
      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.