public class WizardProvider extends java.lang.Object implements IWizardProvider, ILWRComponentVisitor
Constructor and Description |
---|
WizardProvider() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.jface.wizard.IWizard |
getWizard(java.lang.Object obj)
The operation retrieves an instance of an IWizard for the calling class.
|
void |
visit(BWReactor lwrComp)
This operation directs a visitor to perform its actions on the
LWRComponent as a BWReactor.
|
void |
visit(ControlBank lwrComp)
This operation directs a visitor to perform its actions on the
LWRComponent as a ControlBank.
|
void |
visit(FuelAssembly lwrComp)
This operation directs a visitor to perform its actions on the
LWRComponent as a FuelAssembly.
|
void |
visit(IncoreInstrument lwrComp)
This operation directs a visitor to perform its actions on the
LWRComponent as an IncoreInstrument.
|
void |
visit(LWRRod lwrComp)
This operation directs a visitor to perform its actions on the
LWRComponent as a LWRRod.
|
void |
visit(PressurizedWaterReactor lwrComp)
This operation directs a visitor to perform its actions on the
LWRComponent as a PWReactor.
|
void |
visit(Ring lwrComp)
This operation directs a visitor to perform its actions on the
LWRComponent as a Tube.
|
void |
visit(RodClusterAssembly lwrComp)
This operation directs a visitor to perform its actions on the
LWRComponent as a RodClusterAssembly.
|
void |
visit(Tube lwrComp)
This operation directs a visitor to perform its actions on the
LWRComponent as a Ring.
|
public void visit(PressurizedWaterReactor lwrComp)
ILWRComponentVisitor
This operation directs a visitor to perform its actions on the LWRComponent as a PWReactor.
visit
in interface ILWRComponentVisitor
lwrComp
- The PWReactor that must accept this visitor
public void visit(BWReactor lwrComp)
ILWRComponentVisitor
This operation directs a visitor to perform its actions on the LWRComponent as a BWReactor.
visit
in interface ILWRComponentVisitor
lwrComp
- The BWReactor that must accept this visitor
public void visit(FuelAssembly lwrComp)
ILWRComponentVisitor
This operation directs a visitor to perform its actions on the LWRComponent as a FuelAssembly.
visit
in interface ILWRComponentVisitor
lwrComp
- The FuelAssembly that must accept this visitor
public void visit(RodClusterAssembly lwrComp)
ILWRComponentVisitor
This operation directs a visitor to perform its actions on the LWRComponent as a RodClusterAssembly.
visit
in interface ILWRComponentVisitor
lwrComp
- The RCA that must accept this visitor
public void visit(LWRRod lwrComp)
ILWRComponentVisitor
This operation directs a visitor to perform its actions on the LWRComponent as a LWRRod.
visit
in interface ILWRComponentVisitor
lwrComp
- The LWRRod that must accept this visitor
public void visit(ControlBank lwrComp)
ILWRComponentVisitor
This operation directs a visitor to perform its actions on the LWRComponent as a ControlBank.
visit
in interface ILWRComponentVisitor
lwrComp
- The ControlBank that must accept this visitor
public void visit(IncoreInstrument lwrComp)
ILWRComponentVisitor
This operation directs a visitor to perform its actions on the LWRComponent as an IncoreInstrument.
visit
in interface ILWRComponentVisitor
lwrComp
- The IncoreInstrument that must accept this visitor
public void visit(Tube lwrComp)
ILWRComponentVisitor
This operation directs a visitor to perform its actions on the LWRComponent as a Ring.
visit
in interface ILWRComponentVisitor
lwrComp
- The Ring that must accept this visitor
public void visit(Ring lwrComp)
ILWRComponentVisitor
This operation directs a visitor to perform its actions on the LWRComponent as a Tube.
visit
in interface ILWRComponentVisitor
lwrComp
- The Tube that must accept this visitor
public org.eclipse.jface.wizard.IWizard getWizard(java.lang.Object obj)
IWizardProvider
getWizard
in interface IWizardProvider
obj
- The Object that the Wizard will edit