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, getTitlepublic SelectionDifferenceModel(Project p, IdeaGateway gw, SelectionCalculator c, Revision left, Revision right, int from, int to, boolean editableRightContent)
protected Entry getLeftEntry()
getLeftEntry in class FileDifferenceModelprotected Entry getRightEntry()
getRightEntry in class FileDifferenceModelprotected boolean isLeftContentAvailable(RevisionProcessingProgress p)
isLeftContentAvailable in class FileDifferenceModelprotected boolean isRightContentAvailable(RevisionProcessingProgress p)
isRightContentAvailable in class FileDifferenceModelprotected DiffContent doGetLeftDiffContent(RevisionProcessingProgress p)
doGetLeftDiffContent in class FileDifferenceModelprotected DiffContent getReadOnlyRightDiffContent(RevisionProcessingProgress p)
getReadOnlyRightDiffContent in class FileDifferenceModelprotected DiffContent getEditableRightDiffContent(RevisionProcessingProgress p)
getEditableRightDiffContent in class FileDifferenceModel