Class WavExportOverlayMenu
java.lang.Object
dataPlotsFX.overlaymark.menuOptions.ExportOverlayMenu
dataPlotsFX.overlaymark.menuOptions.WavExportOverlayMenu
- All Implemented Interfaces:
 OverlayMenuItem
Export a .wav clip.
- Author:
 - Jamie Macaulay
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class dataPlotsFX.overlaymark.menuOptions.ExportOverlayMenu
ExportOverlayMenu.FileTransferable - 
Field Summary
Fields inherited from class dataPlotsFX.overlaymark.menuOptions.ExportOverlayMenu
standardIconSizeFields inherited from interface dataPlotsFX.overlaymark.menuOptions.OverlayMenuItem
buttonWidthStandard, DATAINFO, EXPORT_GROUP, NO_GROUP - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleancanBeUsed(DetectionGroupSummary foundDataUnits, int selectedIndex, OverlayMark mark) Check whether the menu item can be used within a group of data units.voidconfirmSaved(String currentPath) Confirm the wav file has been saved.javafx.scene.control.TooltipintIndicates whether menu items should be grouped together in a sub menu.javafx.scene.control.LabeledmenuAction(DetectionGroupSummary foundDataUnits, int selectedIndex, OverlayMark mark) Returns a control which performs an action when pressed (or action occurs)Methods inherited from class dataPlotsFX.overlaymark.menuOptions.ExportOverlayMenu
clipBoardFile, getEarliestDataUnit, getFlag, showConfirmOverlay 
- 
Constructor Details
- 
WavExportOverlayMenu
public WavExportOverlayMenu() 
 - 
 - 
Method Details
- 
confirmSaved
Confirm the wav file has been saved.- Parameters:
 currentPath-
 - 
canBeUsed
Description copied from interface:OverlayMenuItemCheck whether the menu item can be used within a group of data units.- Parameters:
 foundDataUnits- - class which holds a list of data units and metadata info.selectedIndex- :. If the index is invalid input: '<'0 then returns whether the menu item can be used for at least one of the units in the list.mark- - holds info on the current mark drawn on the display.
 - 
getNodeToolTip
public javafx.scene.control.Tooltip getNodeToolTip() - 
getSubMenuGroup
public int getSubMenuGroup()Description copied from interface:OverlayMenuItemIndicates whether menu items should be grouped together in a sub menu. Make the same group and same flag if so.- Returns:
 - the group number. -1 for no grouping.