当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
DelegateAction (Editor Library) - NetBeans API Javadoc (Current Development Version)
org.netbeans.editor
Class DelegateAction
java.lang.Object
javax.swing.AbstractAction
org.netbeans.editor.DelegateAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class DelegateAction
- extends AbstractAction
Action that delegates on delegate action.
- See Also:
- Serialized Form
delegate
protected Action delegate
DelegateAction
public DelegateAction()
DelegateAction
public DelegateAction(Action delegate)
getDelegate
protected final Action getDelegate()
setDelegate
protected void setDelegate(Action delegate)
actionPerformed
public void actionPerformed(ActionEvent e)
getValue
public Object getValue(String key)
- Specified by:
getValue
in interface Action
- Overrides:
getValue
in class AbstractAction
putValue
public void putValue(String key,
Object value)
- Specified by:
putValue
in interface Action
- Overrides:
putValue
in class AbstractAction