org.eclipse.jface.action
Interface IContributionManagerOverrides
- public interface IContributionManagerOverrides
This interface is used by instances of IContributionItem
to determine if the values for certain properties have been overriden
by their manager.
This interface is internal to the framework; it should not be implemented outside
the framework.
- Since:
- 2.0
P_ENABLED
public static final String P_ENABLED
- Id for the enabled property. Value is
"enabled"
.
- Since:
- 2.0
getEnabled
public Boolean getEnabled(IContributionItem item)
- Returns
Boolean.TRUE
if the given contribution item should
be enabled, Boolean.FALSE
if the item should be disabled, and
null
if the item may determine its own enablement.
- Parameters:
the
- contribution item for which the enable override value is
determined- Since:
- 2.0
getAccelerator
public Integer getAccelerator(IContributionItem item)
getAcceleratorText
public String getAcceleratorText(IContributionItem item)
getText
public String getText(IContributionItem item)
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.