public class EventCoalescingButtonGroup extends ButtonGroup implements ActionListener
buttons| Constructor and Description |
|---|
EventCoalescingButtonGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent actionEvent) |
void |
add(AbstractButton button) |
void |
addActionListener(ActionListener actionListener) |
void |
remove(AbstractButton button) |
void |
removeActionListener(ActionListener actionListener) |
clearSelection, getButtonCount, getElements, getSelection, isSelected, setSelectedpublic void add(AbstractButton button)
add in class ButtonGrouppublic void remove(AbstractButton button)
remove in class ButtonGrouppublic void actionPerformed(ActionEvent actionEvent)
actionPerformed in interface ActionListenerpublic void addActionListener(ActionListener actionListener)
public void removeActionListener(ActionListener actionListener)
Copyright © 2017. All rights reserved.