Package com.intellij.openapi.diff

Provides interfaces for invoking the IDEA's diff and merge user interface and for creating custom diff implementations.

See:
          Description

Interface Summary
DiffColors  
DiffContent.Listener  
DiffPanel  
DiffRequest.ToolbarAddons Work in progess.
DiffRequestFactory  
DiffTool  
DiffToolbar  
DiffViewer  
 

Class Summary
ActionButtonPresentation  
BinaryContent Represents bytes as content.
DiffApplication  
DiffContent Represents some data that probably can be compared with some other.
DiffContentUtil  
DiffManager  
DiffPanelFactory Deprecated.  
DiffRequest Several DiffContents to compare
DocumentContent  
FileContent  
FragmentContent Represents sub text of other content.
LineTokenizer  
MergeRequest  
SimpleContent Allows to compare some text not associated with file or document.
SimpleDiffRequest Two contents for general diff
 

Package com.intellij.openapi.diff Description

Provides interfaces for invoking the IDEA's diff and merge user interface and for creating custom diff implementations.