verinec.gui.configurator
Class Configurator.DeleteAction
java.lang.Object
javax.swing.AbstractAction
verinec.gui.configurator.ConfigAction
verinec.gui.configurator.Configurator.DeleteAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- Configurator
class Configurator.DeleteAction
- extends ConfigAction
Configurator.DeleteAction
public Configurator.DeleteAction(NwComponent c)
throws VerinecException
- Instantiate a ConfigAction with title Delete and DELETE_ICON.
If the component is null, deletes all selected nodes (for use in
a menu with no context of a specific node).
- Parameters:
c - The context for this action. May be NULL.
- Throws:
VerinecException - if DELETE_ICON can not be loaded.
actionPerformed
public void actionPerformed(ActionEvent e)
- Perform one of the config actions.
- Parameters:
e - The event that happened.