Class CloseProjectQuickFixer
java.lang.Object
org.eclipse.ui.views.markers.WorkbenchMarkerResolution
com.iizigo.quickfix.QuickFixAdapter
com.iizigo.term.project.CloseProjectQuickFixer
- All Implemented Interfaces:
IQuickFixer, IMarkerResolution, IMarkerResolution2
Fixes a problem with multiple Terminal projects by closing one.
- Author:
- Christopher Mindus
Field Summary
FieldsConstructor Summary
ConstructorsMethod Summary
Methods inherited from class QuickFixAdapter
canBeGrouped, findOtherMarkers, getDescription, getImage, getMarker, isMarkerRequired, setMarkerMethods inherited from class WorkbenchMarkerResolution
run
Field Details
ID
Constructor Details
CloseProjectQuickFixer
public CloseProjectQuickFixer()
Method Details
run
Runs this resolution.- Specified by:
runin interfaceIMarkerResolution- Specified by:
runin interfaceIQuickFixer- Specified by:
runin classQuickFixAdapter- Parameters:
marker- the marker to resolve.
getLabel
Returns a short label indicating what the resolution will do.- Specified by:
getLabelin interfaceIMarkerResolution- Specified by:
getLabelin interfaceIQuickFixer- Specified by:
getLabelin classQuickFixAdapter- Returns:
- A short label for this resolution.