Class CheckBoxAndOnlyButtonPane<K>

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class CheckBoxAndOnlyButtonPane<K> extends JPanel
Author:
Dennis Cosgrove
See Also:
  • Constructor Details

    • CheckBoxAndOnlyButtonPane

      public CheckBoxAndOnlyButtonPane(K key, ItemListener checkBoxItemListener, Consumer<K> onlyButtonListener)
  • Method Details

    • getKey

      public K getKey()
    • getCheckBox

      public JCheckBox getCheckBox()