com.intellij.usages
Interface Usage
- All Superinterfaces:
- Navigatable
- All Known Subinterfaces:
- PsiElementUsage, ReadWriteAccessUsage, UsageInFile, UsageInLibrary, UsageInModule
- All Known Implementing Classes:
- ReadWriteAccessUsageInfo2UsageAdapter, UsageInfo2UsageAdapter
public interface Usage
- extends Navigatable
Created by IntelliJ IDEA.
User: max
Date: Dec 16, 2004
Time: 4:19:07 PM
To change this template use File | Settings | File Templates.
getPresentation
UsagePresentation getPresentation()
isValid
boolean isValid()
isReadOnly
boolean isReadOnly()
getLocation
FileEditorLocation getLocation()
selectInEditor
void selectInEditor()
highlightInEditor
void highlightInEditor()