public class WizardProvider extends java.lang.Object implements IWizardProvider, ISFRComponentVisitor
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(Material sfrComp)
This operation directs a visitor to perform its actions on the
SFRComponent as a Material.
|
void |
visit(MaterialBlock sfrComp)
This operation directs a visitor to perform its actions on the
SFRComponent as a MaterialBlock.
|
void |
visit(PinAssembly sfrComp)
This operation directs a visitor to perform its actions on the
SFRComponent as a PinAssembly.
|
void |
visit(ReflectorAssembly sfrComp)
This operation directs a visitor to perform its actions on the
SFRComponent as a ReflectorAssembly.
|
void |
visit(Ring sfrComp)
This operation directs a visitor to perform its actions on the
SFRComponent as a Ring.
|
void |
visit(SFRAssembly sfrComp)
This operation directs a visitor to perform its actions on the
SFRComponent as a SFRAssembly.
|
void |
visit(SFReactor sfrComp)
This operation directs a visitor to perform its actions on the
SFRComponent as a SFReactor.
|
void |
visit(SFRPin sfrComp)
This operation directs a visitor to perform its actions on the
SFRComponent as a SFRPin.
|
void |
visit(SFRRod sfrComp)
This operation directs a visitor to perform its actions on the
SFRComponent as a SFRRod.
|
public void visit(SFReactor sfrComp)
ISFRComponentVisitor
This operation directs a visitor to perform its actions on the SFRComponent as a SFReactor.
visit
in interface ISFRComponentVisitor
sfrComp
- The SFReactor accepting the visitor.public void visit(SFRAssembly sfrComp)
ISFRComponentVisitor
This operation directs a visitor to perform its actions on the SFRComponent as a SFRAssembly.
visit
in interface ISFRComponentVisitor
sfrComp
- The SFRAssembly being visited.public void visit(PinAssembly sfrComp)
ISFRComponentVisitor
This operation directs a visitor to perform its actions on the SFRComponent as a PinAssembly.
visit
in interface ISFRComponentVisitor
sfrComp
- The PinAssembly accepting the visitor.public void visit(ReflectorAssembly sfrComp)
ISFRComponentVisitor
This operation directs a visitor to perform its actions on the SFRComponent as a ReflectorAssembly.
visit
in interface ISFRComponentVisitor
sfrComp
- The ReflectorAssembly accepting the visitor.public void visit(SFRPin sfrComp)
ISFRComponentVisitor
This operation directs a visitor to perform its actions on the SFRComponent as a SFRPin.
visit
in interface ISFRComponentVisitor
sfrComp
- The SFRPin accepting the visitor.public void visit(SFRRod sfrComp)
ISFRComponentVisitor
This operation directs a visitor to perform its actions on the SFRComponent as a SFRRod.
visit
in interface ISFRComponentVisitor
sfrComp
- The SFRRod accepting the visitor.public void visit(MaterialBlock sfrComp)
ISFRComponentVisitor
This operation directs a visitor to perform its actions on the SFRComponent as a MaterialBlock.
visit
in interface ISFRComponentVisitor
sfrComp
- The MaterialBlock accepting the visitor.public void visit(Material sfrComp)
ISFRComponentVisitor
This operation directs a visitor to perform its actions on the SFRComponent as a Material.
visit
in interface ISFRComponentVisitor
sfrComp
- The Material accepting the visitor.public void visit(Ring sfrComp)
ISFRComponentVisitor
This operation directs a visitor to perform its actions on the SFRComponent as a Ring.
visit
in interface ISFRComponentVisitor
sfrComp
- The Ring accepting the 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