Searched refs:progressLabelFormData (Results 1 – 1 of 1) sorted by relevance
305 FormData progressLabelFormData = new FormData(); in buildStatusBar() local306 progressLabelFormData.right = new FormAttachment(mProgressBar, -2); in buildStatusBar()307 progressLabelFormData.top = new FormAttachment(mTreeViewButton, 0, SWT.CENTER); in buildStatusBar()308 mProgressLabel.setLayoutData(progressLabelFormData); in buildStatusBar()