@Deprecated public class MergeRequestImpl extends MergeRequest
Modifier and Type | Class and Description |
---|---|
static class |
MergeRequestImpl.MergeContent
Deprecated.
|
Constructor and Description |
---|
MergeRequestImpl(java.lang.String left,
MergeVersion base,
java.lang.String right,
Project project)
Deprecated.
|
MergeRequestImpl(java.lang.String left,
java.lang.String base,
java.lang.String right,
FileType type,
Project project)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyChanges()
Deprecated.
|
DiffContent [] |
getContents()
Deprecated.
|
java.lang.String[] |
getContentTitles()
Deprecated.
|
java.lang.String |
getHelpId()
Deprecated.
|
MergeRequestImpl.MergeContent |
getMergeContent()
Deprecated.
|
int |
getResult()
Deprecated.
After the merge operation is completed, returns the exit code of the merge dialog.
|
DiffContent |
getResultContent()
Deprecated.
|
java.lang.String |
getWindowTitle()
Deprecated.
Used as window title
|
void |
restoreOriginalContent()
Deprecated.
|
void |
setHelpId(java.lang.String helpId)
Deprecated.
Specifies the ID of the help topic which is shown when the Help button is pressed.
|
void |
setResult(int result)
Deprecated.
|
void |
setVersionTitles(java.lang.String[] versionTitles)
Deprecated.
Sets the titles of panes in the merge dialog.
|
void |
setWindowTitle(java.lang.String windowTitle)
Deprecated.
Sets the title of the merge dialog.
|
addHint, getGroupKey, getHints, getOnOkRunnable, getProject, removeHint, setGroupKey, setOnOkRunnable
public MergeRequestImpl(java.lang.String left, MergeVersion base, java.lang.String right, Project project)
public DiffContent [] getContents()
getContents
in class DiffRequest
public java.lang.String[] getContentTitles()
getContentTitles
in class DiffRequest
DiffRequest.getContents()
public void setVersionTitles(java.lang.String[] versionTitles)
MergeRequest
setVersionTitles
in class MergeRequest
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 java.lang.String getWindowTitle()
DiffRequest
getWindowTitle
in class DiffRequest
public void setWindowTitle(java.lang.String windowTitle)
MergeRequest
setWindowTitle
in class MergeRequest
windowTitle
- The dialog title.public void setResult(int result)
public void applyChanges()
public int getResult()
MergeRequest
getResult
in class MergeRequest
DialogWrapper.OK_EXIT_CODE
if the user accepted the merge, or a different value if the merge
operation was cancelled.public MergeRequestImpl.MergeContent getMergeContent()
public DiffContent getResultContent()
public void restoreOriginalContent()
restoreOriginalContent
in class MergeRequest
public java.lang.String getHelpId()
public void setHelpId(java.lang.String helpId)
MergeRequest
setHelpId
in class MergeRequest
helpId
- the ID of the help topic for the merge operation.