Uses of Package
org.jdesktop.binding.metadata

Packages that use org.jdesktop.binding.metadata
org.jdesktop.binding Contains API used to process data in a client application, including data models and adapters, meta-data, validation, and type-conversion. 
org.jdesktop.binding.metadata   
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.binding.swingx.adapter   
org.jdesktop.binding.swingx.table   
org.jdesktop.dataset.adapter   
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. 
org.jdesktop.jdnc.table   
 

Classes in org.jdesktop.binding.metadata used by org.jdesktop.binding
MetaData
           Class for representing the meta-data for an field in a data model.
MetaDataProvider
          Interface for marking objects which can return MetaData instances for data objects.
Validator
          Interface for defining an object which performs validation checks on a value object to determine whether or not it is valid.
 

Classes in org.jdesktop.binding.metadata used by org.jdesktop.binding.metadata
ConversionException
          Thrown by Converter instances when errors occur during value conversion.
Converter
          Interface for defining objects which perform bi-directional conversion between string values and Java objects.
MetaData
           Class for representing the meta-data for an field in a data model.
MetaDataProvider
          Interface for marking objects which can return MetaData instances for data objects.
Validator
          Interface for defining an object which performs validation checks on a value object to determine whether or not it is valid.
 

Classes in org.jdesktop.binding.metadata used by org.jdesktop.binding.swingx
ConversionException
          Thrown by Converter instances when errors occur during value conversion.
MetaData
           Class for representing the meta-data for an field in a data model.
 

Classes in org.jdesktop.binding.metadata used by org.jdesktop.binding.swingx.adapter
Converter
          Interface for defining objects which perform bi-directional conversion between string values and Java objects.
MetaData
           Class for representing the meta-data for an field in a data model.
MetaDataProvider
          Interface for marking objects which can return MetaData instances for data objects.
 

Classes in org.jdesktop.binding.metadata used by org.jdesktop.binding.swingx.table
MetaDataProvider
          Interface for marking objects which can return MetaData instances for data objects.
 

Classes in org.jdesktop.binding.metadata used by org.jdesktop.dataset.adapter
MetaData
           Class for representing the meta-data for an field in a data model.
MetaDataProvider
          Interface for marking objects which can return MetaData instances for data objects.
Validator
          Interface for defining an object which performs validation checks on a value object to determine whether or not it is valid.
 

Classes in org.jdesktop.binding.metadata used by org.jdesktop.jdnc
ConversionException
          Thrown by Converter instances when errors occur during value conversion.
 

Classes in org.jdesktop.binding.metadata used by org.jdesktop.jdnc.form
EnumeratedMetaData
           Class for representing meta-data for data fields which have a finite set of possible values.
MetaData
           Class for representing the meta-data for an field in a data model.
StringMetaData
           Class for representing meta-data for data fields which contain string values.
 

Classes in org.jdesktop.binding.metadata used by org.jdesktop.jdnc.table
ConversionException
          Thrown by Converter instances when errors occur during value conversion.
MetaData
           Class for representing the meta-data for an field in a data model.
MetaDataProvider
          Interface for marking objects which can return MetaData instances for data objects.
 



Copyright © 2005 Sun Microsystems All Rights Reserved.