Uses of Interface
org.eclipse.jface.text.codemining.ICodeMining
Packages that use ICodeMining
-
Uses of ICodeMining in org.eclipse.jface.text.codemining
Classes in org.eclipse.jface.text.codemining that implement ICodeMiningModifier and TypeClassDescriptionclassAbstract class forICodeMining.classA code mining rendered at the start of the line, located at the very end of the document.classAbstract class for line content code mining.classA code mining that is positioned on end of a line.classAbstract class for line header code mining.Methods in org.eclipse.jface.text.codemining that return types with arguments of type ICodeMiningModifier and TypeMethodDescriptionCompletableFuture<List<? extends ICodeMining>> ICodeMiningProvider.provideCodeMinings(ITextViewer viewer, IProgressMonitor monitor) Compute a list of code miningsICodeMining. -
Uses of ICodeMining in org.eclipse.jface.text.source.inlined
Methods in org.eclipse.jface.text.source.inlined that return types with arguments of type ICodeMiningModifier and TypeMethodDescriptionAbstractInlinedAnnotation.getMinings()Returns the list of code minings associated with this annotation, or an empty list if this annotation has no associated minings.