Home
last modified time | relevance | path

Searched refs:SELECT_ALL_ACTION (Results 1 – 18 of 18) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/variables/
H A DSelectAllVariablesAction.java24 return IDebugView.SELECT_ALL_ACTION + ".Variables"; //$NON-NLS-1$ in getActionId()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.search/search/org/eclipse/search/internal/ui/
H A DISearchHelpContextIds.java34 public static final String SELECT_ALL_ACTION = PREFIX + "select_all_action_context"; //$NON-NLS-1$ field
H A DSelectAllAction.java43 PlatformUI.getWorkbench().getHelpSystem().setHelp(this, ISearchHelpContextIds.SELECT_ALL_ACTION); in SelectAllAction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/tools/automated_ui_tests/javatests/src/org/chromium/webview_ui_test/test/
H A DActionModeTest.java96 private static final String SELECT_ALL_ACTION = "Select all"; field in ActionModeTest
140 clickPopupAction(SELECT_ALL_ACTION); in testSelectAll()
244 if (name.equals(SELECT_ALL_ACTION)) { in clickPopupAction()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/expressions/
H A DSelectAllExpressionsAction.java31 return IDebugView.SELECT_ALL_ACTION + ".Variables"; //$NON-NLS-1$ in getActionId()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/
H A DIDebugView.java109 String SELECT_ALL_ACTION = ActionFactory.SELECT_ALL.getId(); field
H A DAbstractDebugView.java159 fgGlobalActionIds.add(SELECT_ALL_ACTION);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/breakpoints/
H A DSelectAllBreakpointsAction.java74 return IDebugView.SELECT_ALL_ACTION; in getActionId()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/
H A DSelectAllAction.java62 PlatformUI.getWorkbench().getHelpSystem().setHelp(this, IJavaHelpContextIds.SELECT_ALL_ACTION); in SelectAllAction()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/
H A DIAbstractTextEditorHelpContextIds.java159 String SELECT_ALL_ACTION= PREFIX + ITextEditorActionConstants.SELECT_ALL + ACTION_POSTFIX; field
H A DAbstractTextEditor.java5782 action.setHelpContextId(IAbstractTextEditorHelpContextIds.SELECT_ALL_ACTION); in createActions()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/httppanel/view/syntaxhighlight/
H A DHttpPanelSyntaxHighlightTextArea.java426 selectAllAction = new TextAreaMenuItem(RTextArea.SELECT_ALL_ACTION, false, false); in initActions()
508 case RTextArea.SELECT_ALL_ACTION: in isEnableForComponent()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/
H A DDefaultDetailPane.java128 …protected static final String DETAIL_SELECT_ALL_ACTION = IDebugView.SELECT_ALL_ACTION + ".SourceDe…
534 setGlobalAction(IDebugView.SELECT_ALL_ACTION, getAction(DETAIL_SELECT_ALL_ACTION)); in createViewSpecificComponents()
552 setGlobalAction(IDebugView.SELECT_ALL_ACTION, null); in createViewSpecificComponents()
569 setGlobalAction(IDebugView.SELECT_ALL_ACTION, null); in createViewSpecificComponents()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/
H A DVariablesView.java693 if (!fGlobalActionMap.containsKey(SELECT_ALL_ACTION)) { in createContextMenu()
694 …setGlobalAction(IDebugView.SELECT_ALL_ACTION, actionBars.getGlobalActionHandler(SELECT_ALL_ACTION)… in createContextMenu()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/
H A DIJavaHelpContextIds.java308 public static final String SELECT_ALL_ACTION = PREFIX + "select_all_action"; //$NON-NLS-1$ field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/
H A DIJavaHelpContextIds.java212 …public static final String SELECT_ALL_ACTION= PREFIX + "select_all_action"; //$NON-NLS… field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/infoviews/
H A DSourceView.java155 ….getWorkbench().getHelpSystem().setHelp(this, IAbstractTextEditorHelpContextIds.SELECT_ALL_ACTION); in SelectAllAction()
H A DJavadocView.java460 ….getWorkbench().getHelpSystem().setHelp(this, IAbstractTextEditorHelpContextIds.SELECT_ALL_ACTION); in SelectAllAction()