|
JComponentPack 1.5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkSheet | |
|---|---|
| com.zfqjava.formula | |
| com.zfqjava.swing | |
| com.zfqjava.swing.event | |
| Uses of WorkSheet in com.zfqjava.formula |
|---|
| Methods in com.zfqjava.formula that return WorkSheet | |
|---|---|
WorkSheet |
CellFormulaContext.getWorkSheet()
|
| Methods in com.zfqjava.formula with parameters of type WorkSheet | |
|---|---|
void |
CellFormulaContext.setWorkSheet(WorkSheet workSheet)
|
| Uses of WorkSheet in com.zfqjava.swing |
|---|
| Methods in com.zfqjava.swing that return WorkSheet | |
|---|---|
WorkSheet |
JDataGridBean.createWorkSheet()
Creates the default work sheet, with the model by JDataGridBean.createModel(). |
WorkSheet |
WorkBook.getSelectedSheet()
|
WorkSheet |
WorkBook.getSheet(int index)
Returns the worksheet at the specified index. |
| Methods in com.zfqjava.swing with parameters of type WorkSheet | |
|---|---|
void |
WorkBook.addSheet(int index,
WorkSheet sheet)
Adds the worksheet to this workbook. |
void |
WorkBook.addSheet(WorkSheet sheet)
Adds the worksheet to this workbook. |
int |
WorkBook.indexOfSheet(WorkSheet sheet)
Returns the index of the specified sheet. |
void |
WorkBook.setSheet(int index,
WorkSheet sheet)
Sets the worksheet to sheet at the specified index. |
| Constructors in com.zfqjava.swing with parameters of type WorkSheet | |
|---|---|
WorkBook(WorkSheet[] sheets)
Constructs a workbook with the specified worksheets. |
|
| Uses of WorkSheet in com.zfqjava.swing.event |
|---|
| Methods in com.zfqjava.swing.event that return WorkSheet | |
|---|---|
WorkSheet[] |
WorkBookDataEvent.getNewSheets()
|
WorkSheet[] |
WorkBookDataEvent.getOldSheets()
|
| Constructors in com.zfqjava.swing.event with parameters of type WorkSheet | |
|---|---|
WorkBookDataEvent(Object source,
int type,
int index0,
int index1,
WorkSheet[] oldSheets,
WorkSheet[] newSheets)
|
|
WorkBookDataEvent(Object source,
int type,
int index0,
int index1,
WorkSheet[] oldSheets,
WorkSheet[] newSheets)
|
|
|
JComponentPack 1.5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||