Uses of Class
com.jaxfront.core.type.ValidationChangeEvent

Packages that use ValidationChangeEvent
com.jaxfront.core.type   
com.jaxfront.swing.ui.beans   
com.jaxfront.swing.ui.editor   
 

Uses of ValidationChangeEvent in com.jaxfront.core.type
 

Methods in com.jaxfront.core.type that return ValidationChangeEvent
static ValidationChangeEvent ValidationChangeEvent.domValidated(Document doc)
          Returns a ValidationChangeEvent if DOM has been validated
static ValidationChangeEvent ValidationChangeEvent.exceptionOccured(Error error)
          Returns a ValidationChangeEvent if a validation exception occured.
static ValidationChangeEvent ValidationChangeEvent.exceptionResolved(Error error)
          Returns a ValidationChangeEvent if a validation exception has been resolved.
static ValidationChangeEvent ValidationChangeEvent.exceptionResolvedAll(Document doc)
          Returns a ValidationChangeEvent if all validation exceptions have been resolved.
 

Methods in com.jaxfront.core.type with parameters of type ValidationChangeEvent
 void ValidationChangeListener.validationChanged(ValidationChangeEvent event)
          Tells the ValidationChangeListeners that a ValidationChangeEvent occured.
 void ValidationChangeEventMulticaster.validationChanged(ValidationChangeEvent event)
          Tells the ValidationChangeListeners that a ValidationChangeEvent occured.
 

Uses of ValidationChangeEvent in com.jaxfront.swing.ui.beans
 

Methods in com.jaxfront.swing.ui.beans with parameters of type ValidationChangeEvent
 void MessageTable.validationChanged(ValidationChangeEvent event)
           
 

Uses of ValidationChangeEvent in com.jaxfront.swing.ui.editor
 

Methods in com.jaxfront.swing.ui.editor with parameters of type ValidationChangeEvent
 void TypeWorkspace.validationChanged(ValidationChangeEvent event)
           
 void ErrorMessageStatusBar.validationChanged(ValidationChangeEvent event)
          Tells the ValidationChangeListeners that a ValidationChangeEvent occured.