Uses of Interface
com.f1j.ss.Book

Packages that use Book
com.f1j.data   
com.f1j.ss   
com.f1j.ss.pivot   
com.f1j.swing   
com.f1j.swing.engine.ss   
 

Uses of Book in com.f1j.data
 

Methods in com.f1j.data that return Book
 Book
          Returns the book this DataSourceCollection is associated with.
 

Uses of Book in com.f1j.ss
 

Classes in com.f1j.ss that implement Book
 class
          This class implements the low level model for an e.Spreadsheet workbook.
 

Methods in com.f1j.ss that return Book
 Book
           
 Book
          Returns the workbook containing this worksheet.
 Book
          Returns the Book object of this document.
 Book
           
 Book
           
 Book
           
 Book
          Returns the Book attached to this BookModel.
 Book
           
 Book
          Attempts to find a workbook with the specified name in the same group as this workbook.
 

Methods in com.f1j.ss with parameters of type Book
 void
          Writes the entire workbook to an HTML table.
(package private)  void
           
 void
          Writes the specified range to an HTML table.
private  void
           
 void
           
 void
           
 void
          Deprecated. Replaced by com.f1j.ss.ValidationFormat.setRule(rule, row, col)
 void
           
 void
          Deprecated. Replaced by com.f1j.ss.ValidationFormat.setRuleLocal(rule, row, col)
 void
           
 void
           
 void
          Attaches the current BookModel to the specified Book using the display properties of the specified workbook.
 void
          Copies everything from the Book attached to this BookModel to the destination workbook, dstBook.
static BookModel
          Creates a new BookModelI and attaches it to the specified Book.
static BookModel
          Creates a new BookModel and attaches it to the specified Book.
 void
           
 void
          Copies the contents of one workbook to another workbook.
 

Constructors in com.f1j.ss with parameters of type Book

          Constructs an XML file based on data from the designated Book.

          Deprecated. replaced by BookModel.Factory.create(Book)

          Deprecated. replaced by BookModel.Factory.create(Book, com.f1j.util.Group)
 

Uses of Book in com.f1j.ss.pivot
 

Methods in com.f1j.ss.pivot that return Book
 Book
          Returns the book that contains this PivotRange.
 

Uses of Book in com.f1j.swing
 

Constructors in com.f1j.swing with parameters of type Book

          Deprecated. replaced by com.f1j.swing.engine.ss.JBook#JBook(com.f1j.ss.Book, com.f1j.util.Group)
 

Uses of Book in com.f1j.swing.engine.ss
 

Methods in com.f1j.swing.engine.ss that return Book
 Book
           
 Book
           
 

Methods in com.f1j.swing.engine.ss with parameters of type Book
 void
           
 void
           
protected  void
           
 

Constructors in com.f1j.swing.engine.ss with parameters of type Book

          Allocates a new JBook and attaches it to the specified com.f1j.ss.Book or, if book is null, attaches it to a new com.f1j.ss.Book which is created as a member of the specified com.f1j.util.Group.