Uses of Interface
com.iizigo.quickfix.IQuickFix
Package
Description
Uses of IQuickFix in com.iizigo.java.problem
Modifier and TypeMethodDescriptionvoid
Add an array of quick fixes.ModifierConstructorDescriptionJavaProblem
(int category, int problem, String message, int start, int end, int line, IQuickFix... fixes) Constructor withIQuickFix
.Uses of IQuickFix in com.iizigo.quickfix
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Quick-fix helper class to "delete errored rectangle" in the corresponding Editor to e.g.