Uses of Class
org.neotropic.util.visual.wizard.Wizard.Step
-
-
Uses of Wizard.Step in com.neotropic.kuwaiba.modules.commercial.sdh.wizard
Subclasses of Wizard.Step in com.neotropic.kuwaiba.modules.commercial.sdh.wizard Modifier and Type Class Description class
SDHContainerLinkWizard.ChooseContainerLinkResourcesStep
Step to select the endpointsclass
SDHContainerLinkWizard.ChooseRouteStep
Step to select the endpointsclass
SDHContainerLinkWizard.GeneralInfoStep
class
SDHTransportLinkWizard.GeneralInfoStep
class
SDHTransportLinkWizard.SelectLinkEndpointsStep
Step to select the endpointsclass
SDHTributaryLinkWizard.ChooseRouteStep
Step to select the endpointsclass
SDHTributaryLinkWizard.ChooseTributaryLinkResourcesStep
Step to select the endpointsclass
SDHTributaryLinkWizard.GeneralInfoStep
class
SDHTributaryLinkWizard.SelectLinkEndpointsStep
Step to select the endpointsclass
SDHTributaryLinkWizard.SelectServiceStep
Step to select the endpointsMethods in com.neotropic.kuwaiba.modules.commercial.sdh.wizard that return Wizard.Step Modifier and Type Method Description Wizard.Step
SDHContainerLinkWizard.ChooseContainerLinkResourcesStep. next()
Wizard.Step
SDHContainerLinkWizard.ChooseRouteStep. next()
Wizard.Step
SDHContainerLinkWizard.GeneralInfoStep. next()
Wizard.Step
SDHTransportLinkWizard.GeneralInfoStep. next()
Wizard.Step
SDHTransportLinkWizard.SelectLinkEndpointsStep. next()
Wizard.Step
SDHTributaryLinkWizard.ChooseRouteStep. next()
Wizard.Step
SDHTributaryLinkWizard.ChooseTributaryLinkResourcesStep. next()
Wizard.Step
SDHTributaryLinkWizard.GeneralInfoStep. next()
Wizard.Step
SDHTributaryLinkWizard.SelectLinkEndpointsStep. next()
Wizard.Step
SDHTributaryLinkWizard.SelectServiceStep. next()
-
Uses of Wizard.Step in org.neotropic.kuwaiba.modules.optional.physcon
Subclasses of Wizard.Step in org.neotropic.kuwaiba.modules.optional.physcon Modifier and Type Class Description class
NewPhysicalConnectionWizard.GeneralInfoStep
The user must choose if he/she wants to create a link or a container and what template (if any) should be used and provide general information like the name of the new connection and what class and template should be used for the new objectclass
NewPhysicalConnectionWizard.SelectContainerEndpointsStep
Step to select the endpoints if the connection type selected in the past step was a containerclass
NewPhysicalConnectionWizard.SelectLinkEndpointsStep
Step to select the endpoints if the connection type selected in the past step was a linkMethods in org.neotropic.kuwaiba.modules.optional.physcon that return Wizard.Step Modifier and Type Method Description Wizard.Step
NewPhysicalConnectionWizard.GeneralInfoStep. next()
Wizard.Step
NewPhysicalConnectionWizard.SelectContainerEndpointsStep. next()
Wizard.Step
NewPhysicalConnectionWizard.SelectLinkEndpointsStep. next()
-
Uses of Wizard.Step in org.neotropic.kuwaiba.modules.optional.physcon.actions
Subclasses of Wizard.Step in org.neotropic.kuwaiba.modules.optional.physcon.actions Modifier and Type Class Description class
NewPhysicalConnectionWizard.GeneralInfoStep
The user must choose if he/she wants to create a link or a container and what template (if any) should be used and provide general information like the name of the new connection and what class and template should be used for the new objectclass
NewPhysicalConnectionWizard.SelectContainerEndpointsStep
Step to select the endpoints if the connection type selected in the past step was a containerclass
NewPhysicalConnectionWizard.SelectLinkEndpointsStep
Step to select the endpoints if the connection type selected in the past step was a linkMethods in org.neotropic.kuwaiba.modules.optional.physcon.actions that return Wizard.Step Modifier and Type Method Description Wizard.Step
NewPhysicalConnectionWizard.GeneralInfoStep. next()
Wizard.Step
NewPhysicalConnectionWizard.SelectContainerEndpointsStep. next()
Wizard.Step
NewPhysicalConnectionWizard.SelectLinkEndpointsStep. next()
-
Uses of Wizard.Step in org.neotropic.util.visual.wizard
Methods in org.neotropic.util.visual.wizard that return Wizard.Step Modifier and Type Method Description abstract Wizard.Step
Wizard.Step. next()
What to do next.Methods in org.neotropic.util.visual.wizard with parameters of type Wizard.Step Modifier and Type Method Description void
Wizard. build(Wizard.Step firstStep)
-