public final class DeployPreferencesPage extends AbstractPreferencesPage {
public DeployPreferencesPage() {
super(new String[] { "Deploy" });
addControls(
new BlankOutPasswordsOnDeployPreferenceUi(),
new RequiredItemsPreferenceUi(),
AlwaysDeployDirtyItemsWhenTestingPreference.createUi()
);
}