Home
last modified time | relevance | path

Searched refs:isFocusControl (Results 1 – 25 of 129) sorted by relevance

123456

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/
H A DPartFocusTest.java139 assertTrue(((PartBackend) otherPart.getObject()).text1.isFocusControl()); in setUp()
167 assertFalse(((PartBackend) part.getObject()).text1.isFocusControl()); in testFocusChangesOnExplicitPartActivation()
170 assertTrue(((PartBackend) part.getObject()).text1.isFocusControl()); in testFocusChangesOnExplicitPartActivation()
176 assertFalse(((PartBackend) part.getObject()).text1.isFocusControl()); in XXXtestNoFocusChangeOnExplicitWidgetSelection()
180 assertFalse(((PartBackend) part.getObject()).text1.isFocusControl()); in XXXtestNoFocusChangeOnExplicitWidgetSelection()
181 assertTrue(((TextField) toolControl.getObject()).text.isFocusControl()); in XXXtestNoFocusChangeOnExplicitWidgetSelection()
187 assertTrue(((PartBackend) otherPart.getObject()).text1.isFocusControl()); in testNoActivationOnExplicitInPartWidgetSelection()
219 assertTrue(((PartBackend) otherPart.getObject()).text2.isFocusControl()); in testNoActivationOnExplicitInPartWidgetSelection()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/
H A DStickyHoverManager.java210 …if (infoControl != null && !infoControl.isFocusControl() && infoControl instanceof IInformationCon… in handleEvent()
235 if (iControl != null && ! iControl.isFocusControl()) in handleEvent()
299 if (getCurrentInformationControl2().isFocusControl()) { in requestWidgetToken()
326 return iControl.isFocusControl(); in setFocus()
331 return iControl.isFocusControl(); in setFocus()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/
H A DConfigurationBlock.java49 …highlight(parent, labelControl, comboBox, comboBox.isFocusControl() ? HIGHLIGHT_FOCUS : HIGHLIGHT_… in addHighlight()
53 if (! comboBox.isFocusControl()) in addHighlight()
63 if (! comboBox.isFocusControl()) in addHighlight()
68 …int color= comboBox.isFocusControl() ? HIGHLIGHT_FOCUS : isAroundLabel(e) ? HIGHLIGHT_MOUSE : HIGH… in addHighlight()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/src/org/eclipse/ui/workbench/texteditor/tests/
H A DFindReplaceDialogTest.java209 assertTrue(findField.isFocusControl()); in testFocusNotChangedWhenEnterPressed()
216 assertTrue(wrapSearchBox.isFocusControl()); in testFocusNotChangedWhenEnterPressed()
223 assertTrue(allScopeBox.isFocusControl()); in testFocusNotChangedWhenEnterPressed()
257 assertTrue(wrapSearchBox.isFocusControl()); in testFocusNotChangedWhenButtonMnemonicPressed()
265 assertTrue(allScopeBox.isFocusControl()); in testFocusNotChangedWhenButtonMnemonicPressed()
272 assertTrue(allScopeBox.isFocusControl()); in testFocusNotChangedWhenButtonMnemonicPressed()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.releng/bundles/org.eclipse.releng.tools/src/org/eclipse/releng/tools/preferences/
H A DConfigurationBlock.java59 …highlight(parent, labelControl, comboBox, comboBox.isFocusControl() ? HIGHLIGHT_FOCUS : HIGHLIGHT_… in addHighlight()
63 if (! comboBox.isFocusControl()) in addHighlight()
73 if (! comboBox.isFocusControl()) in addHighlight()
78 …int color= comboBox.isFocusControl() ? HIGHLIGHT_FOCUS : isAroundLabel(e) ? HIGHLIGHT_MOUSE : HIGH… in addHighlight()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DCCombo.java196 focus = text.isFocusControl(); in createText()
616 if (!isDisposed () && isFocusControl()) { in dropDown()
671 if (isFocusControl()) list.setFocus (); in dropDown()
1162 public boolean isFocusControl () { in isFocusControl() method in CCombo
1169 return super.isFocusControl (); in isFocusControl()
1236 if (text.getEditable() && text.isFocusControl()) text.selectAll (); in listEvent()
1525 if (text.getEditable() && text.isFocusControl()) text.selectAll (); in select()
1585 if (isFocusControl ()) return true; in setFocus()
1747 if (text.getEditable() && text.isFocusControl()) text.selectAll (); in setText()
1937 if (text.getEditable() && text.isFocusControl()) text.selectAll (); in textEvent()
[all …]
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DCCombo.java196 focus = text.isFocusControl(); in createText()
616 if (!isDisposed () && isFocusControl()) { in dropDown()
671 if (isFocusControl()) list.setFocus (); in dropDown()
1162 public boolean isFocusControl () { in isFocusControl() method in CCombo
1169 return super.isFocusControl (); in isFocusControl()
1236 if (text.getEditable() && text.isFocusControl()) text.selectAll (); in listEvent()
1525 if (text.getEditable() && text.isFocusControl()) text.selectAll (); in select()
1585 if (isFocusControl ()) return true; in setFocus()
1747 if (text.getEditable() && text.isFocusControl()) text.selectAll (); in setText()
1937 if (text.getEditable() && text.isFocusControl()) text.selectAll (); in textEvent()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/accessibility/
H A DShape.java76 if (isFocusControl()) gc.drawFocus(rect.x, rect.y, rect.width, rect.height); in addListeners()
131 if (isFocusControl()) e.detail |= ACC.STATE_FOCUSED; in addListeners()
H A DCTable.java147 public boolean isFocusControl() { in isFocusControl() method in CTable
588 if (itemsCount == 1 && isFocusControl ()) { in createItem()
859 if (itemsCount == 0 && isFocusControl ()) {
1466 if (!isFocusControl ()) setFocus ();
1919 if (isFocusControl()) {
1932 if (isFocusControl()) {
1937 if (isFocusControl()) {
2682 if (!isFocusControl ()) setFocus ();
2700 if (!isFocusControl ()) forceFocus ();
3135 if (!noFocusDraw && isFocusControl ()) {
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/fieldassist/
H A DContentAssistCommandAdapter.java179 if (control.isFocusControl()) { in ContentAssistCommandAdapter()
270 if (getControl().isFocusControl()) { in setEnabled()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/
H A DBug528155_TableTreeForegroundDrawing.java58 event.gc.setBackground(tree.isFocusControl() ? selectionBack : selectionBackUnfocused); in main()
92 event.gc.setBackground(table.isFocusControl() ? selectionBack : selectionBackUnfocused); in main()
H A DBug209977_GCEraseItemEventBackground.java37 if (table.isFocusControl()) { in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/
H A DTest_org_eclipse_swt_widgets_Composite.java135 assertTrue("First child widget should have focus", focusChild.isFocusControl()); in test_setFocus_toChild_afterOpen()
153 assertTrue("First child widget should have focus", focusChild.isFocusControl()); in test_setFocus_toChild_beforeOpen()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/
H A DFocusCellOwnerDrawHighlighter.java72 Color background = (cell.getControl().isFocusControl()) ? getSelectedCellBackgroundColor(cell) in markFocusedCell()
74 Color foreground = (cell.getControl().isFocusControl()) ? getSelectedCellForegroundColor(cell) in markFocusedCell()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Browser/common/org/eclipse/swt/browser/
H A DBrowser.java818 public boolean isFocusControl () { in isFocusControl() method in Browser
820 if (webBrowser.isFocusControl ()) return true; in isFocusControl()
821 return super.isFocusControl (); in isFocusControl()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/browser/
H A DBrowser.java814 public boolean isFocusControl () { in isFocusControl() method in Browser
816 if (webBrowser.isFocusControl ()) return true; in isFocusControl()
817 return super.isFocusControl (); in isFocusControl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/
H A DQuickOutlinePopupDialog.java243 public boolean isFocusControl() { in isFocusControl() method in QuickOutlinePopupDialog
244 if (fTreeViewer.getControl().isFocusControl() || fFilterText.isFocusControl()) { in isFocusControl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/
H A DIInformationControl.java176 boolean isFocusControl(); in isFocusControl() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/
H A DFormatterPreferenceSectionComposite.java30 textLabel.addListener(SWT.MouseEnter, e -> fHasFocusBeforeClick= toggle.isFocusControl()); in FormatterPreferenceSectionComposite()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/
H A DAntSourceViewerInformationControl.java175 public boolean isFocusControl() { in isFocusControl() method in AntSourceViewerInformationControl
176 return fText.isFocusControl(); in isFocusControl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/radioGroup/
H A DRadioGroup.java52 boolean isFocusControl(); in isFocusControl() method
331 if (buttons[i].isFocusControl()) { in getFocusIndex()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/contentassist/
H A DPopupCloser.java153 …if (Helper.okToUse(fTable) && !fTable.isFocusControl() && !fScrollbarClicked && fContentAssistant … in focusLost()
201 } else if (infoControl != null && infoControl.isFocusControl()) { in handleEvent()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/config/generic/
H A DGenericIntParameter.java130 if (bGenerateIntermediateEvents || !spinner.isFocusControl()) { in initialize()
155 if (spinner.isFocusControl()) { in initialize()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/
H A DOleClientSite.java133 boolean hasFocus = isFocusControl(); in OleClientSite()
140 if (nestedFocusEvents == 0 && hasFocus == isFocusControl()) in OleClientSite()
893 public boolean isFocusControl () { in isFocusControl() method in OleClientSite
962 if (isFocusControl()) return; in onFocusIn()
987 if (isFocusControl() || frame.isFocusControl()) { in OnInPlaceDeactivate()
1040 if (isFocusControl() || frame.isFocusControl()) { in OnUIDeactivate()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet334.java56 if (canvas.isFocusControl()) { in main()
106 if (canvas.isFocusControl()) e.detail |= ACC.STATE_FOCUSED | ACC.STATE_SELECTABLE; in main()

123456