Package org.eclipse.ui.dialogs

Examples of org.eclipse.ui.dialogs.FileSystemElement


     */
    protected void createFileSelectionGroup(final Composite parent) {

        // Just create with a dummy root.
        selectionGroup = new ResourceTreeAndListGroup(parent,
                new FileSystemElement("Dummy", null, true), //$NON-NLS-1$
                getFolderProvider(), new WorkbenchLabelProvider(), getFileProvider(),
                new WorkbenchLabelProvider(), SWT.NONE,
                DialogUtil.inRegularFontMode(parent));

        final ICheckStateListener listener = new ICheckStateListener() {
View Full Code Here

TOP

Related Classes of org.eclipse.ui.dialogs.FileSystemElement

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.