Uses of Interface
com.e1c.g5.v8.dt.check.qfix.IFixChange
- 
Packages that use IFixChange Package Description com.e1c.g5.v8.dt.bsl.check.qfix com.e1c.g5.v8.dt.check.qfix com.e1c.g5.v8.dt.check.qfix.components 
- 
- 
Uses of IFixChange in com.e1c.g5.v8.dt.bsl.check.qfixMethods in com.e1c.g5.v8.dt.bsl.check.qfix that return types with arguments of type IFixChange Modifier and Type Method Description Collection<IFixChange>SingleVariantXtextBslModuleFix. prepareChanges(SingleVariantXtextBslModuleFixContext context, IFixSession session)
- 
Uses of IFixChange in com.e1c.g5.v8.dt.check.qfixClasses in com.e1c.g5.v8.dt.check.qfix with type parameters of type IFixChange Modifier and Type Interface Description interfaceIFixChangePreviewProvider<CH extends IFixChange>Provides the specific preview logic for the givenIFixChange.interfaceIFixChangeProcessor<CH extends IFixChange,C extends IFixContext>The execution logic for a specificIFixChange.Methods in com.e1c.g5.v8.dt.check.qfix that return types with arguments of type IFixChange Modifier and Type Method Description IFixChangeProcessor<? extends IFixChange,? extends IFixContext>FixDescriptor. getChangeProcessor()Provides the change processorCollection<IFixChange>IFixVariant. prepareChanges(C context, IFixSession session)Prepares the changes to form the fixMethod parameters in com.e1c.g5.v8.dt.check.qfix with type arguments of type IFixChange Modifier and Type Method Description voidIFixRepository. registerChangeProcessor(IFixChangeProcessor<? extends IFixChange,? extends IFixContext> changeProcessor)Registers the quick fix change processorvoidFixDescriptor. setChangeProcessor(IFixChangeProcessor<? extends IFixChange,? extends IFixContext> changeProcessor)Sets the change processor
- 
Uses of IFixChange in com.e1c.g5.v8.dt.check.qfix.componentsMethods in com.e1c.g5.v8.dt.check.qfix.components that return types with arguments of type IFixChange Modifier and Type Method Description Collection<IFixChange>SingleVariantModelBasicFix. prepareChanges(BasicModelFixContext context, IFixSession session)
 
-