Uses of Interface
com.f1j.data.DataRange

Packages that use DataRange
com.f1j.data   
com.f1j.data.query   
com.f1j.data.source   
 

Uses of DataRange in com.f1j.data
 

Methods in com.f1j.data that return DataRange
 DataRange
           
 DataRange
           
 DataRange
          Creates a data range and adds it to this collection of data ranges.
 DataRange
          Creates a data range and adds it to this collection of data ranges.
 DataRange
           
 DataRange
          Finds the data range at the intersection of the specified row and column.
 DataRange
          Finds the data range with the specified name.
 DataRange[]
          Returns a list of all the data ranges in the current workbook.
 DataRange
          Returns a specific data range by its index in the collection.
 DataRange[]
           
 DataRange
          Moves the selected data range to a different location on the same sheet.
 

Methods in com.f1j.data with parameters of type DataRange
 Source
          Finds a data source in this collection that has the specified data range as a listener.
 void
           
 void
          Deletes a data range from this collection.
 void
          Moves a data range to the specified sheet/location and attaches it to the specified data source.
 void
          Moves a data range to the specified sheet/location and attaches it to the specified data query.
 void
          Associates a data range with a data query.
 void
          Associates a data range with a data source.
 int
           
 DataQuery
          Returns the data query in this collection which has the specified data range registered as listening to it.
 

Uses of DataRange in com.f1j.data.query
 

Methods in com.f1j.data.query that return DataRange
 DataRange[]
          Returns the DataRanges currently listening to this data query.
 

Methods in com.f1j.data.query with parameters of type DataRange
 boolean
          Returns whether the specified data range is listening to this data query.
 com.f1j.data.plugin.PlugInRangeEditor
           
 

Uses of DataRange in com.f1j.data.source
 

Methods in com.f1j.data.source that return DataRange
 DataRange[]
          Returns those data ranges currently listening to this data source.
 

Methods in com.f1j.data.source with parameters of type DataRange
 boolean
          Returns whether the specified data range is listening to this data source or any of this data source's data queries.
 void
          Deprecated. As of version 9.0, use DataRangeCollection.setDataQuery or DataRangeCollection.setDataSource
 void
          Deprecated. As of version 9.0, use DataRangeCollection.setDataQuery or DataRangeCollection.setDataSource