Class ActionCheckAll

java.lang.Object
com.jsql.view.swing.tree.action.ActionCheckAll
All Implemented Interfaces:
ActionListener, EventListener

public class ActionCheckAll extends Object implements ActionListener
Listener to check or uncheck every children menu items. Usually required from a table node to un/check every column
  • Constructor Details

    • ActionCheckAll

      public ActionCheckAll(boolean isCheckboxesSelected, TreePath path)
  • Method Details