Eclipse Platform
Release 3.2

org.eclipse.jface.menus
Interface IMenuStateIds

All Superinterfaces:
INamedHandleStateIds

public interface IMenuStateIds
extends 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 Summary
static String STYLE
          The 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.INamedHandleStateIds
DESCRIPTION, NAME
 

Field Detail

STYLE

public static final String STYLE
The state id used for indicating the widget style of a command presented in the menus and tool bars. This state must be an instance of ToggleState or RadioState.

See Also:
Constant Field Values

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.