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.


Method Summary
 FileEditorLocation getLocation()
           
 UsagePresentation getPresentation()
           
 void highlightInEditor()
           
 boolean isReadOnly()
           
 boolean isValid()
           
 void selectInEditor()
           
 
Methods inherited from interface com.intellij.pom.Navigatable
canNavigate, canNavigateToSource, navigate
 

Method Detail

getPresentation

UsagePresentation getPresentation()

isValid

boolean isValid()

isReadOnly

boolean isReadOnly()

getLocation

FileEditorLocation getLocation()

selectInEditor

void selectInEditor()

highlightInEditor

void highlightInEditor()