Spec-Zone.ru › OpenJavaFX 8
javafx.scene.web

Class PopupFeatures

java.lang.Object
  • javafx.scene.web.PopupFeatures


public final class PopupFeatures
extends Object
This class describes features of a Web popup window as specified by JavaScript window.open function. Instances are passed into popup handlers registered on a WebEngine using WebEngine.setCreatePopupHandler(javafx.util.Callback<javafx.scene.web.PopupFeatures, javafx.scene.web.WebEngine>) method.

Since:

JavaFX 2.0

See Also:

WebEngine, WebEngine.setCreatePopupHandler(javafx.util.Callback<javafx.scene.web.PopupFeatures, javafx.scene.web.WebEngine>)

  • Constructor Summary

    Constructors
    Constructor and Description
    PopupFeatures(boolean menu, boolean status, boolean toolbar, boolean resizable)
    Creates a new instance.
  • Method Summary

    All MethodsInstance MethodsConcrete Methods
    Modifier and Type Method and Description
    boolean hasMenu()
    Returns whether menu bar should be present.
    boolean hasStatus()
    Returns whether status bar should be present.
    boolean hasToolbar()
    Returns whether tool bar should be present.
    boolean isResizable()
    Returns whether popup window should be resizable.
    • Methods inherited from class java.lang.Object

      clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

  • Method Detail

    • hasMenu

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

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

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

      public final boolean isResizable()
      Returns whether popup window should be resizable.

© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API