Package org.eclipse.swt.nebula.widgets.pgroup

Examples of org.eclipse.swt.nebula.widgets.pgroup.PGroup


    initializeDeckViewer();
  }

  private void createBannerGroup() {
    bannerGroup = new PGroup(top, SWT.V_SCROLL | SWT.NO_FOCUS);
    GridData gridData = new GridData();
    gridData.grabExcessHorizontalSpace = true;
    gridData.horizontalAlignment = org.eclipse.swt.layout.GridData.FILL;
    bannerGroup.setLayoutData(gridData);
   
View Full Code Here

TOP

Related Classes of org.eclipse.swt.nebula.widgets.pgroup.PGroup

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.