Home
last modified time | relevance | path

Searched refs:VIEWS_SHOW_VIEW_PARM_ID (Results 1 – 7 of 7) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/
H A DBindingsExtensionDynamicTest.java105 IWorkbenchCommandConstants.VIEWS_SHOW_VIEW_PARM_ID) in testBindings()
137 IWorkbenchCommandConstants.VIEWS_SHOW_VIEW_PARM_ID) in testBindings()
168 IWorkbenchCommandConstants.VIEWS_SHOW_VIEW_PARM_ID) in testBindings()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/handlers/
H A DShowViewHandler.java31 …public static final String VIEWS_SHOW_VIEW_PARM_ID = "org.eclipse.ui.views.showView.viewId"; //$NO… field in ShowViewHandler
37 @Optional @Named(VIEWS_SHOW_VIEW_PARM_ID) String viewId) { in execute()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/
H A DIWorkbenchCommandConstants.java568 String VIEWS_SHOW_VIEW_PARM_ID = "org.eclipse.ui.views.showView.viewId"; //$NON-NLS-1$ field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/cpd/
H A DItemDetailToolTip.java246 parameters.put(IWorkbenchCommandConstants.VIEWS_SHOW_VIEW_PARM_ID, in addContent()
389 key = IWorkbenchCommandConstants.VIEWS_SHOW_VIEW_PARM_ID; in getKeyBindings()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/handlers/
H A DShowViewHandler.java77 final Object id = event.getParameters().get(IWorkbenchCommandConstants.VIEWS_SHOW_VIEW_PARM_ID); in execute()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/
H A DShowViewMenu.java76 public static final String VIEW_ID_PARM = IWorkbenchCommandConstants.VIEWS_SHOW_VIEW_PARM_ID;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/
H A DIWorkbenchPageTest.java1234 parameters.put(IWorkbenchCommandConstants.VIEWS_SHOW_VIEW_PARM_ID, viewId); in showViewViaCommand()