Package com.google.devtools.depan.eclipse.stats

Examples of com.google.devtools.depan.eclipse.stats.ElementKindStatsViewer


  private Control setupStatsViewer(Composite parent) {
    Group result = new Group(parent, SWT.NONE);
    result.setLayout(new FillLayout(SWT.VERTICAL));
    result.setText("Node Statistics");

    statsViewer = new ElementKindStatsViewer(result, SWT.NONE);

    return result;
  }
View Full Code Here

TOP

Related Classes of com.google.devtools.depan.eclipse.stats.ElementKindStatsViewer

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.