168169170171172173174
private class PropertyWizardItem extends WizardItem { PropertyEditor editor = null; PropertyWizardItem(PropertyContainer properties) { editor = new PropertyEditor(properties); }