Package javafx.stage

Class Popup

  • All Implemented Interfaces:
    EventTarget

    public class Popup
    extends PopupWindow
    A Popup is a special window-like container for a scene graph. It is typically used for tooltip like notification, drop down boxes, menus, and so forth. The popup has no decorations, and essentially acts as a specialized scene/window which has no decorations, is transparent, and with a null fill.
    Since:
    JavaFX 2.0
    • Constructor Detail

      • Popup

        public Popup()
    • Method Detail

      • getContent

        public final ObservableList<Node> getContent()
        The ObservableList of Nodes to be rendered on this Popup. The content forms the complete visual representation of the Popup. Popups have no intrinsic visuals.