Home
last modified time | relevance | path

Searched refs:fComposite (Results 1 – 24 of 24) 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/views/memory/renderings/
H A DGoToAddressComposite.java36 private Composite fComposite; field in GoToAddressComposite
46 fComposite = new Composite(parent, SWT.NONE); in createControl()
47 …PlatformUI.getWorkbench().getHelpSystem().setHelp(fComposite, DebugUIPlugin.getUniqueIdentifier() … in createControl()
53 fComposite.setLayout(layout); in createControl()
55 fGoToCombo = new Combo(fComposite, SWT.READ_ONLY); in createControl()
61 fExpression = new Text(fComposite, SWT.SINGLE | SWT.BORDER); in createControl()
64 fHexButton = new Button(fComposite, SWT.CHECK); in createControl()
68 fOKButton = new Button(fComposite, SWT.NONE); in createControl()
71 fCancelButton = new Button(fComposite, SWT.NONE); in createControl()
74 return fComposite; in createControl()
[all …]
H A DTableRenderingPreferencePage.java48 private Composite fComposite; field in TableRenderingPreferencePage
60 fComposite = new Composite(parent, SWT.NONE); in createContents()
61 fComposite.setLayout(new GridLayout()); in createContents()
63 fComposite.setLayoutData(data); in createContents()
68 SWTFactory.createWrapLabel(fComposite, DebugUIMessages.TableRenderingPreferencePage_10, 2, 300); in createContents()
70 fAuto = new Button(fComposite, SWT.RADIO); in createContents()
74 fGroup = new Group(fComposite, SWT.NONE); in createContents()
86 fManual = new Button(fComposite, SWT.RADIO); in createContents()
90 …stants.PREF_TABLE_RENDERING_PAGE_SIZE, DebugUIMessages.TableRenderingPreferencePage_2, fComposite); in createContents()
104 return fComposite; in createContents()
[all …]
/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 DCopyrightPreferencePage.java48 private Composite fComposite; field in CopyrightPreferencePage
73 fComposite = new Composite(parent, SWT.NONE); in createContents()
78 fComposite.setLayout(layout); in createContents()
82 fEditor = createEditor(fComposite); in createContents()
87 fInstructions = new Text(fComposite, SWT.READ_ONLY); in createContents()
92 fCreationYearLabel = new Label(fComposite, SWT.NONE); in createContents()
94 fCreationYear = new Text(fComposite, SWT.BORDER); in createContents()
100 fRevisionYear = new Text(fComposite, SWT.BORDER); in createContents()
134 fIgnoreXml = new Button(fComposite, SWT.CHECK); in createContents()
151 applyDialogFont(fComposite); in createContents()
[all …]
/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 DProfileConfigurationBlock.java220 ExceptionHandler.handle(e, fComposite.getShell(), title, message); in exportAllButtonPressed()
236 fComposite.getShell(), in deleteButtonPressed()
273 ExceptionHandler.handle(e, fComposite.getShell(), title, message); in loadButtonPressed()
285 MessageDialog.openError(fComposite.getShell(), title, message); in loadButtonPressed()
292 MessageDialog.openWarning(fComposite.getShell(), title, message); in loadButtonPressed()
309 private Composite fComposite; field in ProfileConfigurationBlock
420 fComposite = createComposite(parent, numColumns); in createContents()
422 Label profileLabel= new Label(fComposite, SWT.NONE); in createContents()
435 createLabel(fComposite, "", 2); //$NON-NLS-1$ in createContents()
437 configurePreview(fComposite, numColumns, fProfileManager); in createContents()
[all …]
H A DAlreadyExistsDialog.java45 private Composite fComposite; field in AlreadyExistsDialog
79 fComposite = (Composite) super.createDialogArea(parent); in createDialogArea()
80 ((GridLayout) fComposite.getLayout()).numColumns= NUM_COLUMNS; in createDialogArea()
128 applyDialogFont(fComposite); in createDialogArea()
130 return fComposite; in createDialogArea()
137 final Label label= new Label(fComposite, SWT.WRAP); in createLabel()
147 final Button radio= new Button(fComposite, SWT.RADIO); in createRadioButton()
157 final Text text= new Text(fComposite, SWT.SINGLE | SWT.BORDER); in createTextField()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/
H A DBinaryCompareViewer.java47 private Composite fComposite; field in BinaryCompareViewer
59 fComposite= new Composite(parent, SWT.NONE); in BinaryCompareViewer()
62 fComposite.setLayout(rowLayout); in BinaryCompareViewer()
64 fMessage= new Label(fComposite, SWT.WRAP); in BinaryCompareViewer()
65fComposite.setData(CompareUI.COMPARE_VIEWER_TITLE, Utilities.getString(fBundle, "title")); //$NON-… in BinaryCompareViewer()
70 Label compareAsTextLabel = new Label(fComposite, SWT.WRAP); in BinaryCompareViewer()
77 return fComposite; in getControl()
82 if (fComposite != null && input instanceof ICompareInput) { in setInput()
125 fComposite.layout(); in setInput()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/test plugin/org/eclipse/jdt/debug/testplugin/detailpane/
H A DTableDetailPane.java61 private Composite fComposite; field in TableDetailPane
100 fComposite = new Composite(parent, SWT.NONE); in createControl()
101 fComposite.setLayoutData(new GridData(GridData.FILL_BOTH)); in createControl()
102 fComposite.setLayout(new FillLayout(SWT.HORIZONTAL)); in createControl()
103 fTable = new Table(fComposite,SWT.FULL_SELECTION); in createControl()
129 Composite composite = new Composite(fComposite,SWT.NONE); in createControl()
147 return fComposite; in createControl()
204 if (fComposite != null) { in dispose()
205 fComposite.dispose(); in dispose()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/breadcrumb/
H A DAbstractBreadcrumb.java53 private Composite fComposite; field in AbstractBreadcrumb
157 Assert.isTrue(fComposite == null, "Content must only be created once."); //$NON-NLS-1$ in createContent()
162 fComposite= new Composite(parent, rtl ? SWT.RIGHT_TO_LEFT : SWT.NONE); in createContent()
164 fComposite.setLayoutData(data); in createContent()
170 fComposite.setLayout(gridLayout); in createContent()
175 if (fComposite.isDisposed()) return; in createContent()
192 fBreadcrumbViewer= createViewer(fComposite); in createContent()
215 return fComposite; in createContent()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/
H A DContentMergeViewer.java144 + fComposite.isDisposed()); in layout()
254 fComposite.layout(true); in mouseDoubleClick()
308 fComposite.layout(true); in resize()
342 /* package */ Composite fComposite; field in ContentMergeViewer
584 fComposite.layout(true); in handlePropertyChangeEvent()
728 Shell shell= fComposite.getShell(); in doSave()
789 fComposite.layout(true); in internalRefresh()
796 if (Utilities.okToUse(fComposite) && Utilities.okToUse(fComposite.getParent())) { in internalRefresh()
869 createControls(fComposite); in buildControl()
875 return fComposite; in buildControl()
[all …]
H A DTextMergeViewer.java1653 fComposite.setData(INavigatable.NAVIGATOR_PROPERTY, nav); in TextMergeViewer()
1755 display= fComposite.getDisplay(); in getBackground()
1775 display = fComposite.getDisplay(); in updateColors()
2762 event.lineBackground = getColor(fComposite in contributeDiffBackgroundListener()
3031 if (!fHasErrors && !emptyInput && !fComposite.isDisposed()) { in updateContent()
3521 MessageDialog.openError(fComposite.getShell(), title, msg); in doDiff()
3534 MessageDialog.openError(fComposite.getShell(), title, msg); in findDiff()
4145 fComposite.layout(true); in setSyncScrolling()
5612 return fComposite.getShell();
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/java/hover/
H A DAnnotationExpansionControl.java326 fHoverManager.install(fComposite); in mouseHover()
446 protected Composite fComposite; field in AnnotationExpansionControl
517 fComposite.setLayoutData(data); in AnnotationExpansionControl()
521 if (fComposite == null) in AnnotationExpansionControl()
556 fComposite.setCursor(fHandCursor); in AnnotationExpansionControl()
608 fComposite.setLayout(layout); in refresh()
623 if (fComposite == null) in adjustItemNumber()
675 fComposite = null; in dispose()
741 fComposite.setForeground(foreground); in setForegroundColor()
748 fComposite.setBackground(background); in setBackgroundColor()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/
H A DCompareEditorInput.java182 private Splitter fComposite; field in CompareEditorInput
527 fComposite= new Splitter(parent, SWT.VERTICAL); in createContents()
528 fComposite.setData(this); in createContents()
537 fComposite.setVisible(outline, false); in createContents()
541 fComposite.setWeights(new int[] { 30, 70 }); in createContents()
545 fComposite.addDisposeListener(e -> { in createContents()
569 return fComposite; in createContents()
596 fComposite = null; in handleDispose()
856 } else if (fComposite != null)
857 return fComposite.setFocus();
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/breadcrumb/
H A DEditorBreadcrumb.java78 private Composite fComposite; field in EditorBreadcrumb
201 Assert.isTrue(fComposite == null, "Content must only be created once."); //$NON-NLS-1$ in createContent()
205 fComposite= new Composite(parent, rtl ? SWT.RIGHT_TO_LEFT : SWT.NONE); in createContent()
207 fComposite.setLayoutData(data); in createContent()
213 fComposite.setLayout(gridLayout); in createContent()
243 fBreadcrumbViewer= createViewer(fComposite); in createContent()
317 if (fComposite.isFocusControl()) { in createContent()
318 fComposite.setBackground(JFaceResources.getColorRegistry().get(ACTIVE_TAB_BG_END)); in createContent()
325 return fComposite; in createContent()
402 fComposite.setBackground(JFaceResources.getColorRegistry().get(ACTIVE_TAB_BG_END)); in focusGained()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/internal/workbench/renderers/swt/
H A DAbstractTableInformationControl.java91 private Composite fComposite; field in AbstractTableInformationControl
133 fComposite = new Composite(fShell, SWT.RESIZE); in AbstractTableInformationControl()
135 fComposite.setLayout(layout); in AbstractTableInformationControl()
136 createFilterText(fComposite); in AbstractTableInformationControl()
138 fTableViewer = createTableViewer(fComposite, controlStyle); in AbstractTableInformationControl()
487 fComposite = null; in dispose()
502 Point fCompSize = fComposite.computeSize(SWT.DEFAULT, SWT.DEFAULT); in computeSizeHint()
503 fComposite.setSize(fCompSize); in computeSizeHint()
509 Point textLocation = fComposite.getLocation(); in setLocation()
526 fComposite.setForeground(foreground); in setForegroundColor()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/source/
H A DCompositeRuler.java494 private CompositeRulerCanvas fComposite; field in CompositeRuler
543 if (fComposite != null && !fComposite.isDisposed()) { in addDecorator()
544 rulerColumn.createControl(this, fComposite); in addDecorator()
571 fComposite.childRemoved(cc); in removeDecorator()
597 return fComposite; in getControl()
606 fComposite.setLayout(new RulerLayout()); in createControl()
611 column.createControl(this, fComposite); in createControl()
612 fComposite.childAdded(column.getControl()); in createControl()
615 return fComposite; in createControl()
637 if (fComposite != null && !fComposite.isDisposed()) { in update()
[all …]
H A DSourceViewer.java343 private Composite fComposite;
434 fComposite= new Canvas(parent, SWT.NONE);
435 fComposite.setLayout(createLayout());
436 parent= fComposite;
460 if (fComposite != null)
461 return fComposite;
789 fComposite= null;
1179 if (old != fIsVerticalRulerVisible && fComposite != null && !fComposite.isDisposed()) in showAnnotations()
1180 fComposite.layout(); in showAnnotations()
1250 if (fComposite != null && !fComposite.isDisposed()) in showAnnotationsOverview()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/
H A DAnnotationExpansionControl.java327 fHoverManager.install(fComposite); in mouseHover()
447 protected Composite fComposite; field in AnnotationExpansionControl
505 fComposite.setLayoutData(data); in AnnotationExpansionControl()
510 if (fComposite == null) in AnnotationExpansionControl()
542 fComposite.setCursor(handCursor); in AnnotationExpansionControl()
604 fComposite.setLayout(layout); in refresh()
606 Control[] children= fComposite.getChildren(); in refresh()
619 if (fComposite == null) in adjustItemNumber()
672 fComposite= null; in dispose()
742 fComposite.setForeground(foreground); in setForegroundColor()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/
H A DClassFileEditor.java122 private Composite fComposite; field in ClassFileEditor.SourceAttachmentForm
169 fComposite= createComposite(parent); in createControl()
170 fComposite.setLayout(new GridLayout()); in createControl()
175 fComposite= null; in createControl()
188 createLabel(fComposite, null); in createControl()
189 createLabel(fComposite, null); in createControl()
209 separator= createCompositeSeparator(fComposite); in createControl()
214 fNoSourceTextWidget= createCodeView(fComposite); in createControl()
220 return fComposite; in createControl()
341 fComposite.layout(true); in propertyChange()
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/
H A DJavaOutlineInformationControl.java246 Composite fComposite; field in JavaOutlineInformationControl
304 fComposite = new Composite(fShell, SWT.RESIZE); in JavaOutlineInformationControl()
306 fComposite.setLayout(layout); in JavaOutlineInformationControl()
307 fComposite.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); in JavaOutlineInformationControl()
309 createFilterText(fComposite); in JavaOutlineInformationControl()
310 createTreeViewer(fComposite, treeStyle); in JavaOutlineInformationControl()
532 fComposite = null; in dispose()
565 Point textLocation = fComposite.getLocation(); in setLocation()
598 fComposite.setForeground(foreground); in setForegroundColor()
607 fComposite.setBackground(background); in setBackgroundColor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DRepeater.cpp30 , fComposite((ParseDefault(jrepeater["m"], 1) == 1) ? Composite::kAbove in RepeaterAdapter()
68 const auto insert_index = (fComposite == Composite::kAbove) ? i : count - i - 1; in onSync()
77 const Composite fComposite; member in skottie::internal::__anon8edcd2460111::RepeaterAdapter
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/
H A DCommitCommentArea.java445 private Composite fComposite; field in CommitCommentArea
452 fComposite = createGrabbingComposite(parent, 1); in createArea()
453 initializeDialogUnits(fComposite); in createArea()
455 fTextBox= new TextBox(fComposite, EMPTY_MESSAGE, getInitialComment()); in createArea()
459 fComboBox= new ComboBox(fComposite, COMBO_MESSAGE, comments, commentTemplates); in createArea()
461 Link templatesPrefsLink = new Link(fComposite, 0); in createArea()
596 return fComposite; in getComposite()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/target/
H A DStateViewPage.java52 private Composite fComposite; field in StateViewPage
252 fComposite = new Composite(parent, SWT.NONE); in createControl()
255 fComposite.setLayout(layout); in createControl()
256 fComposite.setLayoutData(new GridData(GridData.FILL_BOTH)); in createControl()
258 …fFilteredTree = new FilteredTree(fComposite, SWT.MULTI | SWT.V_SCROLL | SWT.H_SCROLL | SWT.SINGLE,… in createControl()
309 return fComposite; in getControl()
/dports/math/reduce/Reduce-svn5758-src/packages/regressions/
H A D2017-06-20-lucas-test.rlg70 printf("%fComposite %w not a known pseudoprime%n", n) >>$
H A D2017-06-20-lucas-test.tst54 printf("%fComposite %w not a known pseudoprime%n", n) >>$