62636465666768
public void createControl(Composite parent) { Composite container = new Composite(parent, SWT.NULL); setControl(container); tableSampleData = new QuotesTableViewer(container); }
417418419420421422423
fd_composite.left = new FormAttachment(0, 10); fd_composite.right = new FormAttachment(100, -10); fd_composite.bottom = new FormAttachment(100, -10); composite.setLayoutData(fd_composite); tableSampleData = new QuotesTableViewer(composite); }