Class PopOverSkin
java.lang.Object
com.dlsc.gemsfx.skins.PopOverSkin
- All Implemented Interfaces:
javafx.scene.control.Skin<PopOver>
Skin for
PopOver.
The skin uses paths for the popover background and border, embeds the popover content in a border pane, clips the content to the rounded shape, and updates the arrow geometry while the popover moves or is detached.
-
Constructor Details
-
PopOverSkin
Creates a skin for the given popover.- Parameters:
popOver- the popover rendered by this skin
-
-
Method Details