Class ValidationProblemsFilter
java.lang.Object
ro.sync.exml.workspace.api.editor.validation.ValidationProblemsFilter
Filter which can be used by the user to ignore (or add) to the list of validation problems found by the validation process
(manual or automatic) for a certain file.
- Since:
- 13
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
filterValidationProblems
(ValidationProblems validationProblems) Callback received before (automatic or manual) validation problems are reported by Oxygen in the GUI.
-
Constructor Details
-
ValidationProblemsFilter
public ValidationProblemsFilter()
-
-
Method Details
-
filterValidationProblems
Callback received before (automatic or manual) validation problems are reported by Oxygen in the GUI.- Parameters:
validationProblems
- The problems found by Oxygen.
-