verinec.gui.configurator
Class Configurator.DeconnectAction
java.lang.Object
javax.swing.AbstractAction
verinec.gui.configurator.ConfigAction
verinec.gui.configurator.Configurator.DeconnectAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- Configurator
class Configurator.DeconnectAction
- extends ConfigAction
Action for visible (Multi) bindings and for SingleInterfaces, handles the Deconnect.
bind
private NwComponent bind
Configurator.DeconnectAction
public Configurator.DeconnectAction(NwComponent bind)
throws VerinecException
- Instantiate deconnect action for a binding or interface.
- Parameters:
bind - The SingleInterface or MultiBinding that can will be deconnected if the action is executed.
- Throws:
VerinecException - If the GuiUtil.DECONNECT_ICON can not be found.
actionPerformed
public void actionPerformed(ActionEvent e)
- Deconnect the binding respective the interface.
- Parameters:
e - The event.