Class AddCheckBoxToTree.CheckTreeManager

    • Method Detail

      • removePropertyChangeListener

        public void removePropertyChangeListener​(PropertyChangeListener listener)
      • isClickInCheckBoxOnly

        public boolean isClickInCheckBoxOnly()
        Gets the value of property clickInCheckBoxOnly. When clickInCheckBoxOnly is false, clicking on anywhere of an tree node will do select the tree node and toggle check/uncheck. When clickInCheckBoxOnly is true, only click on checkbox will change check/uncheck status without affecting selected tree nodes, and click on label will only select the tree node without affecting check/uncheck status.
        Returns:
        the value of property clickInCheckBoxOnly.
      • setClickInCheckBoxOnly

        public void setClickInCheckBoxOnly​(boolean clickInCheckBoxOnly)
        Sets the value of property clickInCheckBoxOnly.
        Parameters:
        clickInCheckBoxOnly - see for more information.