| org.eclipse.ui.internal.SwitchToWindowMenu
SwitchToWindowMenu | public class SwitchToWindowMenu extends ContributionItem (Code) | | A dynamic menu item to switch to other opened workbench windows.
|
Method Summary | |
public void | fill(Menu menu, int index) Fills the given menu with menu items for all
opened workbench windows. | public boolean | isDirty() Overridden to always return true and force dynamic menu building. | public boolean | isDynamic() Overridden to always return true and force dynamic menu building. |
SwitchToWindowMenu | public SwitchToWindowMenu(IWorkbenchWindow window, String id, boolean showSeparator)(Code) | | Creates a new instance of this class.
Parameters: window - the workbench window this action applies to Parameters: showSeparator - whether to add a separator in the menu |
fill | public void fill(Menu menu, int index)(Code) | | Fills the given menu with menu items for all
opened workbench windows.
|
isDirty | public boolean isDirty()(Code) | | Overridden to always return true and force dynamic menu building.
|
isDynamic | public boolean isDynamic()(Code) | | Overridden to always return true and force dynamic menu building.
|
|
|