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 aPropertyContainer
which 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 BindingProblem
Binding. getProblem()
Gets the current problem.BindingProblem[]
BindingContext. getProblems()
BindingProblem
Binding. reportProblem(BindingException cause)
Reports a problem.Methods in com.bc.ceres.swing.binding with parameters of type BindingProblem Modifier and Type Method Description void
BindingContext.SilentProblemHandler. problemCleared(BindingProblem oldProblem)
void
BindingContext.VerbousProblemHandler. problemCleared(BindingProblem oldProblem)
void
BindingProblemListener. problemCleared(BindingProblem oldProblem)
Called when a problem has been cleared in aBinding
of aBindingContext
.void
BindingContext.SilentProblemHandler. problemReported(BindingProblem newProblem, BindingProblem oldProblem)
void
BindingContext.VerbousProblemHandler. problemReported(BindingProblem newProblem, BindingProblem oldProblem)
void
BindingProblemListener. problemReported(BindingProblem newProblem, BindingProblem oldProblem)
Called when a problem has been reported on aBinding
of aBindingContext
.
-