Home
last modified time | relevance | path

Searched refs:fillDefaults (Results 1 – 25 of 111) sorted by relevance

12345

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/layout/
H A DGridLayoutFactoryTest.java25 GridLayoutFactory factory = GridLayoutFactory.fillDefaults() in testToStringAll()
38 GridLayoutFactory factory = GridLayoutFactory.fillDefaults() in testToStringNumColumns()
47 GridLayoutFactory factory = GridLayoutFactory.fillDefaults() in testToStringEqualWidth()
56 GridLayoutFactory factory = GridLayoutFactory.fillDefaults() in testToStringExtendedMargins()
65 GridLayoutFactory factory = GridLayoutFactory.fillDefaults() in testToStringMargins()
74 GridLayoutFactory factory = GridLayoutFactory.fillDefaults() in testToStringSpacing()
83 GridLayoutFactory factory = GridLayoutFactory.fillDefaults(); in testToStringNoOverrides()
H A DGridDataFactoryTest.java28 GridDataFactory factory = GridDataFactory.fillDefaults() in testToStringWithAllOverrides()
42 GridDataFactory factory = GridDataFactory.fillDefaults() in testToStringGrab()
51 GridDataFactory factory = GridDataFactory.fillDefaults() in testToStringAlign()
60 GridDataFactory factory = GridDataFactory.fillDefaults() in testToStringIndent()
69 GridDataFactory factory = GridDataFactory.fillDefaults() in testToStringSpan()
78 GridDataFactory factory = GridDataFactory.fillDefaults() in testToStringMinSize()
87 GridDataFactory factory = GridDataFactory.fillDefaults() in testToStringHint()
96 GridDataFactory factory = GridDataFactory.fillDefaults(); in testToNoOverrides()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/
H A DUpdateListStrategyTest.java36 strategy.fillDefaults(WritableList.withElementType(String.class), in testFillDefaults_AssertSourceTypeExtendsConverterFromType()
44 strategy.fillDefaults(WritableList.withElementType(Object.class), in testFillDefaults_AssertSourceTypeExtendsConverterFromType()
56 strategy.fillDefaults(WritableList.withElementType(Object.class), in testFillDefaults_AssertConverterToTypeExtendsDestinationType()
64 strategy.fillDefaults(WritableList.withElementType(Object.class), in testFillDefaults_AssertConverterToTypeExtendsDestinationType()
73 …protected void fillDefaults(IObservableList<? extends S> source, IObservableList<? super D> destin… in fillDefaults() method in UpdateListStrategyTest.UpdateListStrategyStub
74 super.fillDefaults(source, destination); in fillDefaults()
H A DUpdateSetStrategyTest.java36 strategy.fillDefaults(WritableSet.withElementType(String.class), in testFillDefaults_AssertSourceTypeExtendsConverterFromType()
45 strategy.fillDefaults(WritableSet.withElementType(Object.class), in testFillDefaults_AssertSourceTypeExtendsConverterFromType()
57 strategy.fillDefaults(WritableSet.withElementType(Object.class), in testFillDefaults_AssertConverterToTypeExtendsDestinationType()
65 strategy.fillDefaults(WritableSet.withElementType(Object.class), in testFillDefaults_AssertConverterToTypeExtendsDestinationType()
74 …protected void fillDefaults(IObservableSet<? extends S> source, IObservableSet<? super D> destinat… in fillDefaults() method in UpdateSetStrategyTest.UpdateSetStrategyStub
75 super.fillDefaults(source, destination); in fillDefaults()
H A DUpdateValueStrategyTest.java190 strategy.fillDefaults(source, destination); in testCachesDefaultedValidators()
196 strategy.fillDefaults(source, destination); in testCachesDefaultedValidators()
206 strategy.fillDefaults(WritableValue.withValueType(String.class), in testFillDefaults_AssertSourceTypeExtendsConverterFromType()
214 strategy.fillDefaults(WritableValue.withValueType(Object.class), in testFillDefaults_AssertSourceTypeExtendsConverterFromType()
226 strategy.fillDefaults(WritableValue.withValueType(Object.class), in testFillDefaults_AssertConverterToTypeExtendsDestinationType()
234 strategy.fillDefaults(WritableValue.withValueType(Object.class), in testFillDefaults_AssertConverterToTypeExtendsDestinationType()
246 strategy.fillDefaults(source, destination); in assertDefaultValidator()
257 …protected void fillDefaults(IObservableValue<? extends S> source, IObservableValue<? super D> dest… in fillDefaults() method in UpdateValueStrategyTest.UpdateValueStrategyStub
258 super.fillDefaults(source, destination); in fillDefaults()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/src/org/eclipse/equinox/internal/p2/ui/discovery/wizards/
H A DOverviewToolTip.java63 GridLayoutFactory.fillDefaults().applyTo(parent); in createToolTipArea()
87 …GridDataFactory.fillDefaults().grab(true, true).hint(image == null ? containerWidthHintWithoutImag… in createToolTipArea()
89 …GridLayoutFactory.fillDefaults().numColumns((leftImage != null) ? 3 : 2).margins(5, 5).spacing(3, … in createToolTipArea()
95 …GridDataFactory.fillDefaults().align(SWT.BEGINNING, SWT.BEGINNING).hint(imageWidthHint, SWT.DEFAUL… in createToolTipArea()
102 GridLayoutFactory.fillDefaults().applyTo(summaryContainer); in createToolTipArea()
104 …GridDataFactory gridDataFactory = GridDataFactory.fillDefaults().grab(true, true).span(image == nu… in createToolTipArea()
120 …GridDataFactory.fillDefaults().grab(true, true).align(SWT.BEGINNING, SWT.BEGINNING).applyTo(summar… in createToolTipArea()
124 GridLayoutFactory.fillDefaults().applyTo(imageContainer); in createToolTipArea()
126 …GridDataFactory.fillDefaults().grab(false, false).align(SWT.CENTER, SWT.BEGINNING).hint(widthHint … in createToolTipArea()
129 …GridDataFactory.fillDefaults().hint(widthHint, fixedImageHeight).indent(borderWidth, borderWidth).… in createToolTipArea()
[all …]
H A DCategoryItem.java51 …GridLayoutFactory.fillDefaults().numColumns(3).margins(5, 5).equalWidth(false).applyTo(categoryHea… in createContent()
65 GridDataFactory.fillDefaults().grab(true, false).applyTo(nameLabel); in createContent()
73 GridDataFactory.fillDefaults().align(SWT.END, SWT.CENTER).applyTo(toolBar); in createContent()
79 …GridDataFactory.fillDefaults().grab(true, false).span(2, 1).hint(100, SWT.DEFAULT).applyTo(descrip… in createContent()
H A DDiscoveryItem.java80 GridLayoutFactory.fillDefaults().spacing(1, 1).numColumns(2).applyTo(checkboxContainer); in createContent()
103 …GridDataFactory.fillDefaults().grab(true, false).align(SWT.BEGINNING, SWT.CENTER).applyTo(nameLabe… in createContent()
113 GridDataFactory.fillDefaults().align(SWT.END, SWT.CENTER).applyTo(toolBar); in createContent()
125 …GridDataFactory.fillDefaults().grab(true, false).span(3, 1).hint(100, SWT.DEFAULT).applyTo(descrip… in createContent()
141 GridDataFactory.fillDefaults().span(3, 1).align(SWT.BEGINNING, SWT.CENTER).applyTo(providerLabel); in createProviderLabel()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/src/org/eclipse/equinox/internal/p2/ui/discovery/util/
H A DFilteredViewer.java72 GridLayoutFactory.fillDefaults().margins(0, 0).applyTo(container); in createControl()
84 …GridDataFactory.fillDefaults().grab(true, true).hint(SWT.DEFAULT, minimumHeight).applyTo(viewer.ge… in createControl()
120 GridDataFactory.fillDefaults().grab(true, false).align(SWT.FILL, SWT.CENTER).applyTo(filterText);
126 GridLayoutFactory.fillDefaults().applyTo(header);
127 GridDataFactory.fillDefaults().grab(true, false).applyTo(header);
133 GridLayoutFactory.fillDefaults().numColumns(header.getChildren().length).applyTo(header);
227 …GridDataFactory.fillDefaults().grab(true, true).hint(SWT.DEFAULT, minimumHeight).applyTo(viewer.ge…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.jface.snippets/Eclipse JFace Snippets/org/eclipse/jface/snippets/layout/
H A DSnippet013GridLayoutFactory.java57 GridLayoutFactory.fillDefaults().generateLayout(buttonBar); in createShell1()
58 GridLayoutFactory.fillDefaults().numColumns(2).margins( in createShell1()
74 GridLayoutFactory.fillDefaults().extendedMargins(margins) in createShell3()
100 GridLayoutFactory.fillDefaults().numColumns(2).generateLayout( in createShell2()
102 GridDataFactory.fillDefaults().span(2, 1).align(SWT.RIGHT, in createShell2()
105 GridLayoutFactory.fillDefaults().numColumns(2).margins( in createShell2()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/
H A DDSOverviewPage.java67 topLeft.setLayout(GridLayoutFactory.fillDefaults().create()); in fillBody()
68 topLeft.setLayoutData(GridDataFactory.fillDefaults().grab(true, false) in fillBody()
72 topRight.setLayout(GridLayoutFactory.fillDefaults().create()); in fillBody()
73 topRight.setLayoutData(GridDataFactory.fillDefaults().grab(true, false) in fillBody()
78 bottom.setLayoutData(GridDataFactory.fillDefaults().grab(true, false) in fillBody()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/
H A DIconAndMessageDialog.java95 GridDataFactory.fillDefaults().align(SWT.CENTER, SWT.BEGINNING) in createMessageArea()
103 .fillDefaults() in createMessageArea()
170 GridLayoutFactory.fillDefaults().numColumns(0) // this is incremented in createButtonBar()
174 GridDataFactory.fillDefaults().align(SWT.END, SWT.CENTER).span(2, 1) in createButtonBar()
201 GridLayoutFactory.fillDefaults().margins(LayoutConstants.getMargins()) in createContents()
205 GridDataFactory.fillDefaults().grab(true, true).applyTo(parent); in createContents()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/
H A DTracingPreferencePage.java169 GridLayoutFactory.fillDefaults().applyTo(pageComposite); in createContents()
170 GridDataFactory.fillDefaults().grab(true, true).applyTo(pageComposite); in createContents()
242 GridDataFactory.fillDefaults().grab(true, true).applyTo(getViewerTree()); in addBundleViewerSection()
254 GridDataFactory.fillDefaults().grab(true, true).applyTo(treeViewerComposite); in addBundleViewerSection()
296 GridDataFactory.fillDefaults().grab(true, false).applyTo(tracingOptionsGroup); in addTracingOptionsSection()
297 GridLayoutFactory.fillDefaults().margins(5, 5).applyTo(tracingOptionsGroup); in addTracingOptionsSection()
301 GridDataFactory.fillDefaults().grab(true, false).applyTo(outputComp); in addTracingOptionsSection()
350 GridDataFactory.fillDefaults().grab(true, false).applyTo(detailsComp); in addTracingOptionsSection()
366 GridDataFactory.fillDefaults().applyTo(maximumFileCountSpinner); in addTracingOptionsSection()
369 GridDataFactory.fillDefaults().hint(10, 10).applyTo(spacer); in addTracingOptionsSection()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/
H A DSnippet035PostSelectionProvider.java86 GridDataFactory.fillDefaults().grab(true, true).hint(250, 250).applyTo(listViewer.getList()); in createTableSection()
115 …GridLayoutFactory.fillDefaults().numColumns(numColumns).equalWidth(false).margins(5, 5).spacing(15… in createSectionGroup()
117 GridDataFactory.fillDefaults().grab(true, true).applyTo(section); in createSectionGroup()
124 GridDataFactory.fillDefaults().align(SWT.LEFT, SWT.CENTER).applyTo(nameLabel); in createLabelField()
127 GridDataFactory.fillDefaults().grab(true, false).hint(150, SWT.DEFAULT).applyTo(contentLabel); in createLabelField()
H A DSnippet018CheckboxTableViewerCheckedSelection.java222 GridLayoutFactory.fillDefaults().numColumns(2).equalWidth(true).applyTo(buttons); in createUI()
225 GridDataFactory.fillDefaults().applyTo(addPersonButton); in createUI()
228 GridDataFactory.fillDefaults().applyTo(removePersonButton); in createUI()
231 GridDataFactory.fillDefaults().grab(true, true).span(2, 1).applyTo(peopleComposite); in createUI()
252 GridDataFactory.fillDefaults().grab(true, false).applyTo(personName); in createUI()
257 GridDataFactory.fillDefaults().grab(true, true).applyTo(friendsComposite); in createUI()
271 GridDataFactory.fillDefaults().grab(true, true).applyTo(friendsViewer.getTable()); in createUI()
H A DSnippet012CompositeUpdater.java89 GridLayoutFactory.fillDefaults().numColumns(10).generateLayout(composite); in createShell()
91 GridDataFactory.fillDefaults().grab(true, true).applyTo(composite); in createShell()
93 GridLayoutFactory.fillDefaults().generateLayout(shell); in createShell()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/src/org/eclipse/e4/ui/internal/dialogs/about/
H A DAboutDialogE4.java102 GridLayoutFactory.fillDefaults().applyTo(workArea); in createDialogArea()
110 GridLayoutFactory.fillDefaults().applyTo(top); in createDialogArea()
118 GridLayoutFactory.fillDefaults().numColumns(aboutImage == null || !aboutItem.isPresent() ? 1 : 2) in createDialogArea()
124 …GridDataFactory.fillDefaults().grab(true, true).hint(SWT.DEFAULT, topContainerHeightHint).applyTo(… in createDialogArea()
135 GridDataFactory.fillDefaults().grab(true, true).hint(400, SWT.DEFAULT).applyTo(textComposite); in createTextWidget()
136 GridLayoutFactory.fillDefaults().applyTo(textComposite); in createTextWidget()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/
H A DDataBindingContext.java160 targetToModelStrategy.fillDefaults(targetObservableValue, modelObservableValue); in bindValue()
161 modelToTargetStrategy.fillDefaults(modelObservableValue, targetObservableValue); in bindValue()
245 targetToModelStrategy.fillDefaults(targetObservableList, in bindList()
247 modelToTargetStrategy.fillDefaults(modelObservableList, in bindList()
331 targetToModel.fillDefaults(targetObservableSet, modelObservableSet); in bindSet()
332 modelToTarget.fillDefaults(modelObservableSet, targetObservableSet); in bindSet()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/groups/
H A DGroupLaunchConfigurationSelectionDialog.java144 GridLayoutFactory.fillDefaults().margins(10, 10).applyTo(comp); in createDialogArea()
170 …GridDataFactory.fillDefaults().grab(true, true).hint(convertWidthInCharsToPixels(100), convertHeig… in createDialogArea()
181 GridLayoutFactory.fillDefaults().applyTo(c); in createDialogArea()
182 GridDataFactory.fillDefaults().applyTo(c); in createDialogArea()
194 GridDataFactory.fillDefaults().grab(true, false).span(3, 1).applyTo(chkAdopt); in createDialogArea()
210 GridDataFactory.fillDefaults().applyTo(cvMode); in createModeSelectionControl()
233 GridLayoutFactory.fillDefaults().applyTo(c); in createModeSelectionControl()
234 GridDataFactory.fillDefaults().span(2, 1).applyTo(c); in createModeSelectionControl()
255 GridDataFactory.fillDefaults().applyTo(combo); in createPostLaunchControl()
259 GridDataFactory.fillDefaults().applyTo(fActionParamWidget); in createPostLaunchControl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/layout/
H A DLayoutGenerator.java41 …private static final GridDataFactory nonWrappingLabelData = GridDataFactory.fillDefaults().align(S…
89 …return GridDataFactory.fillDefaults().align(SWT.FILL, SWT.CENTER).hint(Geometry.max(button.compute… in defaultsFor()
117 return GridDataFactory.fillDefaults().grab(growsHorizontally, growsVertically); in defaultsFor()
191 …return GridDataFactory.fillDefaults().grab(grabHorizontal, vScroll).align(SWT.FILL, vAlign).hint(h… in defaultsFor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.tips.examples/src/org/eclipse/tips/examples/swttip/
H A DSwtTipImpl.java69 GridDataFactory.fillDefaults().span(2, SWT.DEFAULT).grab(true, true).applyTo(group); in createControl()
78 GridDataFactory.fillDefaults().applyTo(button1); in createControl()
82 GridDataFactory.fillDefaults().applyTo(button2); in createControl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/forms/org/eclipse/ui/tests/forms/widgets/
H A DSizeCacheTest.java67 shell.setLayout(GridLayoutFactory.fillDefaults().create()); in setUp()
237 GridLayoutFactory.fillDefaults().applyTo(comp); in createFillComp()
239 GridDataFactory.fillDefaults().grab(true, false).align(SWT.FILL, SWT.BEGINNING).applyTo(l); in createFillComp()
245 GridLayoutFactory.fillDefaults().applyTo(comp); in createFixedComp()
247 GridDataFactory.fillDefaults().align(SWT.BEGINNING, SWT.BEGINNING).applyTo(l); in createFixedComp()
404 GridLayoutFactory.fillDefaults().numColumns(3).applyTo(inner); in testGripWrap3()
405 GridDataFactory gdf = GridDataFactory.fillDefaults(); in testGripWrap3()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/src/org/eclipse/ui/internal/monitoring/preferences/
H A DMonitoringPreferencePage.java115 GridLayoutFactory.fillDefaults() in createFieldEditors()
120 GridLayoutFactory.fillDefaults() in createFieldEditors()
149 GridLayoutFactory.fillDefaults() in createTopBlock()
177 GridLayoutFactory.fillDefaults() in createBottomBlock()
186 GridDataFactory.fillDefaults().span(span, 1).hint(0, height).applyTo(label); in createEmptySpace()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/
H A DJavadocProblemsConfigurationBlock.java177 GridDataFactory.fillDefaults().span(nColumns, 1).hint(1, 5).applyTo(spacer); in createJavadocTabContent()
186 GridDataFactory.fillDefaults().span(nColumns, 1).hint(1, 5).applyTo(spacer); in createJavadocTabContent()
207 GridDataFactory.fillDefaults().span(nColumns, 1).hint(1, 5).applyTo(spacer); in createJavadocTabContent()
216 GridDataFactory.fillDefaults().span(nColumns, 1).hint(1, 5).applyTo(spacer); in createJavadocTabContent()
248 GridDataFactory.fillDefaults().span(nColumns, 1).hint(1, 5).applyTo(spacer); in createJavadocTabContent()
264 GridDataFactory.fillDefaults().span(nColumns, 1).hint(1, 5).applyTo(spacer); in createJavadocTabContent()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/layout/constraints/
H A DLayoutConstraintsView.java61 GridDataFactory buttonData = GridDataFactory.fillDefaults().grab(true, false); in createPartControl()
105 GridLayoutFactory.fillDefaults().equalWidth(true).numColumns(3).applyTo(buttonBar); in createPartControl()
106 GridDataFactory.fillDefaults().grab(true, false).span(2, 1).applyTo(buttonBar); in createPartControl()
132 GridDataFactory.fillDefaults().grab(true, true).span(2, 1).applyTo(sampleImplementation); in createPartControl()
134 …GridLayoutFactory.fillDefaults().numColumns(2).margins(LayoutConstants.getMargins()).generateLayou… in createPartControl()

12345