Composite sectionClient = toolkit.createComposite(generalInformation);
sectionClient.setLayout(new GridLayout(2, false));
// Label
labelText = new TextFieldWidget(toolkit, EditorMessages.getString("ApexMetadataFormPage.LabelLabel"), ""); //$NON-NLS-1$
labelText.addTo(sectionClient);
// Description
descriptionText =
new TextFieldWidget(toolkit, EditorMessages.getString("ApexMetadataFormPage.DescriptionLabel"), ""); //$NON-NLS-1$
descriptionText.addTo(sectionClient);
// Api Version
apiText = new TextFieldWidget(toolkit, EditorMessages.getString("ApexMetadataFormPage.APIVersionLabel"), "0.0"); //$NON-NLS-1$
apiText.addTo(sectionClient);
// Touch
isAvailableInTouchCheckbox =
new CheckBoxWidget(toolkit, EditorMessages.getString("ApexMetadataFormPage.MobileAppsLabel"), false); //$NON-NLS-1$