|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractAction
templates.presentation.IssuesWrapper.SetEventsAction
protected static class IssuesWrapper.SetEventsAction
Action to update the linking of events between the template components
connected by a Connector.
| 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 |
|---|
protected Connector connector
Connector connecting the template components between
which the event links will be updated.
| Constructor Detail |
|---|
public IssuesWrapper.SetEventsAction(Connector connector)
connector - the connector connecting the template components between
which the event links should be updated| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent e)
EventLinksDialog
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||