public class DefaultJProblemIndicator extends Object implements Component, JProblemIndicator
Constructor and Description |
---|
DefaultJProblemIndicator(JDynFormField field) |
Modifier and Type | Method and Description |
---|---|
JComponent |
asJComponent()
Returns this component as a swing
JComponent . |
void |
clear() |
void |
restore() |
void |
set(String message) |
public DefaultJProblemIndicator(JDynFormField field)
public JComponent asJComponent()
Component
JComponent
.asJComponent
in interface Component
JComponent
public void clear()
clear
in interface JProblemIndicator
public void set(String message)
set
in interface JProblemIndicator
public void restore()
restore
in interface JProblemIndicator