Eclipse Platform
Release 3.2

org.eclipse.core.commands
Interface INamedHandleStateIds

All Known Subinterfaces:
IMenuStateIds

public interface INamedHandleStateIds

* State identifiers that are understood by named handle objects that implement * IObjectWithState. *

*

* Clients may implement or extend this class. *

* * @since 3.2


Field Summary
static String DESCRIPTION
          The state id used for overriding the description of a named handle * object.
static String NAME
          The state id used for overriding the name of a named handle object.
 

Field Detail

DESCRIPTION

public static final String DESCRIPTION
The state id used for overriding the description of a named handle * object. This state's value must return a String.

See Also:
Constant Field Values

NAME

public static final String NAME
The state id used for overriding the name of a named handle object. This * state's value must return a String.

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.