Searched refs:mComposite (Results 1 – 1 of 1) sorted by relevance
51 private Composite mComposite; field in VboDetailProvider68 mComposite = new Composite(parent, SWT.NONE); in createControl()71 mComposite.setLayout(layout); in createControl()72 GridDataFactory.fillDefaults().grab(true, true).applyTo(mComposite); in createControl()74 Label l = new Label(mComposite, SWT.NONE); in createControl()78 mSizeLabel = new Label(mComposite, SWT.NONE); in createControl()81 l = new Label(mComposite, SWT.NONE); in createControl()85 mUsageLabel = new Label(mComposite, SWT.NONE); in createControl()88 l = new Label(mComposite, SWT.NONE); in createControl()92 mTypeLabel = new Label(mComposite, SWT.NONE); in createControl()[all …]