Class ComponentRemover

java.lang.Object
net.christophermerrill.testfx.ComponentRemover

public class ComponentRemover
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ComponentRemover()  
  • Method Summary

    Modifier and Type Method Description
    static void waitForRemoval​(javafx.scene.layout.Pane parent, javafx.scene.Node child)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • waitForRemoval

      public static void waitForRemoval​(javafx.scene.layout.Pane parent, javafx.scene.Node child) throws java.lang.InterruptedException
      Throws:
      java.lang.InterruptedException