Java com.intellij.openapi.ui ValidationInfo fields, constructors, methods, implement or subclass

Example usage for Java com.intellij.openapi.ui ValidationInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.intellij.openapi.ui ValidationInfo.

The text is from its open source code.

Constructor

ValidationInfo(@NotNull String message)
Creates a validation error message not associated with a specific component.
ValidationInfo(@NotNull String message, @Nullable JComponent component)
Creates a validation error message associated with a specific component.