public class DirectoryContentImpl extends DiffContentBase implements DirectoryContent
| Constructor and Description |
|---|
DirectoryContentImpl(Project project,
VirtualFile file) |
DirectoryContentImpl(Project project,
VirtualFile file,
VirtualFile highlightFile) |
| Modifier and Type | Method and Description |
|---|---|
FileType |
getContentType() |
VirtualFile |
getFile() |
Navigatable |
getNavigatable()
Provides a way to open related content in editor
|
changeUserMap, clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, getUserMap, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace, setUserMapequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOpenFileDescriptor, onAssignedgetUserData, putUserDatapublic DirectoryContentImpl(Project project, VirtualFile file)
public DirectoryContentImpl(Project project, VirtualFile file, VirtualFile highlightFile)
public Navigatable getNavigatable()
DiffContentgetNavigatable in interface DiffContentpublic VirtualFile getFile()
getFile in interface DirectoryContentpublic FileType getContentType()
getContentType in interface DiffContent