Uses of Class
adams.gui.visualization.threewaydata.heatmapviewer.multipageaction.AbstractMultiPageMenuItem
-
Packages that use AbstractMultiPageMenuItem Package Description adams.gui.visualization.threewaydata.heatmapviewer adams.gui.visualization.threewaydata.heatmapviewer.multipageaction -
-
Uses of AbstractMultiPageMenuItem in adams.gui.visualization.threewaydata.heatmapviewer
Fields in adams.gui.visualization.threewaydata.heatmapviewer with type parameters of type AbstractMultiPageMenuItem Modifier and Type Field Description protected List<AbstractMultiPageMenuItem>
ThreeWayDataHeatmapViewerMultiPagePane. m_MenuItems
the menu items. -
Uses of AbstractMultiPageMenuItem in adams.gui.visualization.threewaydata.heatmapviewer.multipageaction
Subclasses of AbstractMultiPageMenuItem in adams.gui.visualization.threewaydata.heatmapviewer.multipageaction Modifier and Type Class Description class
OpenContainingFolder
Opens the folder in the system's file browser that this flow is stored in.class
Statistics
Displays statistics for the 3-day data container.class
ViewAsSpreadSheet
Views the 3-way data in a spreadsheet table.Methods in adams.gui.visualization.threewaydata.heatmapviewer.multipageaction with parameters of type AbstractMultiPageMenuItem Modifier and Type Method Description int
AbstractMultiPageMenuItem. compareTo(AbstractMultiPageMenuItem o)
Returns a comparison based on the name of the menu items.
-