Home
last modified time | relevance | path

Searched refs:topRightControl (Results 1 – 2 of 2) sorted by relevance

/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_custom_CTabFolder.java333 Label topRightControl = new Label(ctabFolder, SWT.BORDER); in test_childControlOverlap() local
334 topRightControl.setText("TopRight"); in test_childControlOverlap()
337 setTopRightAndCheckOverlap.accept(topRightControl, SWT.FILL); in test_childControlOverlap()
350 setTopRightAndCheckOverlap.accept(topRightControl, 0); in test_childControlOverlap()
352 setTopRightAndCheckOverlap.accept(topRightControl, SWT.FILL); in test_childControlOverlap()
358 setTopRightAndCheckOverlap.accept(topRightControl, 0); in test_childControlOverlap()
360 setTopRightAndCheckOverlap.accept(topRightControl, SWT.FILL); in test_childControlOverlap()
367 setTopRightAndCheckOverlap.accept(topRightControl, 0); in test_childControlOverlap()
369 setTopRightAndCheckOverlap.accept(topRightControl, SWT.FILL); in test_childControlOverlap()
375 setTopRightAndCheckOverlap.accept(topRightControl, 0); in test_childControlOverlap()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/
H A DCTabFolderTab.java68 ToolBar topRightControl; field in CTabFolderTab
499 topRightControl = new ToolBar(tabFolder1, SWT.FLAT); in setTopRight()
500 ToolItem item = new ToolItem(topRightControl, SWT.PUSH); in setTopRight()
502 item = new ToolItem(topRightControl, SWT.PUSH); in setTopRight()
508 tabFolder1.setTopRight(topRightControl, topRightStyle); in setTopRight()
510 if (topRightControl != null) { in setTopRight()
512 topRightControl.dispose(); in setTopRight()