- All Implemented Interfaces:
- JBOField
public class BindingAdapter
extends java.lang.Object
implements JBOField
This adapter is used to introduce ADF binding features in the BC4JTester. The existing implementation of the BC4JTester has the Model and View combined in a subclass of the View. For example, the RowSetTextField is a JTextField subclass, which implements JBOField. JBOField is the interface used to connect to the model. The binding implementation uses the regular Swing widget in the UI. All methods in this class delegate the implementation to the provided binding class.
- Since:
- 11
- Version:
- $Header: bc4jrt/modules/bc4j-tester/src/oracle/jbo/jbotester/binding/BindingAdapter.java /main/5 2012/11/09 14:59:26 rvangri Exp $