Class OpenContainingFolder
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.gui.visualization.threewaydata.heatmapviewer.multipageaction.AbstractMultiPageMenuItem
-
- adams.gui.visualization.threewaydata.heatmapviewer.multipageaction.OpenContainingFolder
-
- All Implemented Interfaces:
adams.core.logging.LoggingSupporter,adams.core.SizeOfHandler,Serializable,Comparable<AbstractMultiPageMenuItem>
public class OpenContainingFolder extends AbstractMultiPageMenuItem
Opens the folder in the system's file browser that this flow is stored in.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenContainingFolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroup()The name of the group this item belongs to.StringgetIconName()The name of the icon to use.JMenuItemgetMenuItem(ThreeWayDataHeatmapViewerMultiPagePane multi)Creates the menu item.StringgetName()The name for the menu item.-
Methods inherited from class adams.gui.visualization.threewaydata.heatmapviewer.multipageaction.AbstractMultiPageMenuItem
compareTo, equals, getIcon
-
-
-
-
Method Detail
-
getName
public String getName()
The name for the menu item.- Specified by:
getNamein classAbstractMultiPageMenuItem- Returns:
- the name
-
getGroup
public String getGroup()
The name of the group this item belongs to.- Specified by:
getGroupin classAbstractMultiPageMenuItem- Returns:
- the name
-
getIconName
public String getIconName()
The name of the icon to use.- Specified by:
getIconNamein classAbstractMultiPageMenuItem- Returns:
- the name
-
getMenuItem
public JMenuItem getMenuItem(ThreeWayDataHeatmapViewerMultiPagePane multi)
Creates the menu item.- Specified by:
getMenuItemin classAbstractMultiPageMenuItem
-
-