org.eclipse.mylar.internal.java.search
Class JavaReadAccessProvider

java.lang.Object
  extended by org.eclipse.mylar.context.core.AbstractRelationProvider
      extended by org.eclipse.mylar.internal.java.search.AbstractJavaRelationProvider
          extended by org.eclipse.mylar.internal.java.search.JavaReadAccessProvider
All Implemented Interfaces:
org.eclipse.mylar.context.core.IMylarContextListener

public class JavaReadAccessProvider
extends AbstractJavaRelationProvider

Author:
Mik Kersten

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.mylar.internal.java.search.AbstractJavaRelationProvider
AbstractJavaRelationProvider.JavaSearchJob, AbstractJavaRelationProvider.JavaSearchOperation
 
Nested classes/interfaces inherited from interface org.eclipse.mylar.context.core.IMylarContextListener
org.eclipse.mylar.context.core.IMylarContextListener.UpdateKind
 
Field Summary
static java.lang.String ID
           
static java.lang.String NAME
           
 
Fields inherited from class org.eclipse.mylar.internal.java.search.AbstractJavaRelationProvider
ID_GENERIC
 
Constructor Summary
JavaReadAccessProvider()
           
 
Method Summary
protected  boolean acceptElement(org.eclipse.jdt.core.IJavaElement javaElement)
           
 java.lang.String getName()
           
protected  java.lang.String getSourceId()
           
 
Methods inherited from class org.eclipse.mylar.internal.java.search.AbstractJavaRelationProvider
acceptResultElement, findRelated, getDefaultDegreeOfSeparation, getGenericId, getSearchOperation, stopAllRunningJobs
 
Methods inherited from class org.eclipse.mylar.context.core.AbstractRelationProvider
acceptResultElement, contextActivated, contextDeactivated, createEdge, edgesChanged, getCurrentDegreeOfSeparation, getId, getStructureKind, incrementInterest, interestChanged, isEnabled, landmarkAdded, landmarkRemoved, nodeDeleted, presentationSettingsChanged, presentationSettingsChanging, searchCompleted, setDegreeOfSeparation, setEnabled, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

JavaReadAccessProvider

public JavaReadAccessProvider()
Method Detail

acceptElement

protected boolean acceptElement(org.eclipse.jdt.core.IJavaElement javaElement)
Overrides:
acceptElement in class AbstractJavaRelationProvider

getSourceId

protected java.lang.String getSourceId()
Specified by:
getSourceId in class org.eclipse.mylar.context.core.AbstractRelationProvider

getName

public java.lang.String getName()
Specified by:
getName in class org.eclipse.mylar.context.core.AbstractRelationProvider