java.awt.event.ActionListener
and java.swing.Action
, transferring received action events to the Action's actionPerformed
method. This class provides an easy way to use java.swing.Action
instances in AWT components. Usage: after creating an AWTActionProxy
instance, the addActionListener method must be called on the AWT component which action events are to be proxied, using the
AWTActionProxy
instance as a parameter.
|
|