Class PopOverUtil


  • public final class PopOverUtil
    extends java.lang.Object
    Author:
    Clément Fournier
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void showAt​(org.controlsfx.control.PopOver popOver, javafx.stage.Window owner, javafx.scene.Node anchor)  
      static void showAt​(org.controlsfx.control.PopOver popOver, javafx.stage.Window owner, javafx.scene.Node anchor, double offset)
      Display a popover at an anchor node, but owned by an arbitrary other window.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • showAt

        public static void showAt​(org.controlsfx.control.PopOver popOver,
                                  javafx.stage.Window owner,
                                  javafx.scene.Node anchor)
      • showAt

        public static void showAt​(org.controlsfx.control.PopOver popOver,
                                  javafx.stage.Window owner,
                                  javafx.scene.Node anchor,
                                  double offset)
        Display a popover at an anchor node, but owned by an arbitrary other window. In case of nested popovers, the inner ones should not be owned by the outer one, otherwise their detached behavior is not independent.
        See Also:
        PopOver.show(Node, double)