protected void showStatus(String msg, int msgType) {
FormMessage.setMessage(mform.getForm().getForm(), msg, msgType);
}
private IInformationControlCreator getPresenterControlCreator(final String commandId) {
return new IInformationControlCreator() {
public IInformationControl createInformationControl(Shell parent) {
return new DefaultInformationControl(parent, SWT.WRAP, null);
}
};
}