public class FileContentImpl extends DiffContentBase implements FileContent
| Constructor and Description | 
|---|
FileContentImpl(Project project,
               VirtualFile file)  | 
FileContentImpl(Project project,
               VirtualFile file,
               VirtualFile highlightFile)  | 
| Modifier and Type | Method and Description | 
|---|---|
FileType | 
getContentType()  | 
VirtualFile | 
getFile()  | 
java.lang.String | 
getFilePath()  | 
Navigatable | 
getNavigatable()
Provides a way to open related content in editor 
 | 
void | 
onAssigned(boolean isAssigned)  | 
changeUserMap, clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, getUserMap, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace, setUserMapequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOpenFileDescriptorgetUserData, putUserDatapublic FileContentImpl(Project project, VirtualFile file)
public FileContentImpl(Project project, VirtualFile file, VirtualFile highlightFile)
public Navigatable getNavigatable()
DiffContentgetNavigatable in interface DiffContentpublic VirtualFile getFile()
getFile in interface FileContentpublic FileType getContentType()
getContentType in interface DiffContentpublic java.lang.String getFilePath()
public void onAssigned(boolean isAssigned)
onAssigned in interface DiffContentDiffRequest.onAssigned(boolean)