示例#1
0
 @Before
 public void setUp() {
   Fixture.setUp();
   display = new Display();
   shell = new Shell(display);
   grid = new Grid(shell, SWT.MULTI | SWT.V_SCROLL | SWT.H_SCROLL);
   column = new GridColumn(grid, SWT.NONE);
   lca = (GridColumnLCA) WidgetUtil.getLCA(column);
   Fixture.fakeNewRequest();
 }