|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractAction
templates.presentation.UIActions.SetChannelAction
public static class UIActions.SetChannelAction
An action to set the type of a template component to
TemplateComponent.TYPE_CHANNEL (channel).
| Field Summary | |
|---|---|
protected TemplateEditableCanvas |
canvas
The canvas which contains the template component whose type will be set. |
| 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.SetChannelAction(TemplateEditableCanvas canvas,
Entity entity)
Construct an action to set the type of the given template component to TemplateComponent.TYPE_CHANNEL (channel). |
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt)
Set the type of the template component to TemplateComponent.TYPE_CHANNEL (channel). |
| 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.SetChannelAction(TemplateEditableCanvas canvas,
Entity entity)
TemplateComponent.TYPE_CHANNEL (channel).
canvas - the canvas which contains the template component whose
type will be setentity - the Entity for the template component whose type
will be set| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent evt)
TemplateComponent.TYPE_CHANNEL (channel).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||