cytoscape.actions
Class SetVisualPropertiesAction
java.lang.Object
javax.swing.AbstractAction
cytoscape.util.CytoscapeAction
cytoscape.actions.SetVisualPropertiesAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class SetVisualPropertiesAction
- extends CytoscapeAction
- See Also:
- Serialized Form
Methods inherited from class cytoscape.util.CytoscapeAction |
actionHelp, clone, completions, getActionList, getKeyCode, getKeyModifiers, getName, getPreferredButtonGroup, getPreferredMenu, getPrefferedIndex, isAccelerated, isInMenuBar, isInToolBar, setAcceleratorCombo, setName, setPreferredButtonGroup, setPreferredIndex, setPreferredMenu, takeArgs |
SetVisualPropertiesAction
public SetVisualPropertiesAction(ImageIcon icon)
SetVisualPropertiesAction
public SetVisualPropertiesAction(boolean showLabel)
- The constructor that takes a boolean shows no label,
no matter what the value of the boolean actually is.
This makes is appropriate for an icon, but inappropriate
for the pulldown menu system.
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener
- Specified by:
actionPerformed
in class CytoscapeAction