Interface BindingRoot
- All Known Subinterfaces:
- TopLevelContainer
- All Known Implementing Classes:
- FPMIWindow,- VisionTemplate
public interface BindingRoot
- 
Method SummaryModifier and TypeMethodDescriptiongetComponentForPath(String path) getPathForComponent(Component component) voidinitialize(VisionClientContext context) Initialize this root.booleanReturns true if this BindingRoot is considered to be running/active.voidshutdown()Shutdown the root.voidstartup()Start up the root.
- 
Method Details- 
getInteractionControllerInteractionController getInteractionController()
- 
getPathForComponent
- 
getComponentForPath
- 
initializeInitialize this root. Should connect any bindings, but shouldn't start anything up.
- 
startupvoid startup()Start up the root. Start-up adapters, and start-up any children ComponentLifecycles.
- 
shutdownvoid shutdown()Shutdown the root. Shut-down adapters, and shut-down any children ComponentLifecycles.
- 
isStartedboolean isStarted()Returns true if this BindingRoot is considered to be running/active. Typically, this means that its initialized, started, and hasn't been shutdown.
 
-