| org.eclipse.ui.internal.ShowInMenu
ShowInMenu | public class ShowInMenu extends ContributionItem (Code) | | A ShowInMenu is used to populate a menu manager with
Show In actions. The items to show are determined from the active perspective
and active part.
|
ShowInMenu | public ShowInMenu(IWorkbenchWindow window, String id)(Code) | | Creates a Show In menu.
Parameters: window - the window containing the menu |
fill | public void fill(Menu menu, int index)(Code) | | |
isDirty | public boolean isDirty()(Code) | | |
isDynamic | public boolean isDynamic()(Code) | | Overridden to always return true and force dynamic menu building.
|
|
|