Uses of Interface
com.bc.ceres.swing.binding.BindingProblem
-
Packages that use BindingProblem Package Description com.bc.ceres.swing.binding Provides a context for binding Swing components to aPropertyContainerwhich again may wrap plain Java objects. -
-
Uses of BindingProblem in com.bc.ceres.swing.binding
Methods in com.bc.ceres.swing.binding that return BindingProblem Modifier and Type Method Description BindingProblemBinding. getProblem()Gets the current problem.BindingProblem[]BindingContext. getProblems()BindingProblemBinding. reportProblem(BindingException cause)Reports a problem.Methods in com.bc.ceres.swing.binding with parameters of type BindingProblem Modifier and Type Method Description voidBindingContext.SilentProblemHandler. problemCleared(BindingProblem oldProblem)voidBindingContext.VerbousProblemHandler. problemCleared(BindingProblem oldProblem)voidBindingProblemListener. problemCleared(BindingProblem oldProblem)Called when a problem has been cleared in aBindingof aBindingContext.voidBindingContext.SilentProblemHandler. problemReported(BindingProblem newProblem, BindingProblem oldProblem)voidBindingContext.VerbousProblemHandler. problemReported(BindingProblem newProblem, BindingProblem oldProblem)voidBindingProblemListener. problemReported(BindingProblem newProblem, BindingProblem oldProblem)Called when a problem has been reported on aBindingof aBindingContext.
-