Home
last modified time | relevance | path

Searched refs:NAVIGATE_SHOW_IN (Results 1 – 4 of 4) 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/commands/
H A DBug417762Test.java51 .getCommand(IWorkbenchCommandConstants.NAVIGATE_SHOW_IN); in testAsReported()
71 .getCommand(IWorkbenchCommandConstants.NAVIGATE_SHOW_IN); in testSuggestionUseExecuteCommand()
100 .getCommand(IWorkbenchCommandConstants.NAVIGATE_SHOW_IN); in testSuggestionUseExecuteCommandInContext()
129 .getCommand(IWorkbenchCommandConstants.NAVIGATE_SHOW_IN); in testSuggestionUseParameterizedCommandExecuteWithChecks()
/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.java314 String NAVIGATE_SHOW_IN = "org.eclipse.ui.navigate.showIn"; //$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/
H A DShowInMenu.java264 IWorkbenchCommandConstants.NAVIGATE_SHOW_IN, CommandContributionItem.STYLE_PUSH); in getContributionItem()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.jeview/src/org/eclipse/jdt/jeview/views/
H A DJavaElementView.java779 Command showInCommand= service.getCommand(IWorkbenchCommandConstants.NAVIGATE_SHOW_IN); in makeActions()