Uses of Interface
com.iizigo.quickfix.IQuickFix
Packages that use IQuickFix Package Description com.iizigo.java.problem com.iizigo.quickfix com.iizigo.quickfix.fixer com.iizigo.term.prop.quickfixer Uses of IQuickFix in com.iizigo.java.problem
Methods in com.iizigo.java.problem with parameters of type IQuickFix Modifier and Type Method Description void
JavaProblem. addFixId(IQuickFix... fixes)
Add an array of quick fixes.Constructors in com.iizigo.java.problem with parameters of type IQuickFix Constructor Description JavaProblem(int category, int problem, java.lang.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 IQuickFix Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.Object>
QuickFixer. getMarkerAttributes(IQuickFix[] fixers)
Gets the attributes required for quick-fixes when they consist of a instances ofIQuickFix
.static java.util.Map<java.lang.String,java.lang.Object>
QuickFixer. getMarkerAttributes(IQuickFix[] fixers, java.lang.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 IQuickFix Modifier and Type Class Description class
DeleteProperty
Fixes a problem with the file name by deleting the property.class
GotoProperty
An abstract Quick-fix helper class to "go to a property" in the corresponding Editor to e.g.class
OpenProperty
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 IQuickFix Modifier and Type Class Description class
DeleteRect
Quick-fix helper class to "delete errored rectangle" in the corresponding Editor to e.g.