Uses of Class
com.extentech.ExtenXLS.CellRange

Packages that use CellRange
com.extentech.ExtenXLS The ExtenXLS package contains the primary classes for working with spreadsheets. 
com.extentech.ExtenXLS.binder The ExtenXLS binder package contains the CellBinder API which automates mapping of data to spreadsheets. 
com.extentech.ExtenXLS.eventui The ExtenXLS UI package contains swing UI spreadsheet components. 
com.extentech.ExtenXLS.eventui.swing The ExtenXLS UI package contains swing UI spreadsheet components. 
com.extentech.ExtenXLS.ui The ExtenXLS UI package contains swing UI spreadsheet components. 
com.extentech.ExtenXLS.ui.swing The ExtenXLS UI package contains swing UI spreadsheet components. 
com.extentech.ExtenXLS.web The ExtenXLS.web package contains ExtenXLS Spreadsheet classes enhanced with web and database persistence capabilities. 
 

Uses of CellRange in com.extentech.ExtenXLS
 

Methods in com.extentech.ExtenXLS that return CellRange
 CellRange CellRange.copy(WorkSheetHandle sheet, int row, int col, int what)
          Copies this range to another location.
 CellRange PivotTableHandle.getCellRange()
           
 CellRange WorkSheetHandle.getCellRange(java.lang.String rangeName)
          Create a CellRange object from an ExtenXLS string range passed in such as "A1:F6"
 CellRange[] WorkBookWritableParser.getCellRanges()
           
 CellRange[] WorkBookParser.getCellRanges()
           
 CellRange[] WorkBookHandle.getCellRanges()
          Returns an Array of the CellRanges existing in this WorkBook specifically the Ranges referenced in Formulas, Charts, and Named Ranges.
 CellRange[] NameHandle.getCellRanges()
          Get an Array of CellRanges, one per referenced WorkSheet.
 CellRange[] FormulaHandle.getCellRanges()
          Initialize CellRanges referenced by this formula
 CellRange CellHandle.getMergedCellRange()
          Returns any other Cells merged with this one, or null if this Cell is not a part of a merged range.
 

Methods in com.extentech.ExtenXLS with parameters of type CellRange
 void FormatHandle.addCellRange(CellRange cr)
          Apply this Format to a Range of Cells
 ChartSeriesHandle ChartHandle.addSeriesRange(CellHandle legendCell, CellRange categoryRange, CellRange seriesRange, CellRange bubbleRange)
          Adds a new Series to the chart via CellHandles and CellRange Objects.
 ChartSeriesHandle ChartHandle.addSeriesRange(CellHandle legendCell, CellRange categoryRange, CellRange seriesRange, CellRange bubbleRange, int nChart)
          Adds a new Series to the chart via CellHandles and CellRange Objects.
static java.lang.String ExtenXLS.getJSON(CellRange cr)
          Get a JSON representation of a cellRange
 boolean CellRange.intersects(CellRange cr)
          returns whether this CellRange intersects with another CellRange
 void PivotTableHandle.setCellRange(CellRange cellRange)
           
 void WorkSheetHandle.setPrintArea(CellRange printarea)
          Sets the print area for the worksheet sets the printarea as a CellRange
 void FormatHandle.stamp(CellRange range)
          Applies the format to a cell range without establishing a relationship.
static org.jdom.Document ExtenXLS.transform(java.lang.String xslfile, CellRange cr, java.lang.String midi)
          Transform a CellRange into an output file type by applying an XSLT.
 

Constructors in com.extentech.ExtenXLS with parameters of type CellRange
NameHandle(java.lang.String namestr, CellRange cr)
          Creates a new Named Range from a CellRange
 

Uses of CellRange in com.extentech.ExtenXLS.binder
 

Subclasses of CellRange in com.extentech.ExtenXLS.binder
 class BeanBoundCellRange
          Binds a Cell range to a List of Bean values.
 class DataBoundCellRange
          Binds a Cell range to a JDBC Recordset.
 

Uses of CellRange in com.extentech.ExtenXLS.eventui
 

Fields in com.extentech.ExtenXLS.eventui declared as CellRange
 CellRange ExtenXLSCellRenderer.selectedRange
           
 

Methods in com.extentech.ExtenXLS.eventui that return CellRange
 CellRange WorkBookModel.getSelectedRange()
           
 CellRange ExtenXLSCellRenderer.getSelectedRange()
           
 

Methods in com.extentech.ExtenXLS.eventui with parameters of type CellRange
 void ExtenXLSCellRenderer.setRanges(CellRange[] crs)
           
 void ExtenXLSCellRenderer.setSelectedRange(CellRange range)
           
 

Uses of CellRange in com.extentech.ExtenXLS.eventui.swing
 

Methods in com.extentech.ExtenXLS.eventui.swing that return CellRange
 CellRange[] ExtenXLSMapPanel.getRanges()
           
 

Uses of CellRange in com.extentech.ExtenXLS.ui
 

Fields in com.extentech.ExtenXLS.ui declared as CellRange
 CellRange ExtenXLSCellRenderer.selectedRange
           
 

Methods in com.extentech.ExtenXLS.ui that return CellRange
 CellRange ExtenXLSCellRenderer.getSelectedRange()
           
 

Methods in com.extentech.ExtenXLS.ui with parameters of type CellRange
 void ExtenXLSCellRenderer.setRanges(CellRange[] crs)
           
 void ExtenXLSCellRenderer.setSelectedRange(CellRange range)
           
 

Uses of CellRange in com.extentech.ExtenXLS.ui.swing
 

Methods in com.extentech.ExtenXLS.ui.swing that return CellRange
 CellRange[] ExtenXLSMapPanel.getRanges()
           
 

Uses of CellRange in com.extentech.ExtenXLS.web
 

Methods in com.extentech.ExtenXLS.web that return CellRange
 CellRange[] MemeWorkBook.getCellRanges()
           
 



Copyright © 2011 Extentech Inc. All Rights Reserved.