|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Field Summary | |
---|---|
static java.lang.String |
P_ENABLED
Id for the enabled property. |
Method Summary | |
---|---|
java.lang.Integer |
getAccelerator(IContributionItem item)
This is not intended to be called outside of the workbench. |
java.lang.String |
getAcceleratorText(IContributionItem item)
This is not intended to be called outside of the workbench. |
java.lang.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. |
java.lang.String |
getText(IContributionItem item)
This is not intended to be called outside of the workbench. |
Field Detail |
---|
static final java.lang.String P_ENABLED
"enabled"
.
Method Detail |
---|
java.lang.Boolean getEnabled(IContributionItem item)
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.
item
- the contribution item for which the enable override value is
determinedjava.lang.Integer getAccelerator(IContributionItem item)
java.lang.String getAcceleratorText(IContributionItem item)
java.lang.String getText(IContributionItem item)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |