public class NicePopup
extends java.lang.Object
Constructor and Description |
---|
NicePopup(javafx.scene.Node parentnode,
javafx.scene.Node popupnode,
javafx.stage.Window parentwindow,
boolean allowscroll,
boolean showunderwidget)
creates a Nice popup shown immediately
|
NicePopup(javafx.scene.Node parentnode,
javafx.scene.Node popupnode,
javafx.stage.Window parentwindow,
boolean allowscroll,
boolean showunderwidget,
boolean shownow)
creates a Nice popup
|
Modifier and Type | Method and Description |
---|---|
javafx.stage.Stage |
getSubScene() |
void |
show()
shows the widget
|
public NicePopup(javafx.scene.Node parentnode, javafx.scene.Node popupnode, javafx.stage.Window parentwindow, boolean allowscroll, boolean showunderwidget, boolean shownow)
parentnode
- parent nodepopupnode
- popup nodeparentwindow
- parent windowallowscroll
- if true, scroll is allowedshowunderwidget
- true for a lightweight component, false for a
heavyweigth componentshownow
- if true, show now, if false, show laterpublic NicePopup(javafx.scene.Node parentnode, javafx.scene.Node popupnode, javafx.stage.Window parentwindow, boolean allowscroll, boolean showunderwidget)
parentnode
- parent nodepopupnode
- popup nodeparentwindow
- parent windowallowscroll
- if true, scroll is allowedshowunderwidget
- true for a lightweight component, false for a
heavyweigth component