Package com.google.devtools.depan.eclipse.utils

Examples of com.google.devtools.depan.eclipse.utils.Sasher


    GridLayout layout = new GridLayout(1, true);
    layout.verticalSpacing = 12;
    topLevel.setLayout(layout);

    migrationTaskView = new MigrationTaskView(task, topLevel);
    Sasher sasher = new Sasher(topLevel, SWT.NONE);
    migrationGroupList =
        new MigrationGroupListViewer(sasher, this, task);
    remapTable = new RemapTable(sasher);

    sasher.init(migrationGroupList.getControl(), remapTable.getControl(),
        SWT.HORIZONTAL, 40);

    migrationTaskView.getControl().setLayoutData(
        new GridData(SWT.FILL, SWT.FILL, true, false));
    sasher.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));

    return topLevel;
  }
View Full Code Here

TOP

Related Classes of com.google.devtools.depan.eclipse.utils.Sasher

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.