798081828384858687
/** * Initialize property table */ protected void initPropertyTable() { PropertyTableFactory factory = PropertyTableFactory.getInstance(); table = factory.createPropertyTable(this); generator.setPropertyTable(table); }