super();
addPropertyListener(this);
}
private void addBeanGraphPage(IBeansConfig config) {
GraphEditorInput graphInput = null;
try {
graphInput = new GraphEditorInput(config.getElementID());
}
catch (Exception e) {
StatusHandler.log(new Status(IStatus.ERROR, ConfigUiPlugin.PLUGIN_ID, Messages
.getString("SpringConfigEditor.ERROR_CREATING_BEANS_GRAPH"), e)); //$NON-NLS-1$
}