public class Popup extends PopupWindow
PopupWindow.AnchorLocation, PopupWindow.PopupEventRedirector
acc, hasBeenVisible, impl_peer, peerListener
Constructor and Description |
---|
Popup() |
Modifier and Type | Method and Description |
---|---|
ObservableList<Node> |
getContent()
The ObservableList of
Node s to be rendered on this
Popup . |
anchorLocationProperty, anchorXProperty, anchorYProperty, autoFixProperty, autoHideProperty, consumeAutoHidingEventsProperty, createInternalEventDispatcher, doAutoHide, getAnchorLocation, getAnchorX, getAnchorY, getConsumeAutoHidingEvents, getOnAutoHide, getOwnerNode, getOwnerWindow, getWindowOwner, hide, hideOnEscapeProperty, impl_visibleChanged, impl_visibleChanging, isAutoFix, isAutoHide, isHideOnEscape, notifyLocationChanged, onAutoHideProperty, ownerNodeProperty, ownerWindowProperty, setAnchorLocation, setAnchorX, setAnchorY, setAutoFix, setAutoHide, setConsumeAutoHidingEvents, setHideOnEscape, setOnAutoHide, setScene, setXInternal, setYInternal, show, show, show
addEventFilter, addEventHandler, applyBounds, buildEventDispatchChain, centerOnScreen, decreaseFocusGrabCounter, eventDispatcherProperty, fireEvent, focusedProperty, getEventDispatcher, getHeight, getInternalEventDispatcher, getOnCloseRequest, getOnHidden, getOnHiding, getOnShowing, getOnShown, getOpacity, getProperties, getScene, getUserData, getWidth, getX, getY, hasProperties, heightProperty, impl_getMXWindowType, impl_getPeer, impl_getWindows, increaseFocusGrabCounter, isFocused, isShowing, notifySizeChanged, onCloseRequestProperty, onHiddenProperty, onHidingProperty, onShowingProperty, onShownProperty, opacityProperty, removeEventFilter, removeEventHandler, requestFocus, sceneProperty, setEventDispatcher, setEventHandler, setFocused, setHeight, setOnCloseRequest, setOnHidden, setOnHiding, setOnShowing, setOnShown, setOpacity, setUserData, setWidth, setX, setY, show, showingProperty, sizeToScene, widthProperty, xProperty, yProperty
public final ObservableList<Node> getContent()
Node
s to be rendered on this
Popup
. The content forms the complete visual representation of
the Popup. Popups have no intrinsic visuals.getContent
in class PopupWindow