Class OverlayMenuManager
java.lang.Object
dataPlotsFX.overlaymark.menuOptions.OverlayMenuManager
Manages all menu items which are specific to the TDDisplay.
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMenuNodes
(DetectionGroupSummary foundDataUnits, OverlayMark mark, javafx.scene.input.MouseEvent e) Get the menu nodes for the the TDdisplay.
-
Constructor Details
-
OverlayMenuManager
-
-
Method Details
-
getMenuNodes
public ArrayList<OverlayMenuItem> getMenuNodes(DetectionGroupSummary foundDataUnits, OverlayMark mark, javafx.scene.input.MouseEvent e) Get the menu nodes for the the TDdisplay.- Parameters:
foundDataUnits
- - the currently selected data units- Returns:
- all nodes for the menu.
-