Spec-Zone .ru
спецификации, руководства, описания, API
|
public class PopupFeatures
extends java.lang.Object
window.open
function. Instances are passed into popup
handlers registered on a WebEngine
using
WebEngine.setCreatePopupHandler(javafx.util.Callback)
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 boolean hasMenu()
public boolean hasStatus()
public boolean hasToolbar()
public boolean isResizable()
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to