|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractAction
templates.diagram.actions.AbstractDiagramAction
templates.diagram.actions.DiagramActions.AssignFSAAction
public static class DiagramActions.AssignFSAAction
Action which assigns an FSAModel to the TemplateComponent
of an Entity.
| Field Summary | |
|---|---|
protected TemplateDiagram |
diagram
The TemplateDiagram context to be used by the action. |
protected Entity |
entity
The Entity whose TemplateComponent is to be assigned
the FSAModel. |
protected ides.api.model.fsa.FSAModel |
fsa
The FSAModel to be assigned. |
protected EntityIcon |
icon
The new icon for the Entity. |
| Fields inherited from class templates.diagram.actions.AbstractDiagramAction |
|---|
parentEdit, usePluralDescription |
| 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 | |
|---|---|
DiagramActions.AssignFSAAction(javax.swing.undo.CompoundEdit parent,
TemplateDiagram diagram,
Entity entity,
ides.api.model.fsa.FSAModel fsa)
Construct an action for the given parameters. |
|
DiagramActions.AssignFSAAction(javax.swing.undo.CompoundEdit parent,
TemplateDiagram diagram,
Entity entity,
ides.api.model.fsa.FSAModel fsa,
EntityIcon icon)
Construct an action for the given parameters. |
|
DiagramActions.AssignFSAAction(TemplateDiagram diagram,
Entity entity,
ides.api.model.fsa.FSAModel fsa)
Construct an action for the given parameters. |
|
DiagramActions.AssignFSAAction(TemplateDiagram diagram,
Entity entity,
ides.api.model.fsa.FSAModel fsa,
EntityIcon icon)
Construct an action for the given parameters. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
| Methods inherited from class templates.diagram.actions.AbstractDiagramAction |
|---|
addBoundsAdjust, execute, postEdit, postEdit, postEditAdjustCanvas, postEditAdjustCanvas, setLastOfMultiple |
| 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 |
|---|
protected TemplateDiagram diagram
TemplateDiagram context to be used by the action.
protected Entity entity
Entity whose TemplateComponent is to be assigned
the FSAModel.
protected ides.api.model.fsa.FSAModel fsa
FSAModel to be assigned.
protected EntityIcon icon
Entity.
| Constructor Detail |
|---|
public DiagramActions.AssignFSAAction(TemplateDiagram diagram,
Entity entity,
ides.api.model.fsa.FSAModel fsa)
diagram - the TemplateDiagram to be used by the actionentity - the Entity whose TemplateComponent is to
be assigned the FSAModelfsa - the FSAModel to be assigned
public DiagramActions.AssignFSAAction(TemplateDiagram diagram,
Entity entity,
ides.api.model.fsa.FSAModel fsa,
EntityIcon icon)
diagram - the TemplateDiagram to be used by the actionentity - the Entity whose TemplateComponent is to
be assigned the FSAModelfsa - the FSAModel to be assignedicon - the new icon for the Entity
public DiagramActions.AssignFSAAction(javax.swing.undo.CompoundEdit parent,
TemplateDiagram diagram,
Entity entity,
ides.api.model.fsa.FSAModel fsa)
parent - the UndoableEdit to which this action should add
its own undo informationdiagram - the TemplateDiagram to be used by the actionentity - the Entity whose TemplateComponent is to
be assigned the FSAModelfsa - the FSAModel to be assigned
public DiagramActions.AssignFSAAction(javax.swing.undo.CompoundEdit parent,
TemplateDiagram diagram,
Entity entity,
ides.api.model.fsa.FSAModel fsa,
EntityIcon icon)
parent - the UndoableEdit to which this action should add
its own undo informationdiagram - the TemplateDiagram to be used by the actionentity - the Entity whose TemplateComponent is to
be assigned the FSAModelfsa - the FSAModel to be assignedicon - the new icon for the Entity| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent e)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||