| org.eclipse.ui.internal.ShowViewMenu
ShowViewMenu | public class ShowViewMenu extends ContributionItem (Code) | | A ShowViewMenu is used to populate a menu manager with Show
View actions. The visible views are determined by user preference from the
Perspective Customize dialog.
|
Field Summary | |
protected boolean | dirty |
Method Summary | |
public void | fill(Menu menu, int index) | public boolean | isDirty() | public boolean | isDynamic() Overridden to always return true and force dynamic menu building. | protected void | removeAction(String viewId) |
dirty | protected boolean dirty(Code) | | |
ShowViewMenu | public ShowViewMenu(IWorkbenchWindow window, String id)(Code) | | Creates a Show View menu.
Parameters: window - the window containing the menu Parameters: id - the id |
ShowViewMenu | public ShowViewMenu(IWorkbenchWindow window, String id, boolean makeFast)(Code) | | Creates a Show View menu.
Parameters: window - the window containing the menu Parameters: id - the id |
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.
|
removeAction | protected void removeAction(String viewId)(Code) | | |
|
|