Uses of Class
org.jdesktop.swingbinding.impl.AbstractColumnBinding
Packages that use AbstractColumnBinding
Package
Description
Provides support for binding to complex Swing components, and
documentation on the interesting Swing properties to bind to.
Private implementation details for Swing binding.
-
Uses of AbstractColumnBinding in org.jdesktop.swingbinding
Subclasses of AbstractColumnBinding in org.jdesktop.swingbindingModifier and TypeClassDescriptionfinal classDetailBindingrepresents a binding between a property of the elements in theJListBinding'ssourceList, and the values shown in theJList.final classColumnBindingrepresents a binding between a property of the elements in theJTableBinding'ssourceList, and a column in the table. -
Uses of AbstractColumnBinding in org.jdesktop.swingbinding.impl
Methods in org.jdesktop.swingbinding.impl that return AbstractColumnBindingModifier and TypeMethodDescriptionprotected abstract AbstractColumnBinding[]ListBindingManager.getColBindings()