Uses of Interface
com.bc.ceres.swing.binding.Binding
Packages that use Binding
Package
Description
Provides a context for binding Swing components to a
PropertyContainer
which again may wrap plain Java objects.-
Uses of Binding in com.bc.ceres.swing.binding
Methods in com.bc.ceres.swing.binding that return BindingModifier and TypeMethodDescriptionBindingContext.bind
(String propertyName, ComponentAdapter componentAdapter) Binds the property given by its name to the given component adapter.BindingContext.bind
(String propertyName, ButtonGroup buttonGroup) Binds a property in the value container to a SwingButtonGroup
.BindingContext.bind
(String propertyName, ButtonGroup buttonGroup, Map<AbstractButton, Object> valueSet) Binds a property in the value container to a SwingButtonGroup
.Binds a property in the value container to a SwingJCheckBox
component.Binds a property in the value container to a SwingJComboBox
component.BindingContext.bind
(String propertyName, JFormattedTextField component) Binds a property in the value container to a SwingJFormattedTextField
component.Binds a property in the value container to a SwingJList
component.BindingContext.bind
(String propertyName, JRadioButton component) Binds a property in the value container to a SwingJRadioButton
component.Binds a property in the value container to a SwingJSpinner
component.BindingContext.bind
(String propertyName, JTextField component) Binds a property in the value container to a SwingJTextField
component.BindingContext.bind
(String propertyName, JTextComponent component) Binds a property in the value container to a SwingJTextComponent
component.BindingContext.getBinding
(String propertyName) Gets the binding for the given property name.BindingProblem.getBinding()
ComponentAdapter.getBinding()
Gets the binding which is using this adapter.Methods in com.bc.ceres.swing.binding with parameters of type BindingModifier and TypeMethodDescriptionfinal void
ComponentAdapter.setBinding
(Binding binding) Sets the binding which is using this adapter.void
Cancels the given binding by calling removing it from this context and finally callingcomponentAdapter.unbindComponents()
componentAdapter.setBinding(null)