Package org.erlide.ui.util

Examples of org.erlide.ui.util.ResourceTreeAndListGroup


     * Create the import source selection widget
     */
    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));

View Full Code Here

TOP

Related Classes of org.erlide.ui.util.ResourceTreeAndListGroup

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.