com.zfqjava.swing
Class WorkBook

java.lang.Object
  |
  +--com.zfqjava.swing.WorkBook

public class WorkBook
extends java.lang.Object

WorkBook


Constructor Summary
WorkBook(WorkSheet[] sheets)
          Constructs a workbook with the specified worksheets.
 
Method Summary
 WorkSheet getSheet(int index)
          Returns the worksheet at the specified index.
 int getSheetCount()
          Returns the sheet count.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkBook

public WorkBook(WorkSheet[] sheets)
Constructs a workbook with the specified worksheets.
Parameters:
sheets - the worksheets
Method Detail

getSheetCount

public int getSheetCount()
Returns the sheet count.
Returns:
the sheet count

getSheet

public WorkSheet getSheet(int index)
Returns the worksheet at the specified index.


Copyright © 2001-2003 Extreme Component, Inc. All rights reserved.