Module javafx.web

Class PopupFeatures

    • Constructor Detail

      • PopupFeatures

        public PopupFeatures​(boolean menu,
                             boolean status,
                             boolean toolbar,
                             boolean resizable)
        Creates a new instance.
        Parameters:
        menu - whether menu bar should be present
        status - whether status bar should be present
        toolbar - whether tool bar should be present
        resizable - whether popup window should be resizable
    • Method Detail

      • hasMenu

        public final boolean hasMenu()
        Returns whether menu bar should be present.
        Returns:
        true if the menu bar should be present
      • hasStatus

        public final boolean hasStatus()
        Returns whether status bar should be present.
        Returns:
        true if the status bar should be present
      • hasToolbar

        public final boolean hasToolbar()
        Returns whether tool bar should be present.
        Returns:
        true if the tool bar should be present
      • isResizable

        public final boolean isResizable()
        Returns whether popup window should be resizable.
        Returns:
        true if the popup window should be resizable