public class ErrorToolTips extends Object
| Constructor and Description |
|---|
ErrorToolTips()
Creates a new instance of ErrorToolTips
|
| Modifier and Type | Method and Description |
|---|---|
void |
addErrorMarker(ErrorMarker errorMarker) |
String |
getErrorMessage(ErrorMarker marker,
int position)
This is the function to override to personalize the error message text.
|
void |
removeErrorMarker(ErrorMarker errorMarker) |
public void addErrorMarker(ErrorMarker errorMarker)
public void removeErrorMarker(ErrorMarker errorMarker)
public String getErrorMessage(ErrorMarker marker, int position)
Copyright © 2020. All rights reserved.