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, getTitlepublic EntireFileDifferenceModel(Project p, IdeaGateway gw, Entry left, Entry right, 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