Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
javax.ide.model.spi.ElementImpl

Uses of ElementImpl in javax.ide.model.spi
 

Subinterfaces of ElementImpl in javax.ide.model.spi
 interface DocumentImpl
           
 interface JavaSourceImpl
           
 interface ProjectImpl
           
 interface TextDocumentImpl
           
 interface XMLDocumentImpl
           
 

Methods in javax.ide.model.spi that return ElementImpl
abstract  ElementImpl ModelAdapterFactory.getImpl(javax.ide.model.Element element)
          Creates an instance of an adapter that will delegate requests to IDE specific model objects.
 ElementImpl ModelAdapterFactory.ChainedFactories.getImpl(javax.ide.model.Element element)
           
 

Methods in javax.ide.model.spi with parameters of type ElementImpl
static javax.ide.model.Element ElementFactory.createElement(ElementImpl impl)
          Create a new Element from the specified implementation bridge.