Home | History | Annotate | Download | only in ui

Lines Matching refs:setEnabled

554 //		this.lastBuildCombo.setEnabled(false);
556 // this.lastBuildCombo.setEnabled(true);
621 // this.lastBuildCombo.setEnabled(false);
623 // this.lastBuildCombo.setEnabled(true);
1150 // this.lastBuildCombo.setEnabled(this.lastBuildCheckBox.getSelection());
1178 this.dbRelengRadioButton.setEnabled(true);
1179 this.dbLocalRadioButton.setEnabled(true);
1182 this.dbRelengRadioButton.setEnabled(false);
1183 this.dbLocalRadioButton.setEnabled(false);
1184 this.databaseLocationCombo.setEnabled(false);
1185 this.dbLocalBrowseButton.setEnabled(false);
1195 this.databaseLocationCombo.setEnabled(true);
1196 this.dbLocalBrowseButton.setEnabled(true);
1205 this.dbLocationLabel.setEnabled(true);
1209 this.databaseLocationCombo.setEnabled(false);
1210 this.dbLocalBrowseButton.setEnabled(false);
1212 this.dbLocationLabel.setEnabled(false);