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