| Package | Description |
|---|---|
| net.sf.jguiraffe.gui.app |
In this package the main application class can be found.
|
| net.sf.jguiraffe.transform |
The transform package contains interfaces and classes for transforming
and validating data.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationMessageHandler |
ApplicationContextImpl.getValidationMessageHandler()
Returns the
ValidationMessageHandler. |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationContextImpl.setValidationMessageHandler(ValidationMessageHandler validationMessageHandler)
Sets the
ValidationMessageHandler. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultValidationMessageHandler
A default implementation of the
ValidationMessageHandler interface. |
| Modifier and Type | Method and Description |
|---|---|
ValidationMessageHandler |
TransformerContextPropertiesWrapper.getValidationMessageHandler()
Returns the
ValidationMessageHandler. |
ValidationMessageHandler |
TransformerContext.getValidationMessageHandler()
Returns the
ValidationMessageHandler associated with this
context. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.