|
Oxygen XML Editor, Version 13.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectro.sync.exml.workspace.api.editor.validation.ValidationProblemsFilter
@API(type=EXTENDABLE, src=PUBLIC) public class 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.
Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
Constructor Summary | |
---|---|
ValidationProblemsFilter()
|
Method Summary | |
---|---|
void |
filterValidationProblems(ValidationProblems validationProblems)
Callback received before (automatic or manual) validation problems are reported by Oxygen in the GUI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidationProblemsFilter()
Method Detail |
---|
public void filterValidationProblems(ValidationProblems validationProblems)
validationProblems
- The problems found by Oxygen.
|
Oxygen XML Editor, Version 13.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |