|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractAction
templates.presentation.UIActions.EventLinksAction
public static class UIActions.EventLinksAction
An action to display the dialog for specifying the linking of events between the template components connected by a connector.
EventLinksDialog,
Serialized Form| Field Summary | |
|---|---|
protected TemplateEditableCanvas |
canvas
The canvas which contains the connector whose events links will be specified. |
| 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.EventLinksAction(TemplateEditableCanvas canvas,
Connector connector)
Construct an action to display the dialog for specifying the linking of events between the template components connected by the given connector. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt)
Display the dialog for specifying the linking of events between the template components connected by the connector. |
| 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 TemplateEditableCanvas canvas
| Constructor Detail |
|---|
public UIActions.EventLinksAction(TemplateEditableCanvas canvas,
Connector connector)
canvas - the canvas which contains the connector whose events links
will be specifiedconnector - the connector whose events links will be specified| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent evt)
EventLinksDialog
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||