Searched refs:bottomControls (Results 1 – 1 of 1) sorted by relevance
267 Composite bottomControls = new Composite(leftPanel, SWT.NONE); in createLeftPanel() local268 bottomControls.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); in createLeftPanel()269 bottomControls.setLayout(gl = new GridLayout(5, false)); in createLeftPanel()275 mEventDisplayNewButton = new Button(bottomControls, SWT.PUSH | SWT.FLAT); in createLeftPanel()287 mEventDisplayDeleteButton = new Button(bottomControls, SWT.PUSH | SWT.FLAT); in createLeftPanel()299 mEventDisplayUpButton = new Button(bottomControls, SWT.PUSH | SWT.FLAT); in createLeftPanel()327 mEventDisplayDownButton = new Button(bottomControls, SWT.PUSH | SWT.FLAT); in createLeftPanel()