public final class MaridContextMenu
extends javafx.scene.control.ContextMenu
impl_showRelativeToWindowProperty, onActionPropertyidProperty, maxHeightProperty, maxWidthProperty, minHeightProperty, minWidthProperty, prefHeightProperty, prefWidthProperty, skinProperty, styleProperty| Constructor and Description |
|---|
MaridContextMenu(Consumer<MaridContextMenu>... onPreShow) |
MaridContextMenu(List<Consumer<MaridContextMenu>> onPreShow) |
| Modifier and Type | Method and Description |
|---|---|
MaridContextMenu |
addOnPreShow(Consumer<MaridContextMenu> trigger) |
void |
show(javafx.scene.Node anchor,
double screenX,
double screenY) |
void |
show(javafx.scene.Node anchor,
javafx.geometry.Side side,
double dx,
double dy) |
void |
show(javafx.stage.Window owner) |
void |
show(javafx.stage.Window ownerWindow,
double anchorX,
double anchorY) |
createDefaultSkin, getItems, getOnAction, hide, impl_showRelativeToWindowProperty, isImpl_showRelativeToWindow, onActionProperty, setImpl_showRelativeToWindow, setOnActiongetClassCssMetaData, getCssMetaData, getId, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getPrefHeight, getPrefWidth, getPseudoClassStates, getSkin, getStyle, getStyleableParent, getStyleClass, getTypeSelector, idProperty, impl_styleableGetNode, maxHeight, maxHeightProperty, maxWidth, maxWidthProperty, minHeight, minHeightProperty, minWidth, minWidthProperty, prefHeight, prefHeightProperty, prefWidth, prefWidthProperty, pseudoClassStateChanged, setId, setMaxHeight, setMaxSize, setMaxWidth, setMinHeight, setMinSize, setMinWidth, setPrefHeight, setPrefSize, setPrefWidth, setSkin, setStyle, skinProperty, stylePropertyanchorLocationProperty, anchorXProperty, anchorYProperty, autoFixProperty, autoHideProperty, consumeAutoHidingEventsProperty, getAnchorLocation, getAnchorX, getAnchorY, getConsumeAutoHidingEvents, getContent, getOnAutoHide, getOwnerNode, getOwnerWindow, hideOnEscapeProperty, impl_visibleChanged, impl_visibleChanging, isAutoFix, isAutoHide, isHideOnEscape, onAutoHideProperty, ownerNodeProperty, ownerWindowProperty, setAnchorLocation, setAnchorX, setAnchorY, setAutoFix, setAutoHide, setConsumeAutoHidingEvents, setHideOnEscape, setOnAutoHide, setSceneaddEventFilter, addEventHandler, buildEventDispatchChain, centerOnScreen, eventDispatcherProperty, fireEvent, focusedProperty, getEventDispatcher, getHeight, getOnCloseRequest, getOnHidden, getOnHiding, getOnShowing, getOnShown, getOpacity, getProperties, getScene, getUserData, getWidth, getX, getY, hasProperties, heightProperty, impl_getMXWindowType, impl_getPeer, impl_getWindows, isFocused, isShowing, 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@SafeVarargs public MaridContextMenu(Consumer<MaridContextMenu>... onPreShow)
public MaridContextMenu(List<Consumer<MaridContextMenu>> onPreShow)
public MaridContextMenu addOnPreShow(Consumer<MaridContextMenu> trigger)
public void show(javafx.scene.Node anchor,
double screenX,
double screenY)
show in class javafx.scene.control.ContextMenupublic void show(javafx.stage.Window owner)
show in class javafx.stage.PopupWindowpublic void show(javafx.scene.Node anchor,
javafx.geometry.Side side,
double dx,
double dy)
show in class javafx.scene.control.ContextMenupublic void show(javafx.stage.Window ownerWindow,
double anchorX,
double anchorY)
show in class javafx.stage.PopupWindowCopyright © 2012–2017 MARID software development group. All rights reserved.