Package com.iizigo.quickfix
Interface IQuickFix
- All Known Implementing Classes:
DeleteProperty
,DeleteRect
,GotoProperty
,OpenProperty
public interface IQuickFix
Interface for a quick-fix that is used to add a quick-fix to a marker.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
getAttributes()
Gets the attributes for the marker.java.lang.String
getID()
Gets the ID of the quick-fix.