Uses of Interface
com.e1c.g5.v8.dt.check.qfix.IFixContextFactory
- 
Packages that use IFixContextFactory Package Description com.e1c.g5.v8.dt.check.qfix 
- 
- 
Uses of IFixContextFactory in com.e1c.g5.v8.dt.check.qfixMethods in com.e1c.g5.v8.dt.check.qfix that return IFixContextFactory Modifier and Type Method Description IFixContextFactory<? extends IFixContext>FixDescriptor. getContextFactory()Provides the context factoryIFixContextFactory<? extends IFixContext>IFixRepository. getContextFactory(Class<? extends IFixContext> contextType)Provides the quick fix context factoryMethods in com.e1c.g5.v8.dt.check.qfix with parameters of type IFixContextFactory Modifier and Type Method Description voidIFixRepository. registerContextFactory(IFixContextFactory<? extends IFixContext> contextFactory)Registers the quick fix context factoryvoidFixDescriptor. setContextFactory(IFixContextFactory<? extends IFixContext> contextFactory)Sets the quick fix context factory
 
-