}
inlinePanelClassName = InlinePanel.class.getName();
}
try {
PanelSettings ps = (PanelSettings) cl.loadClass(xpdlEditorSettings).newInstance();
ps.setPropertyMgr(propertyMgr);
Constructor c = Class.forName(xpdleeClass).getConstructor(new Class[]{
PanelSettings.class
});
xpdlElementEditor = (XPDLElementEditor) c.newInstance(new Object[]{