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 SwingJCheckBoxcomponent.Binds a property in the value container to a SwingJComboBoxcomponent.BindingContext.bind(String propertyName, JFormattedTextField component) Binds a property in the value container to a SwingJFormattedTextFieldcomponent.Binds a property in the value container to a SwingJListcomponent.BindingContext.bind(String propertyName, JRadioButton component) Binds a property in the value container to a SwingJRadioButtoncomponent.Binds a property in the value container to a SwingJSpinnercomponent.BindingContext.bind(String propertyName, JTextField component) Binds a property in the value container to a SwingJTextFieldcomponent.BindingContext.bind(String propertyName, JTextComponent component) Binds a property in the value container to a SwingJTextComponentcomponent.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 voidComponentAdapter.setBinding(Binding binding) Sets the binding which is using this adapter.voidCancels the given binding by calling removing it from this context and finally callingcomponentAdapter.unbindComponents()componentAdapter.setBinding(null)