Class CheckBoxListSelectionModel

java.lang.Object
javax.swing.DefaultListSelectionModel
com.jidesoft.swing.CheckBoxListSelectionModel
All Implemented Interfaces:
Serializable, Cloneable, EventListener, ListDataListener, ListSelectionModel

public class CheckBoxListSelectionModel extends DefaultListSelectionModel implements ListDataListener
See Also:
  • Constructor Details

    • CheckBoxListSelectionModel

      public CheckBoxListSelectionModel()
    • CheckBoxListSelectionModel

      public CheckBoxListSelectionModel(ListModel model)
  • Method Details