Uses of Interface
org.eclipse.higgins.idas.api.IContext

Packages that use IContext
org.eclipse.higgins.idas.api Defines the core set of interfaces for IdAS. 
 

Uses of IContext in org.eclipse.higgins.idas.api
 

Methods in org.eclipse.higgins.idas.api that return IContext
 IContext IContextFactory.createContext(IContextId contextID)
          Using a context ID, creates an instance of IContext and returns it.
 IContext IEntity.getContext()