Java com.jgoodies.validation.view ValidationResultViewFactory fields, constructors, methods, implement or subclass

Example usage for Java com.jgoodies.validation.view ValidationResultViewFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.jgoodies.validation.view ValidationResultViewFactory.

The text is from its open source code.

Method

JComponentcreateReportIconAndTextPane(ValidationResultModel model)
Creates and returns a transparent panel that consists of a report label and a transparent report text area.
JComponentcreateReportList(ValidationResultModel model)
Creates and returns a list that presents validation messages.
JTextAreacreateReportTextArea(ValidationResultModel model)
Creates and returns a text area that is intended to show validation messages.
IcongetSmallIcon(Severity severity)
Returns the small warning icon for warnings, the small error icon for errors, the small info icon for infos and null otherwise.