MergeRequest
instead@Deprecated public abstract class MergeRequest extends DiffRequest
Modifier | Constructor and Description |
---|---|
protected |
MergeRequest(Project project)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract int |
getResult()
Deprecated.
After the merge operation is completed, returns the exit code of the merge dialog.
|
abstract void |
restoreOriginalContent()
Deprecated.
|
abstract void |
setHelpId(java.lang.String helpId)
Deprecated.
Specifies the ID of the help topic which is shown when the Help button is pressed.
|
abstract void |
setVersionTitles(java.lang.String[] versionTitles)
Deprecated.
Sets the titles of panes in the merge dialog.
|
abstract void |
setWindowTitle(java.lang.String windowTitle)
Deprecated.
Sets the title of the merge dialog.
|
addHint, getContents, getContentTitles, getGroupKey, getHints, getOnOkRunnable, getProject, getWindowTitle, removeHint, setGroupKey, setOnOkRunnable
protected MergeRequest(Project project)
public abstract void setVersionTitles(java.lang.String[] versionTitles)
versionTitles
- Array of 3 strings. First string specifies left pane title, second string specifies middle pane (merged content)
title, third string specifies right pane.public abstract void setWindowTitle(java.lang.String windowTitle)
windowTitle
- The dialog title.public abstract void setHelpId(java.lang.String helpId)
helpId
- the ID of the help topic for the merge operation.public abstract int getResult()
DialogWrapper.OK_EXIT_CODE
if the user accepted the merge, or a different value if the merge
operation was cancelled.public abstract void restoreOriginalContent()