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 TypeMethodDescriptionvoid
showInit()
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:ShowInitializable
this function is designed to be called afterStage.show()
has been called to configure customizations should only be called once per stage- Specified by:
showInit
in interfaceShowInitializable
- Overrides:
showInit
in classDragRegion
-