Uses of Package
org.jdesktop.binding

Packages that use org.jdesktop.binding
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.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 used by org.jdesktop.binding
AbstractDataModel
          Abstract base class for implementing concrete DataModel implementations.
DataModel
           Abstract model interface for representing a record of named data fields.
DefaultDataModel
          Default data model implementation designed to hold a single record of field values.
SelectionModel
          A basic selection model interface that can be used in any situation where one or more contiguous or noncontiguous "rows" may be selected.
SelectionModelEvent
          Event for tracking changes in the selected rows in a SelectionModel
SelectionModelListener
          Listener for tracking changes in what rows are selected in a SelectionModel
TabularDataModel
           
TabularValueChangeEvent
          Event fired by TabularDataModel on cell updates.
TabularValueChangeListener
           
ValueChangeEvent
          Event indicating the value of a named data field within a DataModel has changed.
ValueChangeListener
          Listener interface which receives events when field values change within a DataModel object.
 

Classes in org.jdesktop.binding used by org.jdesktop.binding.metadata
TabularDataModel
           
 

Classes in org.jdesktop.binding used by org.jdesktop.binding.swingx
DataModel
           Abstract model interface for representing a record of named data fields.
SelectionModel
          A basic selection model interface that can be used in any situation where one or more contiguous or noncontiguous "rows" may be selected.
TabularDataModel
           
 

Classes in org.jdesktop.binding used by org.jdesktop.binding.swingx.adapter
IndexMapper
           
SelectionBinding
           
SelectionModel
          A basic selection model interface that can be used in any situation where one or more contiguous or noncontiguous "rows" may be selected.
TabularDataModel
           
 

Classes in org.jdesktop.binding used by org.jdesktop.dataset.adapter
DataModel
           Abstract model interface for representing a record of named data fields.
SelectionModel
          A basic selection model interface that can be used in any situation where one or more contiguous or noncontiguous "rows" may be selected.
SelectionModelListener
          Listener for tracking changes in what rows are selected in a SelectionModel
TabularDataModel
           
TabularValueChangeListener
           
ValueChangeListener
          Listener interface which receives events when field values change within a DataModel object.
 

Classes in org.jdesktop.binding used by org.jdesktop.jdnc
DataModel
           Abstract model interface for representing a record of named data fields.
 

Classes in org.jdesktop.binding used by org.jdesktop.jdnc.form
DataModel
           Abstract model interface for representing a record of named data fields.
 

Classes in org.jdesktop.binding used by org.jdesktop.jdnc.table
AbstractDataModel
          Abstract base class for implementing concrete DataModel implementations.
DataModel
           Abstract model interface for representing a record of named data fields.
 



Copyright © 2005 Sun Microsystems All Rights Reserved.