Interface ExtPopMenu

All Known Implementing Classes:
ExtPopMenuSimple, TDPopUpMenuAdv

public interface ExtPopMenu
Interface for showing a pop up menu on a mouse action within an ExtMouseHandler. Usually pop up menus are simple how
Author:
Jamie Macaulay
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    showPopupMenu(javafx.scene.input.MouseEvent e, ArrayList<ExtMouseAdapter> extMouseAdapters, javafx.scene.Node parentNode)
    Show the pop up menu
  • Method Details

    • showPopupMenu

      boolean showPopupMenu(javafx.scene.input.MouseEvent e, ArrayList<ExtMouseAdapter> extMouseAdapters, javafx.scene.Node parentNode)
      Show the pop up menu
      Parameters:
      e - - the mouse location.
      extMouseAdapters -
      Returns:
      true if the pop up menu is shown