|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.drools.decisiontable.parser.xls.NullSheetListener
public class NullSheetListener
| Constructor Summary | |
|---|---|
NullSheetListener()
|
|
| Method Summary | |
|---|---|
void |
finishSheet()
Come to the end of the sheet. |
void |
newCell(int row,
int column,
java.lang.String value)
Enter a new cell. |
void |
newRow(int rowNumber,
int columns)
Enter a new row. |
void |
startSheet(java.lang.String name)
Start a new sheet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullSheetListener()
| Method Detail |
|---|
public void startSheet(java.lang.String name)
SheetListener
startSheet in interface SheetListenername - the sheet namepublic void finishSheet()
SheetListener
finishSheet in interface SheetListener
public void newRow(int rowNumber,
int columns)
SheetListener
newRow in interface SheetListener
public void newCell(int row,
int column,
java.lang.String value)
SheetListener
newCell in interface SheetListenerrow - the row numbercolumn - the column alpha character labelvalue - the string value of the cell
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||