Interface CheckableTableFormat<E>

    • Method Detail

      • setChecked

        void setChecked​(E baseObject,
                        boolean checked)
        Sets the specified object as checked.
      • getChecked

        boolean getChecked​(E baseObject)
        Gets whether the specified object is checked.