Class TabContextMenu

java.lang.Object
javafx.stage.Window
javafx.stage.PopupWindow
javafx.scene.control.PopupControl
javafx.scene.control.ContextMenu
atlantafx.base.controls.TabContextMenu
All Implemented Interfaces:
javafx.css.Styleable, javafx.event.EventTarget, javafx.scene.control.Skinnable

public class TabContextMenu extends javafx.scene.control.ContextMenu
An auxiliary class that allows for the reuse of a single ContextMenu instance across multiple tabs. The user can obtain the Tab for which the context menu was invoked from the ownerTabProperty().