Uses of Class
com.bc.ceres.swing.binding.ComponentAdapter
-
Packages that use ComponentAdapter 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 ComponentAdapter in com.bc.ceres.swing.binding
Methods in com.bc.ceres.swing.binding that return ComponentAdapter Modifier and Type Method Description ComponentAdapter
Binding. getComponentAdapter()
Methods in com.bc.ceres.swing.binding with parameters of type ComponentAdapter Modifier and Type Method Description Binding
BindingContext. bind(String propertyName, ComponentAdapter componentAdapter)
Binds the property given by its name to the given component adapter.
-