Eclipse Platform
Release 3.1

org.eclipse.core.commands
Interface IHandlerAttributes


public interface IHandlerAttributes

Attribute constants that have special meanings within this package. These attributes can be used to communicate extra information from the handler to either the command or the command manager.

Since:
3.1

Field Summary
static String ATTRIBUTE_HANDLED
           The name of the attribute indicating whether the handler is handled.
 

Field Detail

ATTRIBUTE_HANDLED

public static final String ATTRIBUTE_HANDLED

The name of the attribute indicating whether the handler is handled. This is intended largely for backward compatibility with the workbench RetargetAction class. It is used to indicate that while the handler is handling a command, it should not be treated as such. The command should act and behave as if it has no handler.

See Also:
Constant Field Values

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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