|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContextMenuContributionTool
If the currently active ModalTool
implements this interface
the MapEditor
asks it to contribute to the context menu programmatically.
Method Summary | |
---|---|
void |
contributeContextMenu(java.util.List<IContributionItem> contributions)
The ModalTool may implement this method to contribute programmatially to the context menu on the MapEditor. |
Method Detail |
---|
void contributeContextMenu(java.util.List<IContributionItem> contributions)
For the contribution of IAction
use
contributions.add(new ActionContributionItem(IAction))
.
contributions
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |