Package com.illumon.iris.console.events
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 Details
-
manage
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
-