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