Class JCheckList.Renderer

  • All Implemented Interfaces:
    javax.swing.ListCellRenderer<java.lang.Object>
    Enclosing class:
    JCheckList

    protected static class JCheckList.Renderer
    extends java.lang.Object
    implements javax.swing.ListCellRenderer<java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static javax.swing.border.Border noFocusBorder  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Renderer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Component getListCellRendererComponent​(javax.swing.JList<?> list, java.lang.Object 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
    • Field Detail

      • noFocusBorder

        protected static javax.swing.border.Border noFocusBorder
    • Constructor Detail

      • Renderer

        protected Renderer()
    • Method Detail

      • getListCellRendererComponent

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