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 |
---|
SendFeedbackAction.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
SendFeedbackAction.SendFeedbackItem(String displayName)
boolean isEnabled()
boolean isSelected()
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
abstract void appendDataToZipOutputStream(ZipOutputStream stream) throws IOException
IOException