Class MenuBarDragRegion
java.lang.Object
net.yetihafen.javafx.customcaption.DragRegion
net.yetihafen.javafx.customcaption.internal.MenuBarDragRegion
- All Implemented Interfaces:
ShowInitializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidshowInit()this function is designed to be called afterStage.show()has been called to configure customizations should only be called once per stageMethods inherited from class net.yetihafen.javafx.customcaption.DragRegion
addExcludeBounds, contains, contains, getBase
-
Constructor Details
-
MenuBarDragRegion
public MenuBarDragRegion(javafx.scene.control.MenuBar base)
-
-
Method Details
-
showInit
public void showInit()Description copied from interface:ShowInitializablethis function is designed to be called afterStage.show()has been called to configure customizations should only be called once per stage- Specified by:
showInitin interfaceShowInitializable- Overrides:
showInitin classDragRegion
-