Uses of Interface
com.iizigo.quickfix.IQuickFix
Packages that use IQuickFix
Package
Description
Uses of IQuickFix in com.iizigo.java.problem
Methods in com.iizigo.java.problem with parameters of type IQuickFixModifier and TypeMethodDescriptionvoid
Add an array of quick fixes.Constructors in com.iizigo.java.problem with parameters of type IQuickFixModifierConstructorDescriptionJavaProblem
(int category, int problem, String message, int start, int end, int line, IQuickFix... fixes) Constructor withIQuickFix
.Uses of IQuickFix in com.iizigo.quickfix
Methods in com.iizigo.quickfix with parameters of type IQuickFixModifier and TypeMethodDescriptionQuickFixer.getMarkerAttributes
(IQuickFix[] fixers) Gets the attributes required for quick-fixes when they consist of a instances ofIQuickFix
.QuickFixer.getMarkerAttributes
(IQuickFix[] fixers, String[] fixerIDs) Gets the attributes required for quick-fixes when they consist of a combination of "static quick-fixes" using String IDs and instances ofIQuickFix
.Uses of IQuickFix in com.iizigo.quickfix.fixer
Classes in com.iizigo.quickfix.fixer that implement IQuickFixModifier and TypeClassDescriptionclass
Fixes a problem with the file name by deleting the property.class
An abstract Quick-fix helper class to "go to a property" in the corresponding Editor to e.g.class
A quick-fix to open the property reference in an editor.Uses of IQuickFix in com.iizigo.term.prop.quickfixer
Classes in com.iizigo.term.prop.quickfixer that implement IQuickFixModifier and TypeClassDescriptionclass
Quick-fix helper class to "delete errored rectangle" in the corresponding Editor to e.g.