Uses of Class
com.bc.ceres.swing.binding.ComponentAdapter
Packages that use ComponentAdapter
Package
Description
Provides a context for binding Swing components to a
PropertyContainer
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 ComponentAdapterMethods in com.bc.ceres.swing.binding with parameters of type ComponentAdapterModifier and TypeMethodDescriptionBindingContext.bind
(String propertyName, ComponentAdapter componentAdapter) Binds the property given by its name to the given component adapter.