Package com.iizigo.term.project
Class CloseProjectQuickFixer
- java.lang.Object
- org.eclipse.ui.views.markers.WorkbenchMarkerResolution
- com.iizigo.quickfix.QuickFixAdapter
- com.iizigo.term.project.CloseProjectQuickFixer
 
 
 
- All Implemented Interfaces:
- IQuickFixer,- org.eclipse.ui.IMarkerResolution,- org.eclipse.ui.IMarkerResolution2
 - public class CloseProjectQuickFixer extends QuickFixAdapter Fixes a problem with multiple Terminal projects by closing one.- Author:
- Christopher Mindus
 
- Field Summary- Fields - Modifier and Type - Field - Description - static java.lang.String- IDThe ID.
 - Constructor Summary- Constructors - Constructor - Description - CloseProjectQuickFixer()
 - Method Summary- All Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - java.lang.String- getLabel()Returns a short label indicating what the resolution will do.- void- run(org.eclipse.core.resources.IMarker marker)Runs this resolution.- Methods inherited from class com.iizigo.quickfix.QuickFixAdapter- canBeGrouped, findOtherMarkers, getDescription, getImage, getMarker, isMarkerRequired, setMarker
 
 
- Field Detail- ID- public static final java.lang.String ID The ID.- See Also:
- Constant Field Values
 
 
 - Method Detail- run- public void run(org.eclipse.core.resources.IMarker marker) Runs this resolution.- Specified by:
- runin interface- org.eclipse.ui.IMarkerResolution
- Specified by:
- runin interface- IQuickFixer
- Specified by:
- runin class- QuickFixAdapter
- Parameters:
- marker- the marker to resolve.
 
 - getLabel- public java.lang.String getLabel() Returns a short label indicating what the resolution will do.- Specified by:
- getLabelin interface- org.eclipse.ui.IMarkerResolution
- Specified by:
- getLabelin interface- IQuickFixer
- Specified by:
- getLabelin class- QuickFixAdapter
- Returns:
- A short label for this resolution.