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