Uses of Interface
com.e1c.g5.v8.dt.check.qfix.IFixContextFactory
Packages that use IFixContextFactory
Package
Description
-
Uses of IFixContextFactory in com.e1c.g5.v8.dt.check.qfix
Methods in com.e1c.g5.v8.dt.check.qfix that return IFixContextFactoryModifier and TypeMethodDescriptionIFixContextFactory<? 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 IFixContextFactoryModifier and TypeMethodDescriptionvoid
IFixRepository.registerContextFactory
(IFixContextFactory<? extends IFixContext> contextFactory) Registers the quick fix context factoryvoid
FixDescriptor.setContextFactory
(IFixContextFactory<? extends IFixContext> contextFactory) Sets the quick fix context factory -
Uses of IFixContextFactory in com.e1c.g5.v8.dt.internal.bsl.check.qfix
Classes in com.e1c.g5.v8.dt.internal.bsl.check.qfix that implement IFixContextFactory -
Uses of IFixContextFactory in com.e1c.g5.v8.dt.internal.check.qfix
Classes in com.e1c.g5.v8.dt.internal.check.qfix that implement IFixContextFactoryModifier and TypeClassDescriptionclass
Standard implementation of theBasicModelFixContext
factoryMethods in com.e1c.g5.v8.dt.internal.check.qfix that return IFixContextFactoryModifier and TypeMethodDescriptionIFixContextFactory<? extends IFixContext>
FixRepository.getContextFactory
(Class<? extends IFixContext> contextType) Methods in com.e1c.g5.v8.dt.internal.check.qfix with parameters of type IFixContextFactoryModifier and TypeMethodDescriptionvoid
FixRepository.registerContextFactory
(IFixContextFactory<? extends IFixContext> contextFactory)