Community
Participate
Working Groups
if(isPageComplete() && _projectizerCombo.getText().indexOf("Axis")!=-1)
{
axis2Project = true;
((Axis2ServerLocationPage)this.getNextPage()).makePageComplete(false);
Axis2ServerLocationPage nextPage = (Axis2ServerLocationPage)this.getNextPage();
nextPage.makePageComplete(false);
nextPage._serverNameField.setText(nextPage.getPreferenceServerLocation());
return true;
}
((Axis2ServerLocationPage)this.getNextPage()).makePageComplete(true);
public class Axis2ServerLocationPage extends WizardPage
private Text _serverNameField;
protected Text _serverNameField;
private Button _browseButton;
private Button _preferenceUpdate;
private final String[] axis2files = {"lib/axis2-adb-1.1.1.jar",
_preferenceUpdate.setFont(parent.getFont());
private String getPreferenceServerLocation()
protected String getPreferenceServerLocation()
IPreferenceStore store = Activator.getPlugin().getPreferenceStore();
String location = store.getString(Axis2ServerLocationPreferencePage.SERVER_LOCATION_PREFERENCE_KEY).trim();