Uses of Class
org.jdesktop.dataset.DataSelector

Packages that use DataSelector
org.jdesktop.dataset The dataset package is the entrypoint to the DataSet API, and includes the major public classes for working with tabular data in JDNC, including disconnected SQL results. 
org.jdesktop.dataset.adapter   
 

Uses of DataSelector in org.jdesktop.dataset
 

Fields in org.jdesktop.dataset with type parameters of type DataSelector
protected  java.util.Map<java.lang.String,DataSelector> DataTable.selectors
          Every DataTable contains a list of selectors, which manage tracking "selected" state in a DataTable.
 

Methods in org.jdesktop.dataset that return DataSelector
 DataSelector DataTable.createSelector()
          Creates and returns a selector.
 DataSelector DataTable.createSelector(java.lang.String name)
          Creates and returns a selector with the given name.
 DataSelector DataRelationTable.getParentSelector()
           
 DataSelector DataTable.getSelector(java.lang.String name)
           
 

Methods in org.jdesktop.dataset that return types with arguments of type DataSelector
 java.util.List<DataSelector> DataTable.getSelectors()
           
 

Methods in org.jdesktop.dataset with parameters of type DataSelector
 void DataTable.dropSelector(DataSelector selector)
          Drop the given selector
 java.util.List<DataRow> DataSet.filterRows(java.util.List<DataRow> rows, DataSelector ds)
          Returns a list of rows that match a given selector; convenience method.
 void DataRelationTable.setParentSelector(DataSelector selector)
          Sets the selector for this DataRelationTable.
 

Uses of DataSelector in org.jdesktop.dataset.adapter
 

Constructors in org.jdesktop.dataset.adapter with parameters of type DataSelector
DataModelAdapter(DataSelector s)
          Creates a new instance of DataModelAdapter
SelectionModelAdapter(DataSelector ds)
          Creates a new instance of SelectionModelAdapter
 



Copyright © 2005 Sun Microsystems All Rights Reserved.