Class JCheckBoxList.Entry

  • Enclosing class:
    JCheckBoxList

    public static class JCheckBoxList.Entry
    extends java.lang.Object
    A check box list entry.
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(boolean checked, java.lang.Object value)  
      Entry​(java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getValue()  
      boolean isChecked()  
      • Methods inherited from class java.lang.Object

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

      • Entry

        public Entry​(java.lang.Object value)
      • Entry

        public Entry​(boolean checked,
                     java.lang.Object value)
    • Method Detail

      • isChecked

        public boolean isChecked()
      • getValue

        public java.lang.Object getValue()