Uses of Package
org.jdesktop.binding.swingx

Packages that use org.jdesktop.binding.swingx
org.jdesktop.binding.swingx Contains API which enables Swing user-interface components to be easily bound to data models, such as JavaBeans, RowSet, and collections. 
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. 
 

Classes in org.jdesktop.binding.swingx used by org.jdesktop.binding.swingx
AbstractBinding
          Abstract base class which implements a default mechanism for binding user-interface components to elements in a data model.
Binding
          Class which binds a user-interface component to a specific element in a data model.
BindingCreator
          Responsible for creating a "fitting" Binding for the component.
BindingFactory
          Choosing strategy for creating Bindings.
BindingFactory.RequiredBindingCreator
           
 

Classes in org.jdesktop.binding.swingx used by org.jdesktop.jdnc
BindException
          Thrown when a binding could not be established between a user-interface component and a data model.
 

Classes in org.jdesktop.binding.swingx used by org.jdesktop.jdnc.form
AbstractBinding
          Abstract base class which implements a default mechanism for binding user-interface components to elements in a data model.
BindException
          Thrown when a binding could not be established between a user-interface component and a data model.
Binding
          Class which binds a user-interface component to a specific element in a data model.
BindingCreator
          Responsible for creating a "fitting" Binding for the component.
BindingFactory
          Choosing strategy for creating Bindings.
BindingHandler
          Container of Bindings.
 



Copyright © 2005 Sun Microsystems All Rights Reserved.