ValidationInfo
data class ValidationInfo( val message: String, val component: JComponent? = null, val quickFix: Runnable? = null)
Content copied to clipboard
Carries information on why a component has invalid input.
Based on com.intellij.openapi.ui.ValidationInfo
and com.intellij.openapi.options.ConfigurationException
.
Constructors
Link copied to clipboard
fun ValidationInfo( message: String, component: JComponent? = null, quickFix: Runnable? = null)
Content copied to clipboard