public String getStepString() { return "(Step " + step + " of " + deploymentWizard.getPageCount() + ")"; }
@Override public IWizardPage getNextPage() { return deploymentWizard.getNextPage(this); }
// G E T T E R / S E T T E R S public DeploymentController getController() { return deploymentWizard.getDeploymentController(); }