Interface IUIConnector


public interface IUIConnector
Provides an interface that allows an implementing class to interact with the top-level JFrame of the Deephaven UI.
  • Method Summary

    Modifier and Type Method Description
    void manage​(JFrame frame)
    Let the UI connector manage the interface, by giving it access to the JFrame at the top.
  • Method Details

    • manage

      void manage​(JFrame frame)
      Let the UI connector manage the interface, by giving it access to the JFrame at the top.
      Parameters:
      frame - The JFrame containing the top-level object to manage