Package org.eclipse.jface.menus
Interface IMenuStateIds
- All Superinterfaces:
- INamedHandleStateIds
State identifiers that should be understood by items and renderers of items. The state is associated with the command, and then interpreted by the menu renderer.
Clients may implement or extend this class.
- Since:
- 3.2
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe state id used for indicating the widget style of a command presented in the menus and tool bars.Fields inherited from interface org.eclipse.core.commands.INamedHandleStateIdsDESCRIPTION, NAME
- 
Field Details- 
STYLEThe state id used for indicating the widget style of a command presented in the menus and tool bars. This state must be an instance ofToggleStateorRadioState.- See Also:
 
 
-