Community
Participate
Working Groups
linkedGroupComposite = new Composite(advancedComposite, 0);
data = new GridData(SWT.FILL, SWT.BEGINNING, true, false);
data.horizontalIndent = indent;
linkedGroupComposite.setFont(advancedComposite.getFont());
linkedGroupComposite.setLayoutData(data);
GridLayout layout = new GridLayout();
data = new GridData(GridData.FILL_HORIZONTAL);
resolvedPathGroup.setLayoutData(data);
resolvedPathGroup.setFont(locationGroup.getFont());
resolvedPathLabelText = new Label(resolvedPathGroup, SWT.SINGLE);
resolvedPathLabelText
.setText(IDEWorkbenchMessages.CreateLinkedResourceGroup_resolvedPathLabel);
resolvedPathLabelText.setVisible(false);
resolvedPathLabelText.setFont(locationGroup.getFont());
resolvedPathLabelData = new Label(resolvedPathGroup, SWT.SINGLE);
fileSystemTitle = new Label(composite, SWT.NONE);
fileSystemTitle.setText(FileSystemMessages.FileSystemSelection_title);
fileSystemTitle.setFont(composite.getFont());
fileSystems = new ComboViewer(composite, SWT.READ_ONLY);
fileSystems.getControl().setFont(composite.getFont());
fileSystems.getControl().setLayoutData(
new GridData(GridData.FILL_HORIZONTAL
editfilters = Resource &Filters...
useDefaultLocation=Use &default location
createLinkedFolder=Link to alternate location (&Linked Folder)
createVirtualFolder=Folder is not located in the file system (&Virtual Folder)
createVirtualFolder=Folder is not located in the file system (Vi&rtual Folder)
# ==============================================================================
# Workbench Actions