| org.eclipse.ui.internal.commands.ILegacyAttributeNames
ILegacyAttributeNames | public interface ILegacyAttributeNames (Code) | | This defines attribute names that were understood in Eclipse 3.0. This is
used to provide legacy support for the attribute map property.
since: 3.1 |
Field Summary | |
final public String | ENABLED Whether the handler is capable of executing right now. | final public String | HANDLED Whether the handler is capable of handling delegation of responsibilities
at this time. |
ENABLED | final public String ENABLED(Code) | | Whether the handler is capable of executing right now.
|
HANDLED | final public String HANDLED(Code) | | Whether the handler is capable of handling delegation of responsibilities
at this time.
|
|
|