Class SaveVisible
- java.lang.Object
-
- adams.gui.visualization.container.datacontainerpanel.AbstractPopupCustomizer<T,M,C>
-
- adams.gui.visualization.container.datacontainerpanel.plotpopup.AbstractPlotPopupCustomizer<Instance,InstanceContainerManager,InstanceContainer>
-
- adams.gui.visualization.instance.plotpopup.SaveVisible
-
- All Implemented Interfaces:
Serializable
public class SaveVisible extends AbstractPlotPopupCustomizer<Instance,InstanceContainerManager,InstanceContainer>
Allows the user to save the visible containers as ARFF.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaveVisible()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcustomize(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel, MouseEvent e, JPopupMenu menu)Returns a popup menu for the table of the container list.StringgetGroup()The group this customizer belongs to.StringgetName()The name.booleanhandles(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel)Checks whether this action can handle the panel.
-
-
-
Method Detail
-
getName
public String getName()
The name.- Specified by:
getNamein classAbstractPopupCustomizer<Instance,InstanceContainerManager,InstanceContainer>- Returns:
- the name
-
getGroup
public String getGroup()
The group this customizer belongs to.- Specified by:
getGroupin classAbstractPopupCustomizer<Instance,InstanceContainerManager,InstanceContainer>- Returns:
- the group
-
handles
public boolean handles(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel)
Checks whether this action can handle the panel.- Specified by:
handlesin classAbstractPopupCustomizer<Instance,InstanceContainerManager,InstanceContainer>- Parameters:
panel- the panel to check- Returns:
- true if handled
-
customize
public void customize(DataContainerPanelWithContainerList<Instance,InstanceContainerManager,InstanceContainer> panel, MouseEvent e, JPopupMenu menu)
Returns a popup menu for the table of the container list.- Specified by:
customizein classAbstractPlotPopupCustomizer<Instance,InstanceContainerManager,InstanceContainer>- Parameters:
panel- the affected panele- the mouse eventmenu- the popup menu to customize
-
-