private abstract static class SendFeedbackAction.SendFeedbackFileItem extends SendFeedbackAction.SendFeedbackItem
Modifier and Type | Field and Description |
---|---|
(package private) String |
fileName |
displayName
Constructor and Description |
---|
SendFeedbackAction.SendFeedbackFileItem(String displayName,
String fileName) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
appendDataToZipOutputStream(ZipOutputStream stream) |
(package private) abstract byte[] |
retrieveFileData() |
actionPerformed, isEnabled, isSelected
final String fileName
void appendDataToZipOutputStream(ZipOutputStream stream) throws IOException
appendDataToZipOutputStream
in class SendFeedbackAction.SendFeedbackItem
IOException