setNestedAction(Action nestedAction) If a nested Action is set, any ActionEvents passed to the actionPerformed
method of this Action will be forwarded to the nested Action if the button
is in a disabled state.
public void setNestedAction(Action nestedAction)(Code)
If a nested Action is set, any ActionEvents passed to the actionPerformed
method of this Action will be forwarded to the nested Action if the button
is in a disabled state.