|
org.netbeans.modules.editor.lib/1 1.44.0 9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractAction
org.netbeans.editor.DelegateAction
public class DelegateAction
Action that delegates on delegate action.
| Field Summary | |
|---|---|
protected Action |
delegate
|
| Fields inherited from class javax.swing.AbstractAction |
|---|
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
|---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
| Constructor Summary | |
|---|---|
DelegateAction()
|
|
DelegateAction(Action delegate)
|
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
|
protected Action |
getDelegate()
|
Object |
getValue(String key)
|
void |
putValue(String key,
Object value)
|
protected void |
setDelegate(Action delegate)
|
| Methods inherited from class javax.swing.AbstractAction |
|---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, isEnabled, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Action delegate
| Constructor Detail |
|---|
public DelegateAction()
public DelegateAction(Action delegate)
| Method Detail |
|---|
protected final Action getDelegate()
protected void setDelegate(Action delegate)
public void actionPerformed(ActionEvent e)
public Object getValue(String key)
getValue in interface ActiongetValue in class AbstractAction
public void putValue(String key,
Object value)
putValue in interface ActionputValue in class AbstractAction
|
org.netbeans.modules.editor.lib/1 1.44.0 9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||