Uses of Interface
com.bc.ceres.swing.binding.BindingProblem
Packages that use BindingProblem
Package
Description
Provides a context for binding Swing components to a
PropertyContainer
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 BindingProblemModifier and TypeMethodDescriptionBinding.getProblem()
Gets the current problem.BindingContext.getProblems()
Binding.reportProblem
(BindingException cause) Reports a problem.Methods in com.bc.ceres.swing.binding with parameters of type BindingProblemModifier and TypeMethodDescriptionvoid
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
.