Uses of Class
org.jdesktop.binding.swingx.BindException

Packages that use BindException
org.jdesktop.jdnc Contains API and extended Swing components which provide common functionality required by data-centric, enterprise client applications. 
org.jdesktop.jdnc.form Contains the JForm component, which enables easy creation of user-interface forms which bind to arbitrary data models, such as JavaBeans, RowSet, and collections. 
 

Uses of BindException in org.jdesktop.jdnc
 

Methods in org.jdesktop.jdnc that throw BindException
 void JNForm.bind(DataModel model)
          Binds the form to each field in the specified DataModel object.
 void JNForm.bind(DataModel model, java.lang.String fieldName)
          Binds the form to the specified field in the DataModel object.
 void JNForm.bind(DefaultTableModelExt tabularData)
          Binds the form to each column in the specified DefaultTableModelExt object.
 void JNForm.bind(DefaultTableModelExt tabularData, java.lang.String columnName)
          Binds the form to the specified column in the DefaultTableModelExt object.
 void JNForm.bind(java.lang.Object bean)
          Binds the form to each property in the specified JavaBean object.
 void JNForm.bind(java.lang.Object bean, java.lang.String propertyName)
          Binds the form to the specified property in the JavaBean object.
 

Uses of BindException in org.jdesktop.jdnc.form
 

Methods in org.jdesktop.jdnc.form that throw BindException
 Binding JForm.bind(Binding binding, javax.swing.JComponent component)
          Adds the specified binding to this form.
 Binding[] JForm.bind(DataModel model)
          Binds the form to each visual field in the specified DataModel object.
 Binding JForm.bind(DataModel model, java.lang.String fieldName)
          Binds the form to the specified field in the DataModel object.
 Binding JForm.bind(DataModel model, java.lang.String fieldName, javax.swing.JComponent component)
          Binds the specified component to the field in the DataModel object.
 Binding[] JForm.bind(DefaultTableModelExt tabularData)
          Binds the form to each column in the specified DefaultTableModelExt object.
 Binding JForm.bind(DefaultTableModelExt tabularData, java.lang.String columnName)
          Binds the form to the specified column in the DefaultTableModelExt object.
 Binding[] JForm.bind(java.lang.Object bean)
          Binds the form to each property in the specified JavaBean object.
 Binding JForm.bind(java.lang.Object bean, java.lang.String propertyName)
          Binds the form to the specified property in the JavaBean object.
 

Constructors in org.jdesktop.jdnc.form that throw BindException
JForm(DataModel model)
          Creates a new form component and binds it to the specified data model.
 



Copyright © 2005 Sun Microsystems All Rights Reserved.