cytoscape.actions
Class ExportVizmapAction
java.lang.Object
javax.swing.AbstractAction
cytoscape.util.CytoscapeAction
cytoscape.actions.ExportVizmapAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action, MenuListener
public class ExportVizmapAction
- extends CytoscapeAction
Export visual styles as a vizmap.props file
- Since:
- 2.3
- Version:
- 0.8
- Author:
- kono
- See Also:
- Serialized Form
Methods inherited from class cytoscape.util.CytoscapeAction |
actionHelp, clone, completions, getActionList, getKeyCode, getKeyModifiers, getName, getPreferredButtonGroup, getPreferredMenu, getPrefferedIndex, isAccelerated, isInMenuBar, isInToolBar, menuCanceled, menuDeselected, menuSelected, setAcceleratorCombo, setName, setPreferredButtonGroup, setPreferredIndex, setPreferredMenu, takeArgs |
ExportVizmapAction
public ExportVizmapAction()
- Creates a new ExportVizmapAction object.
actionPerformed
public void actionPerformed(ActionEvent e)
- Get file name and execute the saving task
- Specified by:
actionPerformed
in interface ActionListener
- Specified by:
actionPerformed
in class CytoscapeAction
- Parameters:
e
- DOCUMENT ME!