templates.presentation
Class IssuesWrapper.SetEventsAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by templates.presentation.IssuesWrapper.SetEventsAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
Enclosing class:
IssuesWrapper

protected static class IssuesWrapper.SetEventsAction
extends javax.swing.AbstractAction

Action to update the linking of events between the template components connected by a Connector.

Author:
Lenko Grigorov
See Also:
Serialized Form

Field Summary
protected  Connector connector
          The Connector connecting the template components between which the event links will be updated.
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
IssuesWrapper.SetEventsAction(Connector connector)
          Construct a new action to update the event links between the template components connected by the given connector.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Display the UI dialog for event linking to enable the modification of the linking of events between the template components connected by the connector given at initialization.
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connector

protected Connector connector
The Connector connecting the template components between which the event links will be updated.

Constructor Detail

IssuesWrapper.SetEventsAction

public IssuesWrapper.SetEventsAction(Connector connector)
Construct a new action to update the event links between the template components connected by the given connector.

Parameters:
connector - the connector connecting the template components between which the event links should be updated
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Display the UI dialog for event linking to enable the modification of the linking of events between the template components connected by the connector given at initialization.

See Also:
EventLinksDialog