|
|||||||||
| Home >> All >> javax >> ide >> model >> [ spi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.ide.model.spi
Class ModelAdapterFactory.ChainedFactories

java.lang.Objectjavax.ide.model.spi.ModelAdapterFactory
javax.ide.model.spi.ModelAdapterFactory.ChainedFactories
- Enclosing class:
- ModelAdapterFactory
- private static final class ModelAdapterFactory.ChainedFactories
- extends ModelAdapterFactory
| Nested Class Summary |
| Nested classes inherited from class javax.ide.model.spi.ModelAdapterFactory |
|
| Field Summary | |
private java.util.List |
_factories
|
| Fields inherited from class javax.ide.model.spi.ModelAdapterFactory |
|
| Constructor Summary | |
(package private) |
ModelAdapterFactory.ChainedFactories(java.util.List factories)
|
| Method Summary | |
ElementImpl |
getImpl(javax.ide.model.Element element)
Creates an instance of an adapter that will delegate requests to IDE specific model objects. |
| Methods inherited from class javax.ide.model.spi.ModelAdapterFactory |
getModelAdapterFactory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
_factories
private final java.util.List _factories
| Constructor Detail |
ModelAdapterFactory.ChainedFactories
ModelAdapterFactory.ChainedFactories(java.util.List factories)
| Method Detail |
getImpl
public ElementImpl getImpl(javax.ide.model.Element element)
- Description copied from class:
ModelAdapterFactory - Creates an instance of an adapter that will delegate requests to IDE
specific model objects.
- Specified by:
getImplin classModelAdapterFactory
|
|||||||||
| Home >> All >> javax >> ide >> model >> [ spi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC