public class SelectionDifferenceModel extends FileDifferenceModel
myGateway, myProject
Constructor and Description |
---|
SelectionDifferenceModel(Project p,
IdeaGateway gw,
SelectionCalculator c,
Revision left,
Revision right,
int from,
int to,
boolean editableRightContent) |
Modifier and Type | Method and Description |
---|---|
protected DiffContent |
doGetLeftDiffContent(RevisionProcessingProgress p) |
protected DiffContent |
getEditableRightDiffContent(RevisionProcessingProgress p) |
protected Entry |
getLeftEntry() |
protected DiffContent |
getReadOnlyRightDiffContent(RevisionProcessingProgress p) |
protected Entry |
getRightEntry() |
protected boolean |
isLeftContentAvailable(RevisionProcessingProgress p) |
protected boolean |
isRightContentAvailable(RevisionProcessingProgress p) |
getDocument, getLeftDiffContent, getLeftTitle, getRightDiffContent, getRightTitle, getTitle
public SelectionDifferenceModel(Project p, IdeaGateway gw, SelectionCalculator c, Revision left, Revision right, int from, int to, boolean editableRightContent)
protected Entry getLeftEntry()
getLeftEntry
in class FileDifferenceModel
protected Entry getRightEntry()
getRightEntry
in class FileDifferenceModel
protected boolean isLeftContentAvailable(RevisionProcessingProgress p)
isLeftContentAvailable
in class FileDifferenceModel
protected boolean isRightContentAvailable(RevisionProcessingProgress p)
isRightContentAvailable
in class FileDifferenceModel
protected DiffContent doGetLeftDiffContent(RevisionProcessingProgress p)
doGetLeftDiffContent
in class FileDifferenceModel
protected DiffContent getReadOnlyRightDiffContent(RevisionProcessingProgress p)
getReadOnlyRightDiffContent
in class FileDifferenceModel
protected DiffContent getEditableRightDiffContent(RevisionProcessingProgress p)
getEditableRightDiffContent
in class FileDifferenceModel