Class TDPopUpMenuAdv

java.lang.Object
dataPlotsFX.overlaymark.popUpMenu.TDPopUpMenuAdv
All Implemented Interfaces:
ExtPopMenu

public class TDPopUpMenuAdv extends Object implements ExtPopMenu
A more complex pop up menu for the display. This shows a preview of data units as well as containing options to export data and all other menu items.
Author:
Jamie Macaulay
  • Constructor Details

    • TDPopUpMenuAdv

      public TDPopUpMenuAdv(TDGraphFX.TDPlotPane tdPlotPane)
      Constructor for TD plot pane.
      Parameters:
      tdPlotPane - - td plot pane
  • Method Details

    • showPopupMenu

      public boolean showPopupMenu(javafx.scene.input.MouseEvent e, ArrayList<ExtMouseAdapter> extMouseAdapters, javafx.scene.Node parentNode)
      Description copied from interface: ExtPopMenu
      Show the pop up menu
      Specified by:
      showPopupMenu in interface ExtPopMenu
      Parameters:
      e - - the mouse location.
      Returns:
      true if the pop up menu is shown