static class UploadDialog.UploadAction extends javax.swing.AbstractAction
Modifier and Type | Field and Description |
---|---|
private IUploadDialog |
dialog |
Constructor and Description |
---|
UploadAction(IUploadDialog dialog) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
protected void |
warnIllegalChunkSize() |
protected boolean |
warnUploadComment()
Displays a warning message indicating that the upload comment is empty/short.
|
protected boolean |
warnUploadSource()
Displays a warning message indicating that no changeset source is given.
|
protected boolean |
warnUploadTag(java.lang.String title,
java.lang.String message,
java.lang.String togglePref) |
private final transient IUploadDialog dialog
UploadAction(IUploadDialog dialog)
protected boolean warnUploadComment()
protected boolean warnUploadSource()
protected boolean warnUploadTag(java.lang.String title, java.lang.String message, java.lang.String togglePref)
protected void warnIllegalChunkSize()
public void actionPerformed(java.awt.event.ActionEvent e)