Uses of Class
com.extentech.ExtenXLS.CellRangeRef

Packages that use CellRangeRef
com.extentech.ExtenXLS The ExtenXLS package contains the primary classes for working with spreadsheets. 
com.extentech.ExtenXLS.eventui The ExtenXLS UI package contains swing UI spreadsheet components. 
com.extentech.ExtenXLS.eventui.event The ExtenXLS event package contains swing UI spreadsheet for the event-driven WorkBookModel components. 
 

Uses of CellRangeRef in com.extentech.ExtenXLS
 

Methods in com.extentech.ExtenXLS that return CellRangeRef
static CellRangeRef CellRangeRef.fromA1(java.lang.String reference)
          Parses a range in A1 notation and returns the equivalent CellRangeRef.
static CellRangeRef CellRangeRef.fromA1(java.lang.String reference, WorkBookHandle book)
          Convenience method combining fromA1(String) and resolve(WorkBookHandle).
 

Methods in com.extentech.ExtenXLS with parameters of type CellRangeRef
 boolean CellRangeRef.contains(CellRangeRef range)
          Returns whether this range entirely contains the given range.
 

Constructors in com.extentech.ExtenXLS with parameters of type CellRangeRef
CellRange(CellRangeRef source)
          Initializes a CellRange from a CellRangeRef.
CellRange(CellRangeRef source, boolean init, boolean create)
          Initializes a CellRange from a CellRangeRef.
 

Uses of CellRangeRef in com.extentech.ExtenXLS.eventui
 

Methods in com.extentech.ExtenXLS.eventui that return CellRangeRef
 CellRangeRef WorkBookModel.getSelectedRangeRef()
           
 

Methods in com.extentech.ExtenXLS.eventui with parameters of type CellRangeRef
 void WorkBookModel.setSelectedRange(CellRangeRef range)
          Sets the selection to the given range.
 

Uses of CellRangeRef in com.extentech.ExtenXLS.eventui.event
 

Methods in com.extentech.ExtenXLS.eventui.event that return CellRangeRef
 CellRangeRef SelectionChangedEvent.getOldSelection()
          Gets the range that was selected before the change.
 

Constructors in com.extentech.ExtenXLS.eventui.event with parameters of type CellRangeRef
SelectionChangedEvent(WorkBookModel source, CellRangeRef old)
          Creates a new SelectionChangedEvent.
 



Copyright © 2011 Extentech Inc. All Rights Reserved.