Uses of Class
org.eclipse.compare.unifieddiff.internal.UnifiedDiffManager.UnifiedDiff
Packages that use UnifiedDiffManager.UnifiedDiff
-
Uses of UnifiedDiffManager.UnifiedDiff in org.eclipse.compare.unifieddiff.internal
Fields in org.eclipse.compare.unifieddiff.internal with type parameters of type UnifiedDiffManager.UnifiedDiffMethods in org.eclipse.compare.unifieddiff.internal that return UnifiedDiffManager.UnifiedDiffModifier and TypeMethodDescriptionUnifiedDiffCodeMiningProvider.UnifiedDiffLineHeaderCodeMining.getUnifiedDiff()Methods in org.eclipse.compare.unifieddiff.internal that return types with arguments of type UnifiedDiffManager.UnifiedDiffModifier and TypeMethodDescriptionstatic List<UnifiedDiffManager.UnifiedDiff> UnifiedDiffManager.get(ITextViewer viewer) Method parameters in org.eclipse.compare.unifieddiff.internal with type arguments of type UnifiedDiffManager.UnifiedDiffModifier and TypeMethodDescriptionstatic booleanUnifiedDiffManager.isOverlay(List<UnifiedDiffManager.UnifiedDiff> diffs) static booleanUnifiedDiffManager.isReadOnly(List<UnifiedDiffManager.UnifiedDiff> diffs) static booleanUnifiedDiffManager.isRevert(List<UnifiedDiffManager.UnifiedDiff> diffs) static voidUnifiedDiffManager.put(ITextViewer viewer, List<UnifiedDiffManager.UnifiedDiff> diffs) Constructors in org.eclipse.compare.unifieddiff.internal with parameters of type UnifiedDiffManager.UnifiedDiffModifierConstructorDescriptionUnifiedDiffLineHeaderCodeMining(Position position, ICodeMiningProvider provider, UnifiedDiffManager.UnifiedDiff diff, int tabWidth, Color deletionBackgroundColor, Color detailedDiffColor, ITextViewer viewer) Constructor parameters in org.eclipse.compare.unifieddiff.internal with type arguments of type UnifiedDiffManager.UnifiedDiffModifierConstructorDescriptionUnifiedDiff(IDocument left, int leftStart, int leftEnd, String leftDiffSource, IDocument right, int rightStart, int rightEnd, String rightDiffSource, List<UnifiedDiffManager.UnifiedDiff> container, UnifiedDiffMode mode)