templates.presentation
Class UIActions.AssignFSAAction

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

public static class UIActions.AssignFSAAction
extends javax.swing.AbstractAction

An action to display the dialog for assigning an FSA model to a template component.

Author:
Lenko Grigorov
See Also:
AssignFSADialog, Serialized Form

Field Summary
protected  TemplateEditableCanvas canvas
          The canvas which contains the entity to whose template component an FSA model will be assigned.
 
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
UIActions.AssignFSAAction(TemplateEditableCanvas canvas, Entity entity)
          Construct an action to display the dialog for assigning an FSA model to the given template component.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
          Display the dialog for assigning an FSA model to the template component.
 
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

canvas

protected TemplateEditableCanvas canvas
The canvas which contains the entity to whose template component an FSA model will be assigned.

Constructor Detail

UIActions.AssignFSAAction

public UIActions.AssignFSAAction(TemplateEditableCanvas canvas,
                                 Entity entity)
Construct an action to display the dialog for assigning an FSA model to the given template component.

Parameters:
canvas - the canvas which contains the entity to whose template component an FSA model will be assigned
entity - the entity to whose template component an FSA model will be assigned
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Display the dialog for assigning an FSA model to the template component.