public class EntireFileDifferenceModel extends FileDifferenceModel
myGateway, myProject
Constructor and Description |
---|
EntireFileDifferenceModel(Project p,
IdeaGateway gw,
Entry left,
Entry right,
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 EntireFileDifferenceModel(Project p, IdeaGateway gw, Entry left, Entry right, 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