Clients may contribute actions to the context menu of a text console page using the org.eclipse.ui.popupMenus
extension point. The context menu identifier for a text console page is the associated console's type suffixed with .#ContextMenu
. When a console does not specify a type, the context menu id is #ContextMenu
.
Clients may subclass this class.
@since 3.1
|
|