| org.eclipse.ui.internal.ReopenEditorMenu
ReopenEditorMenu | public class ReopenEditorMenu extends ContributionItem (Code) | | A dynamic menu item which supports to switch to other Windows.
|
Method Summary | |
public void | fill(Menu menu, int index) Fills the given menu with
menu items for all 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. |
ReopenEditorMenu | public ReopenEditorMenu(IWorkbenchWindow window, String id, boolean showSeparator)(Code) | | Create a new instance.
Parameters: window - the window on which the menu is to be created Parameters: id - menu's id Parameters: showSeparator - whether or not to show a separator |
fill | public void fill(Menu menu, int index)(Code) | | Fills the given menu with
menu items for all 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.
|
|
|