Home
last modified time | relevance | path

Searched defs:buttonComposite (Results 1 – 25 of 60) sorted by relevance

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/
H A DChangeExceptionsControl.java178 Composite buttonComposite= new Composite(parent, SWT.NONE); in createButtonComposite() local
207 private Button createAddButton(Composite buttonComposite) { in createAddButton()
300 private Button createRemoveButton(Composite buttonComposite) { in createRemoveButton()
H A DChangeParametersControl.java414 Composite buttonComposite= new Composite(parent, SWT.NONE); in createButtonComposite() local
468 private Button createEditButton(Composite buttonComposite) { in createEditButton()
492 private Button createAddButton(Composite buttonComposite) { in createAddButton()
528 private Button createRemoveButton(Composite buttonComposite) { in createRemoveButton()
562 private Button createButton(Composite buttonComposite, String text, final boolean up) { in createButton()
/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 DGenerateConstructorUsingFieldsSelectionDialog.java232 Composite buttonComposite= createSelectionButtons(inner); in createDialogArea() local
329 Composite buttonComposite= super.createSelectionButtons(composite); in createSelectionButtons() local
343 void createUpDownButtons(Composite buttonComposite) { in createUpDownButtons()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/
H A DCheckedTableSelectionDialog.java216 Control buttonComposite= createSelectionButtons(composite); in createDialogArea() local
259 Composite buttonComposite= new Composite(composite, SWT.RIGHT); in createSelectionButtons() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/manual/
H A DBrokenUpdatePreferencePage.java55 Composite buttonComposite = new Composite(parent, SWT.NULL); in createContents() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/viewers/interactive/
H A DVirtualTableView.java55 Composite buttonComposite = new Composite(parent, SWT.NONE); in createPartControl() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/
H A DAbstractWorkingSetDialog.java115 Composite buttonComposite = WidgetFactory.composite(SWT.RIGHT).layout(layout).layoutData(data) in addModifyButtons() local
148 Composite buttonComposite = WidgetFactory.composite(SWT.NONE).layout(layout) in addSelectionButtons() local
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/dialogs/
H A DCheckedTreeSelectionDialog.java255 Control buttonComposite = createSelectionButtons(composite); in createDialogArea() local
305 Composite buttonComposite = new Composite(composite, SWT.RIGHT); in createSelectionButtons() local
/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 DBug138265_SystemMemoryUsage.java54 Composite buttonComposite = new Composite(mainComposite, SWT.NONE); in init() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/
H A DSourceActionDialog.java311 Composite buttonComposite= super.createSelectionButtons(composite); in createSelectionButtons() local
398 Composite buttonComposite= createSelectionButtons(inner); in createDialogArea() local
479 protected Composite addVisibilityAndModifiersChoices(Composite buttonComposite) { in addVisibilityAndModifiersChoices()
638 private Composite addOrderEntryChoices(Composite buttonComposite) { in addOrderEntryChoices()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/
H A DCheckedTreeSelectionDialog.java295 Control buttonComposite = createSelectionButtons(composite); in createDialogArea() local
351 Composite buttonComposite = new Composite(composite, SWT.RIGHT); in createSelectionButtons() local
H A DListSelectionDialog.java108 Composite buttonComposite = new Composite(composite, SWT.NONE); in addSelectionButtons() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/breakpoints/
H A DBreakpointWorkingSetPage.java101 Composite buttonComposite = new Composite(composite, SWT.NONE); in createControl() local
/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 DListSelectionArea.java125 Composite buttonComposite = new Composite(composite, SWT.RIGHT); in addSelectionButtons() local
H A DAddToVersionControlDialog.java131 Composite buttonComposite = new Composite(composite, SWT.RIGHT); in addSelectionButtons() local
H A DAlternateUserValidationDialog.java131 Composite buttonComposite = new Composite(main, SWT.NONE); in createContents() local
/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/subscriber/
H A DSyncInfoSetDetailsDialog.java99 Composite buttonComposite = new Composite(composite, SWT.RIGHT); in addSelectionButtons() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/
H A DFileSelectionDialog.java111 Composite buttonComposite = new Composite(composite, SWT.RIGHT); in addSelectionButtons() local
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/launchConfigurations/
H A DExternalToolsMainTab.java142 Composite buttonComposite = new Composite(parent, SWT.NONE); in createLocationComponent() local
204 Composite buttonComposite = new Composite(parent, SWT.NONE); in createWorkDirectoryComponent() local
/dports/java/eclipse-shelled/eclipse-ShellEd-1.0.2a_4/plugins/com.something.eclipse.shelled.ui_1.0.3/src/com/something/eclipse/shelled/ui/preference/
H A DMainPreferencePage.java65 Composite buttonComposite = new Composite(composite,SWT.TOP); in createContents() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/examples/org.eclipse.compare.examples.xml/src/org/eclipse/compare/examples/xml/
H A DXMLCompareEditMappingDialog.java180 Composite buttonComposite= new Composite(composite, SWT.LEFT); in createIdSourceGroup() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/dialogs/
H A DTrustCertificateDialog.java166 Composite buttonComposite = new Composite(composite, SWT.NONE); in addSelectionButtons() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/
H A DQuickFixPage.java174 Composite buttonComposite = new Composite(control, SWT.NONE); in createTableButtons() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/
H A DCustomFiltersDialog.java236 Composite buttonComposite= new Composite(composite, SWT.RIGHT); in addSelectionButtons() local
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/filters/
H A DCustomFiltersDialog.java242 Composite buttonComposite = new Composite(composite, SWT.RIGHT); in addSelectionButtons() local

123