Home
last modified time | relevance | path

Searched refs:showStep (Results 1 – 1 of 1) sorted by relevance

/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
H A DWizard.java363 public void showStep(WizardStep step) { in showStep() method in Wizard.WizContentsPanel
384 public void showStep(WizardStep step) { in showStep() method in Wizard.WizStepPanel
484 private boolean showStep(WizardStep step, int direction) { in showStep() method in Wizard
497 contentsPanel.showStep(step); in showStep()
498 stepPanel.showStep(step); in showStep()
511 private boolean showStep(int index, int direction) in showStep() method in Wizard
514 return showStep(ws, direction); in showStep()
522 showStep(stepNumber, WizardStep.FORWARD); in showFirstStep()
532 if (!showStep(stepNumber, WizardStep.FORWARD)) { in showNextStep()
546 if (!showStep(stepNumber, WizardStep.BACKWARD)) { in showPreviousStep()
[all …]