public void widgetSelected(SelectionEvent evt) {
m_absolutePath.getChangeControl(getFieldEditorParent()).setSelection(true);
}
});
m_absolutePath= new BooleanFieldEditor2(TestNGPluginConstants.S_ABSOLUTEPATH,
"Absolute output path", //$NON-NLS-1$
SWT.NONE,
parentComposite);
m_outputdir.setAbsolutePathVerifier(m_absolutePath);
m_disabledDefaultListeners= new BooleanFieldEditor2(TestNGPluginConstants.S_DISABLEDLISTENERS,
"Disable default listeners", //$NON-NLS-1$
SWT.NONE,
parentComposite);
// XML template