Home | History | Annotate | Download | only in configuration

Lines Matching refs:tree

49 import org.eclipse.swt.widgets.Tree;
83 * simple class representing the tree selection with the proper types.
252 Tree tree = new Tree(parent, SWT.SINGLE | SWT.FULL_SELECTION);
253 tree.setLayoutData(gd = new GridData(GridData.FILL_BOTH));
256 tree.setHeaderVisible(true);
257 tree.setLinesVisible(true);
258 TableHelper.createTreeColumn(tree, "Name", SWT.LEFT, 150, COL_NAME,
260 TableHelper.createTreeColumn(tree, "Configuration", SWT.LEFT, 500, COL_CONFIG,
263 mTreeViewer = new TreeViewer(tree);
534 // this is more complex. we have the configName, but the tree contains DeviceConfig