|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValidationResultModel | |
|---|---|
| com.jgoodies.validation.util | Contains optional validation helper classes and default implementations. |
| com.jgoodies.validation.view | Contains optional validation helper classes that assist in presenting validation results. |
| Uses of ValidationResultModel in com.jgoodies.validation.util |
|---|
| Classes in com.jgoodies.validation.util that implement ValidationResultModel | |
|---|---|
class |
AbstractValidationResultModel
An abstract class that minimizes the effort required to implement the ValidationResultModel interface. |
class |
DefaultValidationResultModel
A default implementation of the ValidationResultModel interface
that holds a ValidationResult. |
class |
ValidationResultModelContainer
A validation result model that holds multiple validation results. |
| Methods in com.jgoodies.validation.util with parameters of type ValidationResultModel | |
|---|---|
void |
ValidationResultModelContainer.add(ValidationResultModel resultModel)
Adds the given ValidationResultModel to this container's list
of children and registers the container to listen for changes in the child. |
void |
ValidationResultModelContainer.remove(ValidationResultModel resultModel)
Removes the given ValidationResultModel from this container's
list of children. |
| Uses of ValidationResultModel in com.jgoodies.validation.view |
|---|
| Methods in com.jgoodies.validation.view with parameters of type ValidationResultModel | |
|---|---|
static javax.swing.JLabel |
ValidationResultViewFactory.createReportIconAndTextLabel(ValidationResultModel model)
Creates and returns a label with icon and text that indicates the validation state and displays the first message text. |
static javax.swing.JComponent |
ValidationResultViewFactory.createReportIconAndTextPane(ValidationResultModel model)
Creates and returns a transparent panel that consists of a report label and a transparent report text area. |
static javax.swing.JLabel |
ValidationResultViewFactory.createReportIconLabel(ValidationResultModel model)
Creates and returns an icon label that indicates the validation severity. |
static javax.swing.JComponent |
ValidationResultViewFactory.createReportList(ValidationResultModel model)
Creates and returns a list that presents validation messages. |
static javax.swing.JComponent |
ValidationResultViewFactory.createReportList(ValidationResultModel model,
java.awt.Color backgroundColor)
Creates and returns a list wrapped in a scroll pane that presents validation messages. |
static javax.swing.JTextArea |
ValidationResultViewFactory.createReportTextArea(ValidationResultModel model)
Creates and returns a text area that is intended to show validation messages. |
static javax.swing.JTextArea |
ValidationResultViewFactory.createReportTextArea(ValidationResultModel model,
java.awt.Color backgroundColor)
Creates and returns a text area that is intended to show validation messages. |
static javax.swing.JComponent |
ValidationResultViewFactory.createReportTextPane(ValidationResultModel model)
Creates and returns a text area wrapped by a scroll pane that is intended to show validation messages. |
static javax.swing.JComponent |
ValidationResultViewFactory.createReportTextPane(ValidationResultModel model,
java.awt.Color backgroundColor)
Creates and returns a text area wrapped by a scroll pane that is intended to show validation messages. |
| Constructors in com.jgoodies.validation.view with parameters of type ValidationResultModel | |
|---|---|
ValidationResultListAdapter(ValidationResultModel model)
Constructs a ValidationResultListAdapter that converts the given model into a ListModel. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||