Class SimulatorPanelRegistry

java.lang.Object
org.robolectric.simulator.SimulatorPanelRegistry

public final class SimulatorPanelRegistry extends Object
A registry of active SimulatorPanel instances. Should only be used for tests.
  • Method Details

    • register

      public static void register(JPanel panel)
    • getActivePanel

      public static JPanel getActivePanel()