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 Link icon

    Modifier and Type
    Method
    Description
    Gets the attributes for the marker.
    Gets the ID of the quick-fix.
  • Method Details Link icon

    • getID Link icon

      String getID()
      Gets the ID of the quick-fix.
    • getAttributes Link icon

      Map<String,Object> getAttributes()
      Gets the attributes for the marker.