Class CheckBoxList.CellRenderer

  • All Implemented Interfaces:
    javax.swing.ListCellRenderer<E>
    Enclosing class:
    CheckBoxList<E>

    protected class CheckBoxList.CellRenderer
    extends java.lang.Object
    implements javax.swing.ListCellRenderer<E>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CellRenderer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Component getListCellRendererComponent​(javax.swing.JList<? extends E> list, E value, int index, boolean isSelected, boolean cellHasFocus)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CellRenderer

        protected CellRenderer()
    • Method Detail

      • getListCellRendererComponent

        public java.awt.Component getListCellRendererComponent​(javax.swing.JList<? extends E> list,
                                                               E value,
                                                               int index,
                                                               boolean isSelected,
                                                               boolean cellHasFocus)
        Specified by:
        getListCellRendererComponent in interface javax.swing.ListCellRenderer<E>