} // createAEConfigSection
private IInformationControlCreator getPresenterControlCreator(final String commandId) {
return new IInformationControlCreator() {
public IInformationControl createInformationControl(Shell parent) {
return new DDEInformationControl(parent, SWT.TOOL | SWT.NO_TRIM, 0);
}
};
}