private abstract static class SendFeedbackAction.SendFeedbackItem extends Object implements ActionListener
| Modifier and Type | Field and Description |
|---|---|
(package private) String |
displayName |
private boolean |
selected |
| Constructor and Description |
|---|
SendFeedbackItem(String displayName) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
(package private) abstract void |
appendDataToZipOutputStream(ZipOutputStream stream) |
(package private) boolean |
isEnabled() |
(package private) boolean |
isSelected() |
final String displayName
private boolean selected
SendFeedbackItem(String displayName)
boolean isEnabled()
boolean isSelected()
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerabstract void appendDataToZipOutputStream(ZipOutputStream stream) throws IOException
IOException