|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractAction
templates.presentation.IssuesWrapper.ConvertAction
protected static class IssuesWrapper.ConvertAction
Action to change the type (TemplateComponent.TYPE_MODULE or
TemplateComponent.TYPE_CHANNEL) of a template component.
| Field Summary | |
|---|---|
protected TemplateDiagram |
diagram
The template diagram which contains the template component. |
protected Entity |
entity
The Entity for the template component. |
protected int |
type
The new type ( TemplateComponent.TYPE_MODULE or
TemplateComponent.TYPE_CHANNEL) of the component. |
| 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.ConvertAction(java.lang.String label,
TemplateDiagram diagram,
Entity entity,
int type)
Construct a new action to change the type of a given template component. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Perform the change of type. |
| 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
protected Entity entity
Entity for the template component.
protected int type
TemplateComponent.TYPE_MODULE or
TemplateComponent.TYPE_CHANNEL) of the component.
| Constructor Detail |
|---|
public IssuesWrapper.ConvertAction(java.lang.String label,
TemplateDiagram diagram,
Entity entity,
int type)
label - the label for the actiondiagram - the template diagram which contains the template componententity - the entity for the template componenttype - the new type (TemplateComponent.TYPE_MODULE or
TemplateComponent.TYPE_CHANNEL) of the component| 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 | |||||||||