public interface IUploadDialog
Modifier and Type | Method and Description |
---|---|
void |
forceUpdateActiveField()
Forces update of comment/source model if matching text field is active.
|
java.util.Map<java.lang.String,java.lang.String> |
getTags(boolean keepEmpty)
Replies the map with the current tags in the tag editor model.
|
java.lang.String |
getUploadComment()
Returns the current value for the upload comment
|
java.lang.String |
getUploadSource()
Returns the current value for the changeset source
|
UploadStrategySpecification |
getUploadStrategySpecification()
Replies the
UploadStrategySpecification the user entered in the dialog. |
void |
handleIllegalChunkSize()
Handles illegal chunk size.
|
void |
handleMissingComment()
Handles missing comment.
|
void |
handleMissingSource()
Handles missing source.
|
boolean |
isCanceled()
Returns true if the dialog was canceled
|
void |
rememberUserInput()
Remembers the user input in the preference settings
|
boolean isCanceled()
void rememberUserInput()
java.lang.String getUploadComment()
java.lang.String getUploadSource()
UploadStrategySpecification getUploadStrategySpecification()
UploadStrategySpecification
the user entered in the dialog.UploadStrategySpecification
the user entered in the dialog.java.util.Map<java.lang.String,java.lang.String> getTags(boolean keepEmpty)
keepEmpty
- true
to keep empty tagsvoid handleMissingComment()
void handleMissingSource()
void handleIllegalChunkSize()
void forceUpdateActiveField()