|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hssf.eventmodel.ModelFactory
public class ModelFactory
ModelFactory creates workbook and sheet models based upon events thrown by them there events from the EventRecordFactory.
EventRecordFactory
Constructor Summary | |
---|---|
ModelFactory()
Constructor for ModelFactory. |
Method Summary | |
---|---|
boolean |
processRecord(Record rec)
Process a Record. |
void |
registerListener(ModelFactoryListener listener)
register a ModelFactoryListener so that it can receive Models as they are created. |
void |
run(java.io.InputStream stream)
Start processing the Workbook stream into Model events. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelFactory()
Method Detail |
---|
public void registerListener(ModelFactoryListener listener)
public void run(java.io.InputStream stream)
public boolean processRecord(Record rec)
ERFListener
processRecord
in interface ERFListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |