Package furbelow

Class DelegatingAction

java.lang.Object
javax.swing.AbstractAction
furbelow.DelegatingAction
All Implemented Interfaces:
ActionListener, PropertyChangeListener, Serializable, Cloneable, EventListener, Action

public class DelegatingAction extends AbstractAction implements PropertyChangeListener
Demonstration of context-sensitive menu items based on Actions exported by a JComponent.
See Also: