Home
last modified time | relevance | path

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

/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 DTab.java102 …, controlGroup, listenersGroup, otherGroup, sizeGroup, styleGroup, colorGroup, backgroundModeGroup; field in Tab
542 backgroundModeGroup = new Group (controlGroup, SWT.NONE); in createBackgroundModeGroup()
543 backgroundModeGroup.setLayout (new GridLayout ()); in createBackgroundModeGroup()
544 backgroundModeGroup.setLayoutData (new GridData (SWT.FILL, SWT.FILL, false, false)); in createBackgroundModeGroup()
545 backgroundModeGroup.setText (ControlExample.getResourceString("Background_Mode")); in createBackgroundModeGroup()
548 backgroundModeCombo = new Combo(backgroundModeGroup, SWT.READ_ONLY); in createBackgroundModeGroup()
550 backgroundModeImageButton = new Button(backgroundModeGroup, SWT.CHECK); in createBackgroundModeGroup()
552 backgroundModeColorButton = new Button(backgroundModeGroup, SWT.CHECK); in createBackgroundModeGroup()
1654 if (backgroundModeGroup == null) return; in setExampleGroupBackgroundColor()
1661 if (backgroundModeGroup == null) return; in setExampleGroupBackgroundImage()
[all …]