Uses of Interface
net.sf.jguiraffe.transform.ValidationMessageHandler
-
Packages that use ValidationMessageHandler 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. -
-
Uses of ValidationMessageHandler in net.sf.jguiraffe.gui.app
Methods in net.sf.jguiraffe.gui.app that return ValidationMessageHandler Modifier and Type Method Description ValidationMessageHandlerApplicationContextImpl. getValidationMessageHandler()Returns theValidationMessageHandler.Methods in net.sf.jguiraffe.gui.app with parameters of type ValidationMessageHandler Modifier and Type Method Description voidApplicationContextImpl. setValidationMessageHandler(ValidationMessageHandler validationMessageHandler)Sets theValidationMessageHandler. -
Uses of ValidationMessageHandler in net.sf.jguiraffe.transform
Classes in net.sf.jguiraffe.transform that implement ValidationMessageHandler Modifier and Type Class Description classDefaultValidationMessageHandlerA default implementation of theValidationMessageHandlerinterface.Methods in net.sf.jguiraffe.transform that return ValidationMessageHandler Modifier and Type Method Description ValidationMessageHandlerTransformerContext. getValidationMessageHandler()Returns theValidationMessageHandlerassociated with this context.ValidationMessageHandlerTransformerContextPropertiesWrapper. getValidationMessageHandler()Returns theValidationMessageHandler.
-