| org.eclipse.ui.internal.presentations.SystemMenuNewEditor
SystemMenuNewEditor | final public class SystemMenuNewEditor extends Action implements ISelfUpdatingAction(Code) | | This convenience class provides a "New Editor" system menu item that
opens another editor of the same type as the current editor, on the same input.
Presentations can use this to add a "New Editor" item to their system menu.
since: 3.1 |
SystemMenuNewEditor | public SystemMenuNewEditor(IStackPresentationSite site)(Code) | | Creates a new instance of the action
Parameters: site - the presentation site |
dispose | public void dispose()(Code) | | Disposes the action.
|
setTarget | public void setTarget(IPresentablePart presentablePart)(Code) | | Sets the target of this action to the given part.
Parameters: presentablePart - the target part for this action, or null ifthere is no appopriate target part |
shouldBeVisible | public boolean shouldBeVisible()(Code) | | |
update | public void update()(Code) | | |
|
|