Interface BindingRoot

    • Method Detail

      • getPathForComponent

        java.lang.String getPathForComponent​(java.awt.Component component)
      • getComponentForPath

        java.awt.Component getComponentForPath​(java.lang.String path)
      • initialize

        void initialize​(VisionClientContext context)
        Initialize this root. Should connect any bindings, but shouldn't start anything up.
      • startup

        void startup()
        Start up the root. Start-up adapters, and start-up any children ComponentLifecycles.
      • shutdown

        void shutdown()
        Shutdown the root. Shut-down adapters, and shut-down any children ComponentLifecycles.
      • isRunning

        boolean isRunning()
        Returns true if this BindingRoot is considered to be "running". Typically, this means that its initialized and has been started and hasn't been shutdown.