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
NewSDHContainerLinkWizard.ChooseContainerLinkResourcesStep
Step to select the endpointsclass
NewSDHContainerLinkWizard.ChooseRouteStep
Step to select the endpointsclass
NewSDHContainerLinkWizard.GeneralInfoStep
class
NewSDHTransportLinkWizard.GeneralInfoStep
class
NewSDHTransportLinkWizard.SelectLinkEndpointsStep
Step to select the endpoints.class
NewSDHTributaryLinkWizard.ChooseRouteStep
Step to select the endpointsclass
NewSDHTributaryLinkWizard.ChooseTributaryLinkResourcesStep
Step to select the endpointsclass
NewSDHTributaryLinkWizard.GeneralInfoStep
class
NewSDHTributaryLinkWizard.SelectLinkEndpointsStep
Step to select the endpoints.class
NewSDHTributaryLinkWizard.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
NewSDHContainerLinkWizard.ChooseContainerLinkResourcesStep. next()
Wizard.Step
NewSDHContainerLinkWizard.ChooseRouteStep. next()
Wizard.Step
NewSDHContainerLinkWizard.GeneralInfoStep. next()
Wizard.Step
NewSDHTransportLinkWizard.GeneralInfoStep. next()
Wizard.Step
NewSDHTransportLinkWizard.SelectLinkEndpointsStep. next()
Wizard.Step
NewSDHTributaryLinkWizard.ChooseRouteStep. next()
Wizard.Step
NewSDHTributaryLinkWizard.ChooseTributaryLinkResourcesStep. next()
Wizard.Step
NewSDHTributaryLinkWizard.GeneralInfoStep. next()
Wizard.Step
NewSDHTributaryLinkWizard.SelectLinkEndpointsStep. next()
Wizard.Step
NewSDHTributaryLinkWizard.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 container.class
NewPhysicalConnectionWizard.SelectLinkEndpointsStep
Step to select the endpoints if the connection type selected in the past step was a link.Methods 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 container.class
NewPhysicalConnectionWizard.SelectLinkEndpointsStep
Step to select the endpoints if the connection type selected in the past step was a link.Methods 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)
-