|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Contribution
Internal interface for managing expansion point contributions.
| Method Summary | |
|---|---|
boolean |
isContributionFor(Command command)
Checks this contribution represents the specified command. |
void |
performAdd(CommandGroup parent,
ExpansionPointMember expansionPointMember)
Adds the specified this contribution the specified group. |
void |
performRemove(CommandGroup parent,
ExpansionPointMember expansionPointMember)
Removes the specified this contribution the specified group. |
| Method Detail |
|---|
void performAdd(CommandGroup parent,
ExpansionPointMember expansionPointMember)
parent - the parent group.expansionPointMember - the expansion point member of the group.
void performRemove(CommandGroup parent,
ExpansionPointMember expansionPointMember)
parent - the parent group.expansionPointMember - the expansion point member of the group.boolean isContributionFor(Command command)
command - the command to check.
true if thise contribution represents the command, false
if it doesn't.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||