com.sun.rave.designtime
Interface CheckedDisplayAction

All Superinterfaces:
DisplayAction, DisplayItem
All Known Implementing Classes:
BasicCheckedDisplayAction

public interface CheckedDisplayAction
extends DisplayAction

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.

Version:
1.0
Author:
Joe Nuxoll
See Also:
DisplayAction, BasicCheckedDisplayAction

Method Summary
 boolean isChecked()
          Returns the boolean checked state of this display item.
 
Methods inherited from interface com.sun.rave.designtime.DisplayAction
invoke, isEnabled
 
Methods inherited from interface com.sun.rave.designtime.DisplayItem
getDescription, getDisplayName, getHelpKey, getLargeIcon, getSmallIcon
 

Method Detail

isChecked


public boolean isChecked()
Returns the boolean checked state of this display item.

Returns:
true if this display action is checked, and false if not