The CheckedDisplayAction represents a checked display item (like a checkbox in a menu or on a
dialog). The invoke method (inherited from DisplayAction) should toggle the checked state if
possible.
IMPLEMENTED BY THE COMPONENT AUTHOR - This interface is designed to be implemented by
the component (bean) author. The BasicCheckedDisplayAction class can be used for convenience.
author: Joe Nuxoll version: 1.0 See Also: DisplayAction See Also: com.sun.rave.designtime.impl.BasicCheckedDisplayAction |