java.lang.Object
net.yetihafen.javafx.customcaption.DragRegion
net.yetihafen.javafx.customcaption.internal.MenuBarDragRegion
All Implemented Interfaces:
ShowInitializable

public class MenuBarDragRegion extends DragRegion
  • 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 after Stage.show() has been called to configure customizations should only be called once per stage
      Specified by:
      showInit in interface ShowInitializable
      Overrides:
      showInit in class DragRegion