Class DeleteRect

All Implemented Interfaces:
IQuickFix, IQuickFixer, IMarkerResolution, IMarkerResolution2

public class DeleteRect extends QuickFixAdapter implements IQuickFix
Quick-fix helper class to "delete errored rectangle" in the corresponding Editor to e.g. edit a setting.
Author:
Christopher Mindus
  • Field Details

    • ID

      public static final String ID
      ID for quick fixer ("term.DeleteRect").
      See Also:
    • property

      protected GProp<?> property
      The property found, null if not found.
  • Constructor Details

    • DeleteRect

      public DeleteRect()
      Constructs the quick-fixer with default constructor for Eclipse.
    • DeleteRect

      protected DeleteRect(GProp<?> property)
      Creates a quick-fixer to go to the specified property.
      Parameters:
      property - The property to go to.
  • Method Details