public final class PopupFeatures extends Object
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.Constructor and Description |
---|
PopupFeatures(boolean menu,
boolean status,
boolean toolbar,
boolean resizable)
Creates a new instance.
|
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.
|
public PopupFeatures(boolean menu, boolean status, boolean toolbar, boolean resizable)
menu
- whether menu bar should be presentstatus
- whether status bar should be presenttoolbar
- whether tool bar should be presentresizable
- whether popup window should be resizablepublic final boolean hasMenu()
public final boolean hasStatus()
public final boolean hasToolbar()
public final boolean isResizable()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2019, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.