public class LiveValidationController
extends java.lang.Object
| Constructor and Description | 
|---|
LiveValidationController(javax.swing.JComponent comp)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
hidePopup()
Explicitly hides the popup if there is one. 
 | 
void | 
setXOffset(int x)
Offset in pixels for the x-coordinate of the message from the far right of the component. 
 | 
void | 
setyOffset(int y)
Offset in pixels for the y-coordinate of the message from the top of the component. 
 | 
void | 
showError(java.lang.String error)
Displays a popup containing the given error message. 
 | 
public LiveValidationController(javax.swing.JComponent comp)
public void setXOffset(int x)
public void setyOffset(int y)
public void hidePopup()
public void showError(java.lang.String error)